Purpose: When a user clicks a file or folder, they can view and edit its description and see related to-do items. Core Features: - [ ] Editable text area for description - [ ] Auto-save (debounce with useEffect) - [ ] Section showing associated to-dos Implementation: - [ ] Selected node is tracked in a global store (e.g. Zustand, Jotai, or React Context) - [ ] Description updates propagate to the main structure state
Purpose: When a user clicks a file or folder, they can view and edit its description and see related to-do items.
Core Features:
Implementation: