cc-dashboard/web/src
Vadym Samoilenko 433512fc78 feat: task time slots, calendar block drag-to-move
- TaskForm: add start_time/end_time fields; on save emits optional
  block payload so PlannerView creates a PlannedBlock automatically
- PlannerView: handleSave accepts block param, calls createBlock after
  task creation when time is provided
- CalendarBlock: planned blocks with task_id get draggable="true" +
  @dragstart emitting blockDragStart event
- CalendarGrid: forward blockDragStart to useCalendarDnD
- useCalendarDnD: onBlockDragStart stores block_id + duration in
  dataTransfer; onDrop handles both move-existing-block and
  create-new-block paths

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-06 21:19:49 +01:00
..
api fix: implement 5-phase contract fixes, devops page, AI summaries, expanded assistant 2026-05-06 21:13:28 +01:00
components feat: task time slots, calendar block drag-to-move 2026-05-06 21:19:49 +01:00
composables feat: task time slots, calendar block drag-to-move 2026-05-06 21:19:49 +01:00
lib fix: implement 5-phase contract fixes, devops page, AI summaries, expanded assistant 2026-05-06 21:13:28 +01:00
router fix: implement 5-phase contract fixes, devops page, AI summaries, expanded assistant 2026-05-06 21:13:28 +01:00
stores fix: implement 5-phase contract fixes, devops page, AI summaries, expanded assistant 2026-05-06 21:13:28 +01:00
styles fix: implement 5-phase contract fixes, devops page, AI summaries, expanded assistant 2026-05-06 21:13:28 +01:00
tests feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00
types fix: implement 5-phase contract fixes, devops page, AI summaries, expanded assistant 2026-05-06 21:13:28 +01:00
views feat: task time slots, calendar block drag-to-move 2026-05-06 21:19:49 +01:00
App.vue feat: AI assistant chat widget + session categories + anomaly detection 2026-05-06 18:59:51 +01:00
main.ts feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00