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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user