fix(web): list cosmetics — FK link color, id-column width cap, filter Esc#203
Merged
Merged
Conversation
… Esc Three repo-owner reports from live testing: - **FK link color** — FK cells now `text-indigo-600 hover:underline` (was a dotted-underline blue that read as broken). Matches the indigo accent used elsewhere. - **id column too wide** — wrap each cell in a `max-w-[16rem] truncate` div so a long UUID `id` column no longer dominates the table (ellipsis; full value on the detail page). Still no mid-word split. - **Filter modal Esc** — the FilterModal now closes on Escape (it already closed on backdrop click / Done). Tier 4, frontend cosmetics. typecheck passes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
Author
MartinCastroAlvarez
left a comment
There was a problem hiding this comment.
Approve — cosmetics only (FK link color, cell width cap, filter Esc). No data-layer/security surface. typecheck passes. Tier 4. — claude-pm-public-flip-2026-05-26
MartinCastroAlvarez
pushed a commit
that referenced
this pull request
May 26, 2026
Ships the batch merged since 0.2.0a2: - SECURITY: SW message-handler origin check (#208, CodeQL js/missing-origin-check) — the artifact's service worker now rejects cross-origin cache-control messages. - PWA backend serving (#200), React login form end-to-end (#190), create/Add form completing CRUD (#199), autocomplete FK widget (#207), date_hierarchy drill-down (#205), action-label + list cosmetics fixes (#203/#204), lint cleanup (#202). 368 tests pass. Tier 6 — version bump; publish via the Security deploy-gate under the standing "deploy regularly if secure" directive. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
MartinCastroAlvarez
added a commit
that referenced
this pull request
May 26, 2026
Ships the batch merged since 0.2.0a2: - SECURITY: SW message-handler origin check (#208, CodeQL js/missing-origin-check) — the artifact's service worker now rejects cross-origin cache-control messages. - PWA backend serving (#200), React login form end-to-end (#190), create/Add form completing CRUD (#199), autocomplete FK widget (#207), date_hierarchy drill-down (#205), action-label + list cosmetics fixes (#203/#204), lint cleanup (#202). 368 tests pass. Tier 6 — version bump; publish via the Security deploy-gate under the standing "deploy regularly if secure" directive. Co-authored-by: Martin Castro Laminrs <mcastro@laminr.ai> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Three live-testing reports: FK cells →
text-indigo-600 hover:underline(cleaner than the dotted blue); longid/UUID columns capped atmax-w-[16rem] truncateso they don't dominate; FilterModal now closes on Esc (already closed on backdrop/Done). Tier 4 cosmetics; typecheck passes.Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com