fix: replace grid action column with link-column on primary data cell
Remove the dedicated "Edit"/"Open" action button column from all list pages. Instead, wrap the primary data column (name, description, subject, etc.) in a clickable <a> link via the new rowInteraction.linkColumn option. Double-click, Enter-key, and click-to-focus row navigation preserved. Pages with explicit actions config are unaffected. Address-book opts out of auto-wrapping (linkColumn: false) and renders the link in its own formatter to avoid nested <a> with avatar lightbox. Also fixes pre-existing XSS in insertActionColumn (unescaped href/label) and updates typography test for --text-page-title token change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -175,7 +175,7 @@ class TypographyTokenContractTest extends TestCase
|
||||
'--text-label' => '--text-sm',
|
||||
'--text-caption' => '--text-xs',
|
||||
'--text-title' => '--text-xl',
|
||||
'--text-page-title' => '--text-2xl',
|
||||
'--text-page-title' => '--text-3xl',
|
||||
];
|
||||
|
||||
foreach ($aliases as $alias => $primitive) {
|
||||
|
||||
Reference in New Issue
Block a user