docs: add collapsible groups documentation for subtask widget

- Add bullet point about collapsible groups in widget features list
- Add new subsection with visual reference to demonstration GIF
- Document persistent state and expand/collapse all functionality
- Include demonstration GIF asset
This commit is contained in:
renatomen 2025-08-16 13:55:28 +00:00
parent edf29a252e
commit bcfe3ff01c
2 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 KiB

View file

@ -129,6 +129,7 @@ The widget includes:
- **Collapsible Interface**: Click the widget title to expand or collapse the task list. The state is remembered between sessions.
- **FilterBar Integration**: Full filtering, sorting, and grouping capabilities with real-time filtering and count display.
- **Collapsible Groups**: When tasks are grouped, each group can be individually collapsed/expanded with persistent state. Includes expand/collapse all controls.
- **Saved Views System**: Access to saved filter configurations for consistent task organization.
- **Task Details**: Each task shows its status, priority, due date, and other properties.
- **Real-time Updates**: The widget updates automatically when tasks are added, modified, or deleted.
@ -145,6 +146,11 @@ Project tasks can display an expand/collapse chevron that toggles the visibility
![Left subtask chevron](../assets/left-task-subtask-chevron.gif)
### Collapsible Groups
When tasks are grouped by status, priority, or other criteria, each group displays with a collapsible header. Click the chevron or group header to expand/collapse individual groups, with state persisted per note.
![Subtask widget collapsible groups](../assets/subtask-widget-collapsible-groups.gif)
## Natural Language Processing