feat(KB-256): reposition QuickEntryBox above table headers in ListView
- Move QuickEntryBox from below headers to above the table in ListView - Update CSS to support new positioning with sticky header layout - Adjust ListView component structure for better visual hierarchy - Update ListView tests to reflect new component ordering
This commit is contained in:
10
.changeset/fix-list-view-quick-entry-position.md
Normal file
10
.changeset/fix-list-view-quick-entry-position.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Reposition QuickEntryBox in ListView to appear directly above table headers
|
||||
|
||||
The QuickEntryBox component has been moved from its previous position
|
||||
(between the toolbar and column drop zones) to a new location directly
|
||||
above the table headers. This creates a more logical visual flow:
|
||||
toolbar → filters → drop zones → quick entry → table headers → task rows.
|
||||
Reference in New Issue
Block a user