mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
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:
parent
edf29a252e
commit
bcfe3ff01c
2 changed files with 6 additions and 0 deletions
BIN
docs/assets/subtask-widget-collapsible-groups.gif
Normal file
BIN
docs/assets/subtask-widget-collapsible-groups.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 896 KiB |
|
|
@ -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
|
|||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
## Natural Language Processing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue