• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

corex-ui / corex
94%

Build:
DEFAULT BRANCH: main
Repo Added 28 Feb 2026 03:31AM UTC
Token LutuMv2S46aUF6A2R6alsYWo0NvXd5DsI regen
Build 405 Last
Files 174
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • 0.1.0-release
  • beta-2
  • beta-3
  • beta-4
  • chore/api-modules-contract-tests
  • chore/release-0.2.0
  • chore/widen-phoenix-live-view-constraint
  • ci/integration-test-dedup
  • corex-install
  • corex-installer
  • doc/add-corex.new-doc-to-corex
  • feat/controlled-form-fields
  • feat/corex-design-v2
  • feat/e2e-design-2
  • feat/ui-modifiers
  • feat/unreleased
  • fix/clone-icon-templates
  • fix/component-polish
  • fix/corex-new-gettext-priv
  • fix/datatable-helper-hardening
  • fix/datatable-sort-whitelist
  • fix/design-color-picker
  • fix/e2e-hexdocs-component-links
  • fix/e2e-no-mix-env-at-runtime
  • fix/e2e-signature-text-database
  • fix/e2e-tetrex-list-top-lean
  • fix/file-upload-hidden-input-a11y
  • fix/mcp-security-hardening
  • fix/menu-disabled-a11y-sync
  • fix/menu-submenu-subscribe-leak
  • fix/menu-trigger-disabled
  • fix/pagination-client-url-parity
  • fix/pagination-link--aria-label
  • fix/redirect-url-validation
  • fix/security-hardening
  • fix/toast-dom-events
  • fix/toast-xss-and-dispose
  • fix/tooltip-trigger-focusable
  • form-inputs
  • generators-update
  • new-zag-components
  • perf/combobox-datepicker-render
  • release/0.1.0
  • release/0.1.0-rc.1
  • release/0.1.1
  • release/0.1.2

17 Jul 2026 01:56PM UTC coverage: 93.629% (+0.5%) from 93.178%
d4d4e60ba98acb21d06c781af1b34e91dbc2de84

push

github

web-flow
Feat/corex_mcp (#74)

* refactor(corex): split helpers into Attrs, ValueBinding, and form contracts

Introduce JSON multi-value datasets, FormField auto_invalid defaults,
Connect.ItemNav, and shared form_control attrs. Helpers re-export for
compatibility.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(js): LiveView controlled-attr snapshot and Phoenix form bridge

Add controlled-attr-snapshot, phoenix-form-bridge, and zag-live-hook;
update hooks and rebuild priv/static assets for LV form sync.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(mcp): extract Corex MCP to Hex package corex_mcp

Move MCP server/tools out of lib/mcp into the mcp/ companion package
with design-aware tools; apps depend on {:corex_mcp, only: :dev}.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(design): add corex.design.options and rename corex.design.code

Expose human-readable design axis options, rename mix corex.code to
mix corex.design.code, and apply minor CSS/tooling polish.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(installer): Tableau i18n templates and localize guide

Add gettext/locale scaffolding to corex.tableau.new and document
Tableau localization.

Co-authored-by: Cursor <cursoragent@cursor.com>

* test(e2e): form suite, demo id guards, and doc-parity markers

Expand e2e form coverage for auto_invalid/JSON values, add form suite
migration fields, and enforce demo id/field guards.

Co-authored-by: Cursor <cursoragent@cursor.com>

* docs: sync remaining Unreleased guides and usage-rules

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(lint): clear credo --strict on FormField, aliases, and sigils

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(installer): load corex_mcp in :test to match endpoint plug

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(mcp,e2e): load json_polyfill for OTP 26 and uniq a11y routes

Match root mix Code.ensure_loaded?(:json) for corex_mcp so OTP 26
compiles without :json war... (continued)

413 of 456 new or added lines in 37 files covered. (90.57%)

1 existing line in 1 file now uncovered.

7803 of 8334 relevant lines covered (93.63%)

36.97 hits per line

Relevant lines Covered
Build:
Build:
8334 RELEVANT LINES 7803 COVERED LINES
36.97 HITS PER LINE
Source Files on main
  • Tree
  • List 174
  • Changed 75
  • Source Changed 0
  • Coverage Changed 75
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
d4d4e60b... main Feat/corex_mcp (#74) * refactor(corex): split helpers into Attrs, ValueBinding, and form contracts Introduce JSON multi-value datasets, FormField auto_invalid defaults, Connect.ItemNav, and shared form_control attrs. Helpers re-export for compat... push 17 Jul 2026 01:57PM UTC web-flow github
93.63
cb0203d5... main Feat/e2e design 2 (#73) * feat(e2e): migrate playground and demos to Design 2.0 ui-* modifiers Restyle e2e demos, drop vendored e2e design assets in favor of corex_design build output, and update sizing/style pages. Co-authored-by: Cursor <curs... push 17 Jul 2026 08:13AM UTC web-flow github
93.18
cd18c8e4... main fix(components): polish marquee/MCP wiring and drop legacy priv design (#72) * fix(components): polish marquee/MCP wiring and drop legacy priv design Align remaining component API, MCP lazy-init, generators, and remove legacy priv/design CSS now... push 17 Jul 2026 02:40AM UTC web-flow github
93.18
a9dba0fd... main fix(toast): align DOM events to corex:toast:* (#71) * fix(toast): align DOM events to corex:toast:* Drop unprefixed toast:* listeners so client events match other Corex APIs; keep LiveView toast-create push events. Co-authored-by: Cursor <curso... push 16 Jul 2026 07:31PM UTC web-flow github
92.92
7b1ae737... main feat(forms): controlled select/radio/switch/checkbox and hook updates (#70) * feat(forms): controlled select/radio/switch/checkbox and hook updates Limit form_field controlled mode to select, radio, switch, and checkbox; update Zag hooks, read-p... push 16 Jul 2026 04:51PM UTC web-flow github
92.92
5cfd37d3... main feat(ui): migrate component hosts to shared ui-* modifiers (#69) * feat(ui): migrate component hosts to shared ui-* modifiers Update component class defaults and markup to use shared ui-* modifier classes from Corex Design utilities instead of p... push 16 Jul 2026 12:26PM UTC web-flow github
93.19
b808bde1... main feat(design): Corex Design v2 package with config-driven tokens (#68) * feat(design): Corex Design v2 package with config-driven tokens Add optional corex_design Hex package, replace vendored installer design with Hex/path dependency wiring, and... push 16 Jul 2026 06:20AM UTC web-flow github
93.21
bb161fae... main fix(menu): sync trigger aria-disabled and tabindex on LiveView patch (#67) * fix(menu): sync trigger aria-disabled and tabindex on LiveView patch * mix assets.build push 03 Jul 2026 01:23PM UTC web-flow github
93.21
07ad8625... main Release 0.1.2 (#66) push 11 Jun 2026 01:00PM UTC web-flow github
93.21
d0b8cbdc... main fix(file-upload): hidden-input a11y matching zagjs attributes (#63) push 11 Jun 2026 11:07AM UTC web-flow github
93.21
See All Builds (404)
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc