feat(FN-973): move plan/subtask/refine buttons to disclosure panel in QuickEntryBox

- Redesign QuickEntryBox to use a collapsible disclosure panel for plan, subtask, and AI refine actions
- Add disclosure toggle button (lightbulb icon) that expands/collapses the action panel
- Move dependency picker and model overrides into the disclosure panel
- Update ListView and QuickEntryBox tests to cover new disclosure panel behavior
- Add CSS styles for disclosure panel transitions and layout
This commit is contained in:
gsxdsm
2026-04-05 11:07:58 -07:00
parent f764df9d3f
commit 3d491ce992
4 changed files with 151 additions and 134 deletions

View File

@@ -12415,12 +12415,11 @@ html .column.drag-over * {
flex-wrap: wrap;
}
/* AI-assisted description actions — sits between textarea and expanded controls */
.quick-entry-description-actions {
/* Consolidated action buttons (Plan, Subtask, Refine) inside disclosure panel */
.quick-entry-actions {
display: flex;
align-items: center;
gap: 6px;
margin-top: 4px;
gap: 8px;
flex-wrap: wrap;
}