feat(KB-020): add column visibility toggle to list view

- Add column visibility state management with localStorage persistence
- Create dropdown UI for toggling column visibility with checkboxes
- Implement conditional column rendering in ListView
- Add CSS styling for column toggle dropdown component
- Add comprehensive tests for column visibility toggle functionality
- Include changeset for patch release
This commit is contained in:
gsxdsm
2026-03-29 18:55:36 -07:00
parent caefb5eef6
commit 9060979a15
4 changed files with 503 additions and 77 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Add column visibility toggle to list view. Users can now show/hide columns via the Columns button in the toolbar, with preferences persisting to localStorage.