managarten/apps
Till-JS 5bf275d9d0 refactor(calendar): add comprehensive drag/drop composables
Create reusable composables for calendar event and task drag/drop:
- useEventDragDrop: Event drag and resize with document-level listeners
- useTaskDragDrop: Task drag and resize (updated to match new API)
- useSidebarDrop: Sidebar task drop handling
- useCalendarKeyboard: Keyboard shortcut handling (Escape to cancel)

These composables extract ~600 lines of duplicated logic from
WeekView, DayView, and MultiDayView. Integration into views will
be done in a follow-up commit.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 21:13:58 +01:00
..
calendar refactor(calendar): add comprehensive drag/drop composables 2025-12-14 21:13:58 +01:00
chat refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00
clock refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00
contacts fix(contacts): resolve Svelte 5 hydration error 2025-12-14 21:13:22 +01:00
context small linting fixes 2025-12-08 14:44:17 +01:00
manacore 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
manadeck refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00
picture refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00
quote/apps fix lint 2025-12-04 00:32:13 +01:00
todo feat(splitscreen): add split-screen feature for multi-app side-by-side view 2025-12-12 13:00:26 +01:00
zitare refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00