cc-dashboard/web
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
..
src feat: task time slots, calendar block drag-to-move 2026-05-06 21:19:49 +01:00
.eslintrc.cjs feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00
index.html fix: implement 5-phase contract fixes, devops page, AI summaries, expanded assistant 2026-05-06 21:13:28 +01:00
package.json feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00
postcss.config.js feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00
tailwind.config.ts feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00
tsconfig.json feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00
tsconfig.node.json feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00
vite.config.ts feat: AI assistant widget, design system upgrade via 21st-dev Magic 2026-05-06 19:34:17 +01:00
vitest.config.ts feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00