feat(KB-127): add Quick Entry box to ListView for rapid task creation

- Add QuickEntryBox component to ListView for inline task creation
- Wire up Quick Create functionality in App.tsx
- Add comprehensive tests for Quick Entry feature in ListView
- Remove legacy TaskDetailModal edit button and related styles
- Clean up unused store methods and update vitest configs
This commit is contained in:
gsxdsm
2026-03-30 08:12:45 -07:00
parent 870191c31a
commit 1af92ef129
4 changed files with 113 additions and 0 deletions

View File

@@ -3142,6 +3142,15 @@ body {
gap: 6px;
}
.list-quick-entry {
flex-shrink: 0;
}
.list-quick-entry .quick-entry-box {
margin-bottom: 0;
padding: 4px 8px;
}
.list-column-dropdown {
position: absolute;
top: 100%;