
bvandeusenandClaude Sonnet 4.6
16ecd6bbeb
DRY refactoring pass: shared mixins, route helpers, composables, CSS
Backend:
- models/base.py: TimestampMixin + CreatedAtMixin; applied to all 10+ models
- routes/utils.py: not_found() + parse_iso_date() helpers; used across all route files
- routes/milestones.py: _milestone_dict() helper replaces 5 repeated to_dict + progress blocks
Frontend:
- 5 new composables: useAutoSave, useEditorGuards, useTagSuggestions,
useFloatingAssist, useListKeyboardNavigation
- ConfirmDialog.vue: reusable confirm modal replacing inline <teleport> blocks
- editor-shared.css: sidebar CSS consolidated from both editor views
- viewer-shared.css: context-bar/breadcrumb CSS consolidated from both viewer views
- NoteEditorView + TaskEditorView: ~120 lines each replaced with composable calls;
duplicate scoped sidebar CSS removed
- NotesListView + TasksListView: inline keyboard-nav replaced with composable
- NoteViewerView + TaskViewerView: duplicate context-bar CSS removed
No behaviour changes. Net: -634 lines, +237 lines across 31 files.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 15:26:34 -05:00
..
2026-02-09 23:35:44 -05:00
2026-03-03 13:34:01 -05:00
2026-02-11 14:36:30 -05:00
2026-02-26 23:16:59 -05:00
2026-02-26 23:16:59 -05:00
2026-03-06 15:26:34 -05:00
2026-02-17 22:04:41 -05:00
2026-03-06 14:02:54 -05:00
2026-03-06 14:02:54 -05:00
2026-03-05 13:05:26 -05:00
2026-02-11 21:24:35 -05:00
2026-03-02 20:52:21 -05:00
2026-03-03 18:57:57 -05:00
2026-02-11 06:49:12 -05:00
2026-02-09 23:35:44 -05:00
2026-03-02 20:52:21 -05:00
2026-03-04 08:39:49 -05:00
2026-02-09 23:35:44 -05:00
2026-02-11 21:24:35 -05:00
2026-02-14 08:46:51 -05:00
2026-03-02 20:52:21 -05:00
2026-02-09 23:35:44 -05:00
2026-03-04 20:32:56 -05:00
2026-03-05 13:05:26 -05:00
2026-02-26 06:36:35 -05:00
2026-02-11 14:36:30 -05:00
2026-03-01 12:55:10 -05:00
2026-02-18 20:43:47 -05:00