Feature ETP-4657: Plataforma backlog quick-wins sweep (batch tracking)#69
Open
sebastianbarrozo wants to merge 11 commits into
Open
Feature ETP-4657: Plataforma backlog quick-wins sweep (batch tracking)#69sebastianbarrozo wants to merge 11 commits into
sebastianbarrozo wants to merge 11 commits into
Conversation
sebastianbarrozo
force-pushed
the
feature/ETP-4657
branch
from
July 23, 2026 18:28
7dd8af6 to
c953465
Compare
sebastianbarrozo
marked this pull request as ready for review
July 23, 2026 18:30
- Restore --foreground/--muted-foreground/--border-subtle to match the original design (verified against staging) after they drifted to unaudited generic shadcn defaults during the ETP-4554 migration. - Revert --border-control/--input to the original light color: it drove both real form-control borders AND shared outline buttons, so its WCAG 1.4.11 fix visually broke buttons too. Documented as an accepted, known a11y gap (WARN comments) instead of silently dropped. - Add ALIAS_TOKEN_PAIRS consistency check (theme/index.js + accessibility.test.js) so generic tokens can't silently drift from the audited accessibility contract again. - Fix shared TableRow/TableHeader/TableFooter: used border-structural (WCAG 3:1-gated, meant for real structural boundaries) for plain decorative row/section dividers; switched to border-subtle.
2 tasks
Contributor
|
📦 Preview packages published — dist-tag To exercise the published-package path (no make bump-core-version VERSION=0.3.17-preview.feature-ETP-4657.20260724153144.29a320cRe-posted on each push to this branch; supersedes older previews. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage
Umbrella branch for the first 'plataforma' backlog quick-wins sweep under epic ETP-3504 (Jira ETP-4657). Quick wins merge into this branch as their own PRs targeting it, then this PR goes to the epic once the batch is done. This repo will receive ETP-4559 (client-side CSV formula injection fix in packages/app-shell-core) as its first quick win once dispatched. Draft — not ready for review yet, will accumulate more commits.