Floating table actions - #108
Conversation
ReviewAdds a horizontal scroll hint controller () that fades the clipped edges of a scrollable region while more content is available, and a option on that pins the actions column to the right edge via positioning. Both features are auto-wired in the helper and documented in the dummy app. No issues found. ✅ Ship - Clean, well-tested implementation with correct keyboard accessibility (tabindex management, WCAG 2.1.1) and accurate focus-ring styling on the scroll container. |
Floating table actions - scroll hint + floating columnAdds a horizontal scroll-hint controller that fades clipped edges of a scroller, and a Issues
Verdict🟧 Ship (with known minor issue) - The functional logic, CSS, accessibility handling (WCAG 2.1.1 tabindex, 2.4.11 scroll-pr), and test coverage are all solid. The bind-in-connect pattern is a well-known Stimulus anti-pattern that grows a call chain on repeated Turbo navigations but causes no observable breakage in typical use; worth fixing before this controller sees heavy reconnect traffic. |
ReviewAdds a sticky floating actions column that pins row action cells to the right edge of the scroll container while the table scrolls horizontally, plus a scroll hint controller that fades the clipped edges of any horizontal scroller to signal overflow. No issues found. The implementation is clean: the controller lifecycle is correct (scroll/resize listeners registered once in ✅ Ship |
No description provided.