feat(journals): implement Quick Add and unified Append/Prepend shared component
- Created AeCompJournalEntryQuickAdd for high-velocity note creation - Extracted robust append/prepend logic from List View into AeCompModalJournalEntryAppend - Unified List and Detail views to use the shared modal for content manipulation - Added explicit Append/Prepend actions to Journal Entry settings menu - Updated TODO.md and Journals module documentation
This commit is contained in:
4
TODO.md
4
TODO.md
@@ -29,8 +29,8 @@ This is a list of tasks to be completed before the next event/show/conference.
|
||||
- [ ] **Error Transparency**: Update backend to return specific SQLAlchemy/Pydantic errors in `meta.details`.
|
||||
- [ ] **Automated Source of Truth**: Generate `V3_OBJECT_MODELS.md` automatically in `agents_sync/Aether/`.
|
||||
- [ ] **Phase 2: UI/UX Excellence**
|
||||
- [ ] Implement "Quick Add" for high-velocity entry.
|
||||
- [ ] Add rapid append/prepend functionality to existing entries.
|
||||
- [x] Implement "Quick Add" for high-velocity entry.
|
||||
- [x] Add rapid append/prepend functionality to existing entries.
|
||||
- [ ] Ensure full cross-platform responsiveness (Mobile -> Workstation).
|
||||
- [ ] **Phase 3: Content Portability**
|
||||
- [ ] Implement Structured Markdown import (with metadata).
|
||||
|
||||
Reference in New Issue
Block a user