Files
sim/apps
Justin Blumencranz 85902eb7ff feat(tables): improve view and filter controls (#6725)
* feat(tables): improve view and filter controls

* fix(tables): keep menu actions open

* fix(tables): guard view autosave against echo remounts and stale responses

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(tables): keep and/or filter toggles, autosave only real edits

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(tables): compute view-row action spacer and cover the default pin

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* feat(tables): apply filter text on enter or blur instead of a debounce

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(tables): apply filter edits from user events

* fix(tables): reject stale default promotions

* fix(tables): preserve filters during rule transitions

* fix(tables): isolate flagged view interactions

* fix(tables): preserve OR boundaries when rules drop

* fix(tables): retain deferred filter conditions

* fix(tables): keep hidden view actions click-through

* fix(tables): keep disabled view pins from selecting the row

A disabled Button is pointer-events-none, so clicks on the default or
read-only pin fell through the overlay to the row and selected the view.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-20 10:47:28 -07:00
..