@tuturuuu/ui 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (584) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/biome.json +1 -1
  3. package/package.json +76 -118
  4. package/src/components/ui/calendar-app/calendar-client-page.tsx +12 -3
  5. package/src/components/ui/calendar-app/calendar-page-shell.tsx +38 -28
  6. package/src/components/ui/custom/notification-popover-client.tsx +3 -3
  7. package/src/components/ui/tasks/progress/activity-heatmap.tsx +256 -0
  8. package/src/components/ui/tasks/progress/breakdown-bars.tsx +79 -0
  9. package/src/components/ui/tasks/progress/cumulative-progress-chart.tsx +185 -0
  10. package/src/components/ui/tasks/progress/daily-bar-chart.tsx +97 -0
  11. package/src/components/ui/tasks/progress/habit-gauge.tsx +92 -0
  12. package/src/components/ui/tasks/progress/mini-sparkline.tsx +56 -0
  13. package/src/components/ui/tasks/progress/weekday-distribution-chart.tsx +72 -0
  14. package/src/components/ui/text-editor/editor.tsx +7 -1
  15. package/src/components/ui/text-editor/extensions.ts +4 -1
  16. package/src/components/ui/text-editor/mention-extension.tsx +33 -121
  17. package/src/lib/workspace-actions.ts +15 -4
  18. package/src/components/ui/calendar-app/components/actions-dropdown.tsx +0 -269
  19. package/src/components/ui/calendar-app/components/auto-schedule-comprehensive-dialog.tsx +0 -220
  20. package/src/components/ui/calendar-app/components/calendar-header-actions.tsx +0 -67
  21. package/src/components/ui/calendar-app/components/experimental-feature-dialog.tsx +0 -56
  22. package/src/components/ui/calendar-app/components/habits-panel.tsx +0 -335
  23. package/src/components/ui/calendar-app/components/load-smart-scheduling-tasks.tsx +0 -143
  24. package/src/components/ui/calendar-app/components/priority-dropdown.tsx +0 -113
  25. package/src/components/ui/calendar-app/components/priority-view.tsx +0 -954
  26. package/src/components/ui/calendar-app/components/quick-task-dialog.tsx +0 -335
  27. package/src/components/ui/calendar-app/components/quick-task-timer.tsx +0 -112
  28. package/src/components/ui/calendar-app/components/scheduling-dialog.tsx +0 -664
  29. package/src/components/ui/calendar-app/components/sidebar/calendar-sidebar.tsx +0 -128
  30. package/src/components/ui/calendar-app/components/sidebar/index.tsx +0 -1
  31. package/src/components/ui/calendar-app/components/smart-schedule-button.tsx +0 -117
  32. package/src/components/ui/calendar-app/components/smart-schedule-preview-dialog.tsx +0 -845
  33. package/src/components/ui/calendar-app/components/smart-schedule-preview-panel.tsx +0 -941
  34. package/src/components/ui/calendar-app/components/task-fetcher.ts +0 -51
  35. package/src/components/ui/calendar-app/components/task-form.tsx +0 -132
  36. package/src/components/ui/calendar-app/components/task-list-form.tsx +0 -84
  37. package/src/components/ui/calendar-app/components/task-scheduler-panel.tsx +0 -494
  38. package/src/components/ui/calendar-app/components/tasks-sidebar-content.tsx +0 -232
  39. package/src/components/ui/calendar-app/components/tasks-sidebar.tsx +0 -31
  40. package/src/components/ui/calendar-app/components/time-tracker/components/active-session-card.tsx +0 -113
  41. package/src/components/ui/calendar-app/components/time-tracker/components/index.ts +0 -3
  42. package/src/components/ui/calendar-app/components/time-tracker/components/session-card.tsx +0 -153
  43. package/src/components/ui/calendar-app/components/time-tracker/components/stats-cards.tsx +0 -58
  44. package/src/components/ui/calendar-app/components/time-tracker/dialogs/create-task-dialog.tsx +0 -190
  45. package/src/components/ui/calendar-app/components/time-tracker/dialogs/delete-session-dialog.tsx +0 -52
  46. package/src/components/ui/calendar-app/components/time-tracker/dialogs/edit-session-dialog.tsx +0 -173
  47. package/src/components/ui/calendar-app/components/time-tracker/dialogs/index.ts +0 -3
  48. package/src/components/ui/calendar-app/components/time-tracker/hooks/index.ts +0 -2
  49. package/src/components/ui/calendar-app/components/time-tracker/hooks/use-sessions.ts +0 -191
  50. package/src/components/ui/calendar-app/components/time-tracker/hooks/use-time-tracker.ts +0 -408
  51. package/src/components/ui/calendar-app/components/time-tracker/index.tsx +0 -907
  52. package/src/components/ui/calendar-app/components/time-tracker/tabs/history-tab.tsx +0 -28
  53. package/src/components/ui/calendar-app/components/time-tracker/tabs/index.ts +0 -2
  54. package/src/components/ui/calendar-app/components/time-tracker/tabs/recent-sessions-tab.tsx +0 -173
  55. package/src/components/ui/calendar-app/components/time-tracker/time-tracker-trigger.tsx +0 -50
  56. package/src/components/ui/calendar-app/components/time-tracker/utils/category-colors.ts +0 -38
  57. package/src/components/ui/calendar-app/components/time-tracker/utils/format-time.ts +0 -26
  58. package/src/components/ui/calendar-app/components/time-tracker/utils/index.ts +0 -2
  59. package/src/components/ui/calendar-app/components/time-tracker.tsx +0 -2040
  60. package/src/components/ui/custom/settings/task-settings.tsx +0 -543
  61. package/src/components/ui/custom/settings/task-sound-settings.test.tsx +0 -146
  62. package/src/components/ui/text-editor/__tests__/task-mention-chip.test.tsx +0 -476
  63. package/src/components/ui/text-editor/task-mention-chip.tsx +0 -1397
  64. package/src/components/ui/text-editor/task-mention-resolution.ts +0 -235
  65. package/src/components/ui/text-editor/task-summary-popover.tsx +0 -360
  66. package/src/components/ui/tu-do/boards/__tests__/board-share-dialog.test.tsx +0 -286
  67. package/src/components/ui/tu-do/boards/__tests__/quick-create-board-dialog.test.tsx +0 -52
  68. package/src/components/ui/tu-do/boards/__tests__/task-board-form.test.tsx +0 -142
  69. package/src/components/ui/tu-do/boards/__tests__/workspace-projects-client-page.test.tsx +0 -169
  70. package/src/components/ui/tu-do/boards/analytics/GanttChart.tsx +0 -419
  71. package/src/components/ui/tu-do/boards/analytics/GanttControls.tsx +0 -123
  72. package/src/components/ui/tu-do/boards/analytics/GanttHeader.tsx +0 -48
  73. package/src/components/ui/tu-do/boards/analytics/GanttTimeline.tsx +0 -355
  74. package/src/components/ui/tu-do/boards/analytics/StatusDistribution.tsx +0 -130
  75. package/src/components/ui/tu-do/boards/analytics/TaskCreationAnalytics.tsx +0 -285
  76. package/src/components/ui/tu-do/boards/analytics/TaskDetailCard.tsx +0 -270
  77. package/src/components/ui/tu-do/boards/analytics/TaskGroup.tsx +0 -282
  78. package/src/components/ui/tu-do/boards/analytics/TaskWorkflowAnalytics.tsx +0 -280
  79. package/src/components/ui/tu-do/boards/board-public-link-section.tsx +0 -231
  80. package/src/components/ui/tu-do/boards/board-selector.tsx +0 -301
  81. package/src/components/ui/tu-do/boards/board-share-dialog.tsx +0 -69
  82. package/src/components/ui/tu-do/boards/board-share-settings-panel.tsx +0 -351
  83. package/src/components/ui/tu-do/boards/boardId/__tests__/list-actions.test.tsx +0 -199
  84. package/src/components/ui/tu-do/boards/boardId/board-column-external-retry.test.tsx +0 -185
  85. package/src/components/ui/tu-do/boards/boardId/board-column-initial-load.test.ts +0 -38
  86. package/src/components/ui/tu-do/boards/boardId/board-column.tsx +0 -922
  87. package/src/components/ui/tu-do/boards/boardId/board-text-utils.test.ts +0 -24
  88. package/src/components/ui/tu-do/boards/boardId/board-text-utils.ts +0 -11
  89. package/src/components/ui/tu-do/boards/boardId/enhanced-task-list.tsx +0 -543
  90. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/__tests__/bulk-mutations-external-workspaces.test.tsx +0 -392
  91. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/__tests__/bulk-mutations-move.test.tsx +0 -252
  92. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-actions-island.test.tsx +0 -57
  93. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-actions-island.tsx +0 -106
  94. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-actions-menu.tsx +0 -689
  95. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-custom-date-dialog.tsx +0 -82
  96. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-delete-dialog.tsx +0 -58
  97. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-clear-delete.ts +0 -418
  98. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-move.ts +0 -662
  99. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-relations-assignees.ts +0 -375
  100. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-relations-labels.ts +0 -278
  101. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-relations-projects.ts +0 -297
  102. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-relations.ts +0 -12
  103. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-updates.ts +0 -462
  104. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-operation-i18n.ts +0 -524
  105. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-operation-types.ts +0 -34
  106. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-operation-utils.ts +0 -377
  107. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-operations.ts +0 -348
  108. package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-personal-external-move.ts +0 -132
  109. package/src/components/ui/tu-do/boards/boardId/kanban/data/kanban-deadline-query.ts +0 -90
  110. package/src/components/ui/tu-do/boards/boardId/kanban/data/use-applied-sets.ts +0 -79
  111. package/src/components/ui/tu-do/boards/boardId/kanban/data/use-bulk-resources.ts +0 -112
  112. package/src/components/ui/tu-do/boards/boardId/kanban/data/use-filtered-resources.ts +0 -54
  113. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/__tests__/column-reorder.test.ts +0 -80
  114. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/auto-scroll.test.ts +0 -118
  115. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/auto-scroll.ts +0 -160
  116. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/column-reorder.ts +0 -65
  117. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/drag-preview.tsx +0 -117
  118. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/kanban-sort-helpers.ts +0 -76
  119. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-cache.ts +0 -367
  120. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-geometry.test.ts +0 -67
  121. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-geometry.ts +0 -94
  122. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-order.ts +0 -150
  123. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-pending.test.ts +0 -37
  124. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-pending.ts +0 -42
  125. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-preview.test.ts +0 -318
  126. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-preview.ts +0 -260
  127. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-types.ts +0 -39
  128. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-sort-key.ts +0 -47
  129. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/use-kanban-dnd.test.ts +0 -859
  130. package/src/components/ui/tu-do/boards/boardId/kanban/dnd/use-kanban-dnd.ts +0 -1659
  131. package/src/components/ui/tu-do/boards/boardId/kanban/kanban-column-collapse.ts +0 -16
  132. package/src/components/ui/tu-do/boards/boardId/kanban/kanban-constants.ts +0 -43
  133. package/src/components/ui/tu-do/boards/boardId/kanban/planner/__tests__/kanban-planner-island.test.tsx +0 -380
  134. package/src/components/ui/tu-do/boards/boardId/kanban/planner/kanban-planner-dialog.tsx +0 -204
  135. package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-digest-panel.tsx +0 -61
  136. package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-item-strip.tsx +0 -54
  137. package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-plan-toolbar.tsx +0 -251
  138. package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-scope-badge.tsx +0 -27
  139. package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-section.tsx +0 -58
  140. package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-share-dialog.tsx +0 -238
  141. package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-target-controls.tsx +0 -143
  142. package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-utils.ts +0 -65
  143. package/src/components/ui/tu-do/boards/boardId/kanban/planner/use-kanban-planner-state.ts +0 -234
  144. package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-column-width.ts +0 -30
  145. package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-columns.test.tsx +0 -1077
  146. package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-columns.tsx +0 -447
  147. package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-deadline-panels.tsx +0 -703
  148. package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-deadline-tasks.test.ts +0 -267
  149. package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-deadline-tasks.ts +0 -112
  150. package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-skeleton.tsx +0 -113
  151. package/src/components/ui/tu-do/boards/boardId/kanban/selection/use-keyboard-shortcuts.ts +0 -137
  152. package/src/components/ui/tu-do/boards/boardId/kanban/selection/use-multi-select.ts +0 -119
  153. package/src/components/ui/tu-do/boards/boardId/kanban.tsx +0 -631
  154. package/src/components/ui/tu-do/boards/boardId/list-actions.tsx +0 -522
  155. package/src/components/ui/tu-do/boards/boardId/menus/__tests__/task-estimation-menu.test.tsx +0 -261
  156. package/src/components/ui/tu-do/boards/boardId/menus/__tests__/task-menus.test.tsx +0 -708
  157. package/src/components/ui/tu-do/boards/boardId/menus/index.ts +0 -12
  158. package/src/components/ui/tu-do/boards/boardId/menus/task-assignees-menu.tsx +0 -176
  159. package/src/components/ui/tu-do/boards/boardId/menus/task-blocking-menu.tsx +0 -304
  160. package/src/components/ui/tu-do/boards/boardId/menus/task-due-date-menu.tsx +0 -201
  161. package/src/components/ui/tu-do/boards/boardId/menus/task-estimation-menu.tsx +0 -103
  162. package/src/components/ui/tu-do/boards/boardId/menus/task-labels-menu.tsx +0 -134
  163. package/src/components/ui/tu-do/boards/boardId/menus/task-move-menu.tsx +0 -66
  164. package/src/components/ui/tu-do/boards/boardId/menus/task-parent-menu.tsx +0 -228
  165. package/src/components/ui/tu-do/boards/boardId/menus/task-picker-popover.tsx +0 -300
  166. package/src/components/ui/tu-do/boards/boardId/menus/task-priority-menu.tsx +0 -178
  167. package/src/components/ui/tu-do/boards/boardId/menus/task-projects-menu.tsx +0 -143
  168. package/src/components/ui/tu-do/boards/boardId/menus/task-related-menu.tsx +0 -242
  169. package/src/components/ui/tu-do/boards/boardId/menus/task-scheduling-menu.tsx +0 -465
  170. package/src/components/ui/tu-do/boards/boardId/menus/task-scheduling-utils.ts +0 -109
  171. package/src/components/ui/tu-do/boards/boardId/status-grouped-board.tsx +0 -533
  172. package/src/components/ui/tu-do/boards/boardId/status-section.tsx +0 -274
  173. package/src/components/ui/tu-do/boards/boardId/task-actions.tsx +0 -675
  174. package/src/components/ui/tu-do/boards/boardId/task-board-server-page.test.tsx +0 -209
  175. package/src/components/ui/tu-do/boards/boardId/task-board-server-page.tsx +0 -109
  176. package/src/components/ui/tu-do/boards/boardId/task-card/TaskCardCheckbox.tsx +0 -50
  177. package/src/components/ui/tu-do/boards/boardId/task-card/TaskCardDates.tsx +0 -123
  178. package/src/components/ui/tu-do/boards/boardId/task-card/TaskCardHeader.tsx +0 -97
  179. package/src/components/ui/tu-do/boards/boardId/task-card/TaskCardMetadata.tsx +0 -152
  180. package/src/components/ui/tu-do/boards/boardId/task-card/measured-task-card.tsx +0 -118
  181. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-archive-visibility.test.ts +0 -44
  182. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-archive-visibility.ts +0 -17
  183. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-checkbox-style.ts +0 -39
  184. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-comparator.test.ts +0 -104
  185. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-comparator.ts +0 -123
  186. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-completion-checkbox-visibility.test.ts +0 -31
  187. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-completion-checkbox-visibility.ts +0 -9
  188. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-identifier-row.test.tsx +0 -124
  189. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-identifier-row.tsx +0 -88
  190. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-label-options.ts +0 -24
  191. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-open-options.test.ts +0 -166
  192. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-open-options.ts +0 -148
  193. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-resource-context.test.ts +0 -113
  194. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-resource-context.ts +0 -50
  195. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-visibility.test.ts +0 -41
  196. package/src/components/ui/tu-do/boards/boardId/task-card/task-card-visibility.ts +0 -14
  197. package/src/components/ui/tu-do/boards/boardId/task-card/task-card.tsx +0 -2889
  198. package/src/components/ui/tu-do/boards/boardId/task-card/task-scheduling-badge.tsx +0 -174
  199. package/src/components/ui/tu-do/boards/boardId/task-dialogs/BoardEstimationConfigDialog.tsx +0 -499
  200. package/src/components/ui/tu-do/boards/boardId/task-dialogs/TaskCustomDateDialog.tsx +0 -109
  201. package/src/components/ui/tu-do/boards/boardId/task-dialogs/TaskDeleteDialog.tsx +0 -96
  202. package/src/components/ui/tu-do/boards/boardId/task-dialogs/TaskNewLabelDialog.tsx +0 -178
  203. package/src/components/ui/tu-do/boards/boardId/task-dialogs/TaskNewProjectDialog.tsx +0 -127
  204. package/src/components/ui/tu-do/boards/boardId/task-filter.test.tsx +0 -152
  205. package/src/components/ui/tu-do/boards/boardId/task-filter.tsx +0 -996
  206. package/src/components/ui/tu-do/boards/boardId/task-form.tsx +0 -498
  207. package/src/components/ui/tu-do/boards/boardId/task-list-drag-preview.test.ts +0 -101
  208. package/src/components/ui/tu-do/boards/boardId/task-list-form.tsx +0 -91
  209. package/src/components/ui/tu-do/boards/boardId/task-list.tsx +0 -535
  210. package/src/components/ui/tu-do/boards/boardId/task-parent-badge-state.test.ts +0 -64
  211. package/src/components/ui/tu-do/boards/boardId/task-parent-badge-state.ts +0 -31
  212. package/src/components/ui/tu-do/boards/boardId/task.tsx +0 -2
  213. package/src/components/ui/tu-do/boards/boardId/timeline/task-edit-dialog.tsx +0 -109
  214. package/src/components/ui/tu-do/boards/boardId/timeline/timeline-display.ts +0 -103
  215. package/src/components/ui/tu-do/boards/boardId/timeline/timeline-grid.tsx +0 -381
  216. package/src/components/ui/tu-do/boards/boardId/timeline/timeline-task-row.tsx +0 -339
  217. package/src/components/ui/tu-do/boards/boardId/timeline/timeline-toolbar.tsx +0 -356
  218. package/src/components/ui/tu-do/boards/boardId/timeline/timeline-utils.test.ts +0 -169
  219. package/src/components/ui/tu-do/boards/boardId/timeline/timeline-utils.ts +0 -517
  220. package/src/components/ui/tu-do/boards/boardId/timeline-board-open-task.test.tsx +0 -164
  221. package/src/components/ui/tu-do/boards/boardId/timeline-board.test.tsx +0 -217
  222. package/src/components/ui/tu-do/boards/boardId/timeline-board.tsx +0 -834
  223. package/src/components/ui/tu-do/boards/boards-list-skeleton.tsx +0 -62
  224. package/src/components/ui/tu-do/boards/columns.tsx +0 -159
  225. package/src/components/ui/tu-do/boards/copy-board-dialog.tsx +0 -156
  226. package/src/components/ui/tu-do/boards/enhanced-boards-view.tsx +0 -347
  227. package/src/components/ui/tu-do/boards/form.tsx +0 -264
  228. package/src/components/ui/tu-do/boards/quick-create-board-dialog.tsx +0 -75
  229. package/src/components/ui/tu-do/boards/row-actions.tsx +0 -397
  230. package/src/components/ui/tu-do/boards/share-section.tsx +0 -100
  231. package/src/components/ui/tu-do/boards/workspace-projects-client-page.tsx +0 -192
  232. package/src/components/ui/tu-do/boards/workspace-projects-page.tsx +0 -155
  233. package/src/components/ui/tu-do/cycles/task-cycles-client.tsx +0 -753
  234. package/src/components/ui/tu-do/cycles/task-cycles-page.tsx +0 -103
  235. package/src/components/ui/tu-do/drafts/draft-card.tsx +0 -204
  236. package/src/components/ui/tu-do/drafts/draft-convert-dialog.tsx +0 -195
  237. package/src/components/ui/tu-do/drafts/drafts-page.tsx +0 -122
  238. package/src/components/ui/tu-do/drafts/task-drafts-page.tsx +0 -90
  239. package/src/components/ui/tu-do/estimates/client.tsx +0 -292
  240. package/src/components/ui/tu-do/estimates/edit-estimation-dialog.tsx +0 -374
  241. package/src/components/ui/tu-do/estimates/task-estimates-page.tsx +0 -57
  242. package/src/components/ui/tu-do/estimates/use-task-estimates.ts +0 -324
  243. package/src/components/ui/tu-do/habits/client.tsx +0 -263
  244. package/src/components/ui/tu-do/habits/habit-card.tsx +0 -183
  245. package/src/components/ui/tu-do/habits/habit-form-dialog.tsx +0 -701
  246. package/src/components/ui/tu-do/habits/habits-page.tsx +0 -27
  247. package/src/components/ui/tu-do/hooks/__tests__/useDraftPersistence.test.ts +0 -494
  248. package/src/components/ui/tu-do/hooks/__tests__/useTaskDialog.test.tsx +0 -127
  249. package/src/components/ui/tu-do/hooks/__tests__/useTaskDialogState.test.ts +0 -217
  250. package/src/components/ui/tu-do/hooks/__tests__/useTaskLabelManagement.test.tsx +0 -572
  251. package/src/components/ui/tu-do/hooks/__tests__/useTaskProjectManagement.test.tsx +0 -144
  252. package/src/components/ui/tu-do/hooks/useDraftPersistence.ts +0 -199
  253. package/src/components/ui/tu-do/hooks/useTaskCardRelationships.ts +0 -340
  254. package/src/components/ui/tu-do/hooks/useTaskDialog.ts +0 -122
  255. package/src/components/ui/tu-do/hooks/useTaskDialogState.ts +0 -145
  256. package/src/components/ui/tu-do/hooks/useTaskFormState.ts +0 -206
  257. package/src/components/ui/tu-do/hooks/useTaskKeyboardShortcuts.ts +0 -58
  258. package/src/components/ui/tu-do/hooks/useTaskLabelManagement.ts +0 -425
  259. package/src/components/ui/tu-do/hooks/useTaskProjectManagement.ts +0 -454
  260. package/src/components/ui/tu-do/initiatives/task-initiatives-client.tsx +0 -889
  261. package/src/components/ui/tu-do/initiatives/task-initiatives-page.tsx +0 -116
  262. package/src/components/ui/tu-do/labels/client.tsx +0 -201
  263. package/src/components/ui/tu-do/labels/components/delete-label-dialog.tsx +0 -57
  264. package/src/components/ui/tu-do/labels/components/label-card.tsx +0 -86
  265. package/src/components/ui/tu-do/labels/components/label-dialog.tsx +0 -259
  266. package/src/components/ui/tu-do/labels/components/label-list.tsx +0 -83
  267. package/src/components/ui/tu-do/labels/hooks/use-task-labels.ts +0 -170
  268. package/src/components/ui/tu-do/labels/task-labels-page.tsx +0 -53
  269. package/src/components/ui/tu-do/labels/types.ts +0 -6
  270. package/src/components/ui/tu-do/logs/columns.tsx +0 -755
  271. package/src/components/ui/tu-do/logs/logs-client.tsx +0 -1006
  272. package/src/components/ui/tu-do/logs/logs-timeline.tsx +0 -2483
  273. package/src/components/ui/tu-do/logs/task-logs-page.tsx +0 -59
  274. package/src/components/ui/tu-do/my-tasks/__tests__/my-tasks-content.test.tsx +0 -408
  275. package/src/components/ui/tu-do/my-tasks/__tests__/use-my-tasks-query.test.ts +0 -469
  276. package/src/components/ui/tu-do/my-tasks/__tests__/use-my-tasks-state.test.ts +0 -1017
  277. package/src/components/ui/tu-do/my-tasks/__tests__/use-task-context-actions.test.ts +0 -584
  278. package/src/components/ui/tu-do/my-tasks/ai-credit-indicator.tsx +0 -143
  279. package/src/components/ui/tu-do/my-tasks/board-selector-dialog.tsx +0 -239
  280. package/src/components/ui/tu-do/my-tasks/command-bar.tsx +0 -1351
  281. package/src/components/ui/tu-do/my-tasks/label-project-filter.tsx +0 -194
  282. package/src/components/ui/tu-do/my-tasks/my-task-context-menu.tsx +0 -356
  283. package/src/components/ui/tu-do/my-tasks/my-tasks-content.tsx +0 -328
  284. package/src/components/ui/tu-do/my-tasks/my-tasks-data-loader.tsx +0 -17
  285. package/src/components/ui/tu-do/my-tasks/my-tasks-filters.tsx +0 -258
  286. package/src/components/ui/tu-do/my-tasks/my-tasks-header.tsx +0 -121
  287. package/src/components/ui/tu-do/my-tasks/my-tasks-page.tsx +0 -40
  288. package/src/components/ui/tu-do/my-tasks/personal-placement-dialog.tsx +0 -188
  289. package/src/components/ui/tu-do/my-tasks/task-filter.tsx +0 -235
  290. package/src/components/ui/tu-do/my-tasks/task-list-with-completion.tsx +0 -832
  291. package/src/components/ui/tu-do/my-tasks/task-list.tsx +0 -258
  292. package/src/components/ui/tu-do/my-tasks/task-preview-dialog.tsx +0 -1597
  293. package/src/components/ui/tu-do/my-tasks/task-section.tsx +0 -261
  294. package/src/components/ui/tu-do/my-tasks/use-my-tasks-query.ts +0 -149
  295. package/src/components/ui/tu-do/my-tasks/use-my-tasks-state.ts +0 -1037
  296. package/src/components/ui/tu-do/my-tasks/use-task-context-actions.ts +0 -474
  297. package/src/components/ui/tu-do/notes/note-edit-dialog.tsx +0 -118
  298. package/src/components/ui/tu-do/notes/note-list.tsx +0 -799
  299. package/src/components/ui/tu-do/notes/notes-content.tsx +0 -178
  300. package/src/components/ui/tu-do/notes/notes-page.tsx +0 -27
  301. package/src/components/ui/tu-do/progress/task-progress-import-panel.tsx +0 -60
  302. package/src/components/ui/tu-do/progress/task-progress-leaderboards-panel.tsx +0 -156
  303. package/src/components/ui/tu-do/progress/task-progress-page.tsx +0 -382
  304. package/src/components/ui/tu-do/progress/task-progress-panels.tsx +0 -303
  305. package/src/components/ui/tu-do/projects/components/index.ts +0 -11
  306. package/src/components/ui/tu-do/projects/components/project-actions-menu.tsx +0 -66
  307. package/src/components/ui/tu-do/projects/components/project-badges.tsx +0 -84
  308. package/src/components/ui/tu-do/projects/components/project-filter-menu.tsx +0 -170
  309. package/src/components/ui/tu-do/projects/components/project-grid-card.tsx +0 -198
  310. package/src/components/ui/tu-do/projects/components/project-list-item.tsx +0 -195
  311. package/src/components/ui/tu-do/projects/components/project-metrics.tsx +0 -87
  312. package/src/components/ui/tu-do/projects/components/project-progress-meter.tsx +0 -33
  313. package/src/components/ui/tu-do/projects/components/project-sort-menu.tsx +0 -71
  314. package/src/components/ui/tu-do/projects/components/projects-empty-state.tsx +0 -38
  315. package/src/components/ui/tu-do/projects/components/projects-loading-state.tsx +0 -26
  316. package/src/components/ui/tu-do/projects/components/projects-toolbar.tsx +0 -179
  317. package/src/components/ui/tu-do/projects/dialogs/create-project-dialog.tsx +0 -117
  318. package/src/components/ui/tu-do/projects/dialogs/edit-project-dialog.tsx +0 -125
  319. package/src/components/ui/tu-do/projects/dialogs/index.ts +0 -3
  320. package/src/components/ui/tu-do/projects/dialogs/manage-tasks-dialog.tsx +0 -205
  321. package/src/components/ui/tu-do/projects/hooks/index.ts +0 -2
  322. package/src/components/ui/tu-do/projects/hooks/use-project-filters.ts +0 -248
  323. package/src/components/ui/tu-do/projects/hooks/use-task-projects.ts +0 -238
  324. package/src/components/ui/tu-do/projects/projectId/components/__tests__/tasks-tab-layout.test.tsx +0 -169
  325. package/src/components/ui/tu-do/projects/projectId/components/documents-tab.tsx +0 -90
  326. package/src/components/ui/tu-do/projects/projectId/components/index.ts +0 -9
  327. package/src/components/ui/tu-do/projects/projectId/components/overview/description-card.tsx +0 -77
  328. package/src/components/ui/tu-do/projects/projectId/components/overview/linked-documents-card.tsx +0 -81
  329. package/src/components/ui/tu-do/projects/projectId/components/overview/linked-tasks-card.tsx +0 -85
  330. package/src/components/ui/tu-do/projects/projectId/components/overview/updates-card.tsx +0 -85
  331. package/src/components/ui/tu-do/projects/projectId/components/overview-tab.tsx +0 -35
  332. package/src/components/ui/tu-do/projects/projectId/components/project-configuration.tsx +0 -229
  333. package/src/components/ui/tu-do/projects/projectId/components/project-header.tsx +0 -115
  334. package/src/components/ui/tu-do/projects/projectId/components/project-lead-selector.tsx +0 -55
  335. package/src/components/ui/tu-do/projects/projectId/components/project-overview-context.tsx +0 -82
  336. package/src/components/ui/tu-do/projects/projectId/components/project-sidebar.tsx +0 -246
  337. package/src/components/ui/tu-do/projects/projectId/components/tasks-tab.tsx +0 -266
  338. package/src/components/ui/tu-do/projects/projectId/components/update-card.tsx +0 -162
  339. package/src/components/ui/tu-do/projects/projectId/components/updates-tab.tsx +0 -129
  340. package/src/components/ui/tu-do/projects/projectId/dialogs/index.ts +0 -1
  341. package/src/components/ui/tu-do/projects/projectId/dialogs/link-task-dialog.tsx +0 -114
  342. package/src/components/ui/tu-do/projects/projectId/hooks/index.ts +0 -4
  343. package/src/components/ui/tu-do/projects/projectId/hooks/use-animation-variants.ts +0 -68
  344. package/src/components/ui/tu-do/projects/projectId/hooks/use-project-form.ts +0 -214
  345. package/src/components/ui/tu-do/projects/projectId/hooks/use-project-updates.ts +0 -209
  346. package/src/components/ui/tu-do/projects/projectId/hooks/use-task-linking.ts +0 -101
  347. package/src/components/ui/tu-do/projects/projectId/task-project-detail-page-client.tsx +0 -93
  348. package/src/components/ui/tu-do/projects/projectId/task-project-detail-page.tsx +0 -78
  349. package/src/components/ui/tu-do/projects/projectId/task-project-detail.tsx +0 -367
  350. package/src/components/ui/tu-do/projects/projectId/types.ts +0 -51
  351. package/src/components/ui/tu-do/projects/task-projects-client.tsx +0 -270
  352. package/src/components/ui/tu-do/projects/task-projects-page.tsx +0 -97
  353. package/src/components/ui/tu-do/projects/types.ts +0 -62
  354. package/src/components/ui/tu-do/providers/__tests__/task-dialog-provider.test.tsx +0 -616
  355. package/src/components/ui/tu-do/providers/task-dialog-provider.tsx +0 -923
  356. package/src/components/ui/tu-do/providers/workspace-presence-provider.tsx +0 -88
  357. package/src/components/ui/tu-do/shared/AccessibleButton.tsx +0 -79
  358. package/src/components/ui/tu-do/shared/__tests__/assignee-select.test.tsx +0 -143
  359. package/src/components/ui/tu-do/shared/__tests__/board-client.test.tsx +0 -358
  360. package/src/components/ui/tu-do/shared/__tests__/board-header.test.tsx +0 -598
  361. package/src/components/ui/tu-do/shared/__tests__/board-query-cache.test.ts +0 -219
  362. package/src/components/ui/tu-do/shared/__tests__/board-switcher.test.tsx +0 -374
  363. package/src/components/ui/tu-do/shared/__tests__/board-views.test.tsx +0 -1288
  364. package/src/components/ui/tu-do/shared/__tests__/create-list-dialog.test.tsx +0 -118
  365. package/src/components/ui/tu-do/shared/__tests__/task-board-loading-state.test.tsx +0 -99
  366. package/src/components/ui/tu-do/shared/__tests__/task-cache-patches.test.ts +0 -147
  367. package/src/components/ui/tu-do/shared/__tests__/task-detail-page.test.tsx +0 -170
  368. package/src/components/ui/tu-do/shared/__tests__/task-dialog-manager.test.tsx +0 -945
  369. package/src/components/ui/tu-do/shared/__tests__/task-legacy-route-recovery.test.tsx +0 -101
  370. package/src/components/ui/tu-do/shared/__tests__/use-progressive-board-loader.test.tsx +0 -645
  371. package/src/components/ui/tu-do/shared/assignee-select.tsx +0 -592
  372. package/src/components/ui/tu-do/shared/board-broadcast-context.tsx +0 -45
  373. package/src/components/ui/tu-do/shared/board-client.tsx +0 -283
  374. package/src/components/ui/tu-do/shared/board-config-storage.ts +0 -94
  375. package/src/components/ui/tu-do/shared/board-header.tsx +0 -803
  376. package/src/components/ui/tu-do/shared/board-layout-settings.tsx +0 -1134
  377. package/src/components/ui/tu-do/shared/board-query-cache.ts +0 -157
  378. package/src/components/ui/tu-do/shared/board-switcher.tsx +0 -322
  379. package/src/components/ui/tu-do/shared/board-user-presence-avatars.tsx +0 -578
  380. package/src/components/ui/tu-do/shared/board-views.tsx +0 -1238
  381. package/src/components/ui/tu-do/shared/clear-menu-item.tsx +0 -34
  382. package/src/components/ui/tu-do/shared/create-list-dialog.tsx +0 -401
  383. package/src/components/ui/tu-do/shared/cursor-overlay-multi-wrapper.tsx +0 -245
  384. package/src/components/ui/tu-do/shared/cursor-overlay.tsx +0 -78
  385. package/src/components/ui/tu-do/shared/custom-date-picker/custom-date-picker-dialog.tsx +0 -157
  386. package/src/components/ui/tu-do/shared/description-overflow-warning-dialog.tsx +0 -68
  387. package/src/components/ui/tu-do/shared/edit-list-dialog.tsx +0 -383
  388. package/src/components/ui/tu-do/shared/empty-state-card.tsx +0 -46
  389. package/src/components/ui/tu-do/shared/estimation-mapping.test.ts +0 -32
  390. package/src/components/ui/tu-do/shared/estimation-mapping.ts +0 -74
  391. package/src/components/ui/tu-do/shared/estimation-utils.ts +0 -54
  392. package/src/components/ui/tu-do/shared/fade-setting-initializer.tsx +0 -61
  393. package/src/components/ui/tu-do/shared/label-chip.tsx +0 -46
  394. package/src/components/ui/tu-do/shared/list-view-context-menu.test.tsx +0 -203
  395. package/src/components/ui/tu-do/shared/list-view-sorting.test.ts +0 -50
  396. package/src/components/ui/tu-do/shared/list-view-sorting.ts +0 -108
  397. package/src/components/ui/tu-do/shared/list-view.tsx +0 -1248
  398. package/src/components/ui/tu-do/shared/mention-system/__tests__/mention-system.test.ts +0 -250
  399. package/src/components/ui/tu-do/shared/mention-system/mention-menu.tsx +0 -217
  400. package/src/components/ui/tu-do/shared/mention-system/types.ts +0 -141
  401. package/src/components/ui/tu-do/shared/mention-system/use-mention-suggestions.ts +0 -244
  402. package/src/components/ui/tu-do/shared/progressive-loader-context.tsx +0 -45
  403. package/src/components/ui/tu-do/shared/recent-sidebar-events.ts +0 -58
  404. package/src/components/ui/tu-do/shared/recycle-bin-panel.tsx +0 -651
  405. package/src/components/ui/tu-do/shared/relationship-task-identifier.ts +0 -14
  406. package/src/components/ui/tu-do/shared/slash-commands/__tests__/slash-commands.test.ts +0 -315
  407. package/src/components/ui/tu-do/shared/slash-commands/definitions.ts +0 -167
  408. package/src/components/ui/tu-do/shared/slash-commands/slash-command-menu.tsx +0 -114
  409. package/src/components/ui/tu-do/shared/special-task-list-pins.ts +0 -51
  410. package/src/components/ui/tu-do/shared/sync-warning-dialog.tsx +0 -133
  411. package/src/components/ui/tu-do/shared/task-board-errors.ts +0 -19
  412. package/src/components/ui/tu-do/shared/task-board-loading-state.tsx +0 -82
  413. package/src/components/ui/tu-do/shared/task-cache-patches.ts +0 -394
  414. package/src/components/ui/tu-do/shared/task-detail-page.tsx +0 -176
  415. package/src/components/ui/tu-do/shared/task-detail-server-page.tsx +0 -37
  416. package/src/components/ui/tu-do/shared/task-dialog-manager.tsx +0 -596
  417. package/src/components/ui/tu-do/shared/task-dialog-presentation.test.ts +0 -53
  418. package/src/components/ui/tu-do/shared/task-dialog-presentation.ts +0 -30
  419. package/src/components/ui/tu-do/shared/task-dialog-wrapper.tsx +0 -28
  420. package/src/components/ui/tu-do/shared/task-due-date-visibility.test.ts +0 -72
  421. package/src/components/ui/tu-do/shared/task-due-date-visibility.ts +0 -38
  422. package/src/components/ui/tu-do/shared/task-edit-dialog/components/compact-task-create-popover.test.tsx +0 -325
  423. package/src/components/ui/tu-do/shared/task-edit-dialog/components/compact-task-create-popover.tsx +0 -268
  424. package/src/components/ui/tu-do/shared/task-edit-dialog/components/mobile-floating-save-button.tsx +0 -46
  425. package/src/components/ui/tu-do/shared/task-edit-dialog/components/quick-settings-popover.tsx +0 -198
  426. package/src/components/ui/tu-do/shared/task-edit-dialog/components/smart-task-suggestions-panel.test.tsx +0 -129
  427. package/src/components/ui/tu-do/shared/task-edit-dialog/components/smart-task-suggestions-panel.tsx +0 -358
  428. package/src/components/ui/tu-do/shared/task-edit-dialog/components/task-description-editor.tsx +0 -496
  429. package/src/components/ui/tu-do/shared/task-edit-dialog/components/task-dialog-header.tsx +0 -545
  430. package/src/components/ui/tu-do/shared/task-edit-dialog/components/task-list-picker-panel.tsx +0 -220
  431. package/src/components/ui/tu-do/shared/task-edit-dialog/components/task-list-selector.tsx +0 -165
  432. package/src/components/ui/tu-do/shared/task-edit-dialog/components/task-list-trigger-styles.ts +0 -69
  433. package/src/components/ui/tu-do/shared/task-edit-dialog/components/task-name-input.test.tsx +0 -180
  434. package/src/components/ui/tu-do/shared/task-edit-dialog/components/task-name-input.tsx +0 -218
  435. package/src/components/ui/tu-do/shared/task-edit-dialog/components/task-suggestion-menus.tsx +0 -148
  436. package/src/components/ui/tu-do/shared/task-edit-dialog/constants.ts +0 -18
  437. package/src/components/ui/tu-do/shared/task-edit-dialog/context-menu-guard.test.ts +0 -37
  438. package/src/components/ui/tu-do/shared/task-edit-dialog/description-diff-viewer.tsx +0 -1665
  439. package/src/components/ui/tu-do/shared/task-edit-dialog/description-versions.test.ts +0 -97
  440. package/src/components/ui/tu-do/shared/task-edit-dialog/description-versions.ts +0 -210
  441. package/src/components/ui/tu-do/shared/task-edit-dialog/field-diff-viewer.tsx +0 -716
  442. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/__tests__/use-task-dialog-close.test.ts +0 -218
  443. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/__tests__/use-task-dialog-keyboard-shortcuts.test.ts +0 -140
  444. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/__tests__/use-task-mutations.test.tsx +0 -231
  445. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/__tests__/use-task-overrides.test.ts +0 -412
  446. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/__tests__/use-task-realtime-sync.test.tsx +0 -237
  447. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/__tests__/use-task-yjs-sync.test.ts +0 -190
  448. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/__tests__/use-update-shared-task.test.ts +0 -107
  449. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/task-api.test.ts +0 -171
  450. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/task-api.ts +0 -296
  451. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-editor-commands.ts +0 -314
  452. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-suggestion-menus.ts +0 -503
  453. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-change-detection.ts +0 -175
  454. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-data.ts +0 -401
  455. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-dependencies.ts +0 -773
  456. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-dialog-close.ts +0 -193
  457. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-dialog-keyboard-shortcuts.ts +0 -365
  458. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-form-reset.ts +0 -231
  459. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-form-state.ts +0 -307
  460. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-mutations.ts +0 -609
  461. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-overrides.ts +0 -134
  462. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-realtime-sync.ts +0 -270
  463. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-relationships.test.tsx +0 -212
  464. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-relationships.ts +0 -554
  465. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-revert.ts +0 -140
  466. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-save.test.ts +0 -289
  467. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-save.ts +0 -1473
  468. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-snapshot.ts +0 -59
  469. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-task-yjs-sync.ts +0 -224
  470. package/src/components/ui/tu-do/shared/task-edit-dialog/hooks/use-update-shared-task.ts +0 -60
  471. package/src/components/ui/tu-do/shared/task-edit-dialog/personal-overrides-section.tsx +0 -368
  472. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/components/clickable-task-item.tsx +0 -90
  473. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/components/index.ts +0 -4
  474. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/components/subtask-action-buttons.tsx +0 -140
  475. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/components/tab-button.tsx +0 -76
  476. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/components/task-relationship-action-buttons.tsx +0 -178
  477. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/dependencies-section.tsx +0 -140
  478. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/index.ts +0 -35
  479. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/parent-section.tsx +0 -70
  480. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/related-section.tsx +0 -81
  481. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/subtasks-section.tsx +0 -87
  482. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/task-search-popover.tsx +0 -229
  483. package/src/components/ui/tu-do/shared/task-edit-dialog/relationships/types/task-relationships.types.ts +0 -194
  484. package/src/components/ui/tu-do/shared/task-edit-dialog/selective-revert-panel.test.tsx +0 -91
  485. package/src/components/ui/tu-do/shared/task-edit-dialog/selective-revert-panel.tsx +0 -365
  486. package/src/components/ui/tu-do/shared/task-edit-dialog/task-activity-section.tsx +0 -802
  487. package/src/components/ui/tu-do/shared/task-edit-dialog/task-delete-dialog.tsx +0 -104
  488. package/src/components/ui/tu-do/shared/task-edit-dialog/task-description-change-dialog.test.tsx +0 -63
  489. package/src/components/ui/tu-do/shared/task-edit-dialog/task-description-change-dialog.tsx +0 -218
  490. package/src/components/ui/tu-do/shared/task-edit-dialog/task-description-restore-banner.tsx +0 -83
  491. package/src/components/ui/tu-do/shared/task-edit-dialog/task-description-version-restore-dialog.test.tsx +0 -120
  492. package/src/components/ui/tu-do/shared/task-edit-dialog/task-description-version-restore-dialog.tsx +0 -180
  493. package/src/components/ui/tu-do/shared/task-edit-dialog/task-dialog-actions.test.tsx +0 -68
  494. package/src/components/ui/tu-do/shared/task-edit-dialog/task-dialog-actions.tsx +0 -239
  495. package/src/components/ui/tu-do/shared/task-edit-dialog/task-instances-section.tsx +0 -173
  496. package/src/components/ui/tu-do/shared/task-edit-dialog/task-properties-section.test.tsx +0 -303
  497. package/src/components/ui/tu-do/shared/task-edit-dialog/task-properties-section.tsx +0 -2213
  498. package/src/components/ui/tu-do/shared/task-edit-dialog/task-relationships-properties.tsx +0 -315
  499. package/src/components/ui/tu-do/shared/task-edit-dialog/task-snapshot-dialog.tsx +0 -167
  500. package/src/components/ui/tu-do/shared/task-edit-dialog/types/pending-relationship.test.ts +0 -52
  501. package/src/components/ui/tu-do/shared/task-edit-dialog/types/pending-relationship.ts +0 -134
  502. package/src/components/ui/tu-do/shared/task-edit-dialog/types.ts +0 -64
  503. package/src/components/ui/tu-do/shared/task-edit-dialog/user-display.test.ts +0 -58
  504. package/src/components/ui/tu-do/shared/task-edit-dialog/user-display.ts +0 -45
  505. package/src/components/ui/tu-do/shared/task-edit-dialog/utils/inline-task-target-list.test.ts +0 -98
  506. package/src/components/ui/tu-do/shared/task-edit-dialog/utils/inline-task-target-list.ts +0 -39
  507. package/src/components/ui/tu-do/shared/task-edit-dialog/utils.test.ts +0 -504
  508. package/src/components/ui/tu-do/shared/task-edit-dialog/utils.ts +0 -582
  509. package/src/components/ui/tu-do/shared/task-edit-dialog/yjs-prosemirror-compat.test.ts +0 -65
  510. package/src/components/ui/tu-do/shared/task-edit-dialog.tsx +0 -3196
  511. package/src/components/ui/tu-do/shared/task-estimation-display.tsx +0 -52
  512. package/src/components/ui/tu-do/shared/task-estimation-picker.tsx +0 -226
  513. package/src/components/ui/tu-do/shared/task-filter.types.ts +0 -65
  514. package/src/components/ui/tu-do/shared/task-label-selector.tsx +0 -217
  515. package/src/components/ui/tu-do/shared/task-labels-display.test.tsx +0 -51
  516. package/src/components/ui/tu-do/shared/task-labels-display.tsx +0 -119
  517. package/src/components/ui/tu-do/shared/task-legacy-route-recovery.tsx +0 -65
  518. package/src/components/ui/tu-do/shared/task-projects-display.tsx +0 -80
  519. package/src/components/ui/tu-do/shared/task-quick-create-target-list.ts +0 -20
  520. package/src/components/ui/tu-do/shared/task-resource-search-field.tsx +0 -49
  521. package/src/components/ui/tu-do/shared/task-resource-search-filters.ts +0 -27
  522. package/src/components/ui/tu-do/shared/task-row-actions-menu.test.tsx +0 -138
  523. package/src/components/ui/tu-do/shared/task-row-actions-menu.tsx +0 -402
  524. package/src/components/ui/tu-do/shared/task-share-dialog/components/share-link-settings.tsx +0 -86
  525. package/src/components/ui/tu-do/shared/task-share-dialog/components/shares-list.tsx +0 -85
  526. package/src/components/ui/tu-do/shared/task-share-dialog/hooks/use-task-sharing.ts +0 -296
  527. package/src/components/ui/tu-do/shared/task-share-dialog.tsx +0 -144
  528. package/src/components/ui/tu-do/shared/task-sound-effects.test.ts +0 -189
  529. package/src/components/ui/tu-do/shared/task-sound-effects.tsx +0 -468
  530. package/src/components/ui/tu-do/shared/task-url.ts +0 -56
  531. package/src/components/ui/tu-do/shared/text-diff-viewer.tsx +0 -55
  532. package/src/components/ui/tu-do/shared/types.ts +0 -14
  533. package/src/components/ui/tu-do/shared/unsaved-changes-warning-dialog.tsx +0 -71
  534. package/src/components/ui/tu-do/shared/use-progressive-board-loader.ts +0 -312
  535. package/src/components/ui/tu-do/shared/user-avatar.tsx +0 -46
  536. package/src/components/ui/tu-do/shared/user-presence-avatars.tsx +0 -415
  537. package/src/components/ui/tu-do/shared/utils/translate-task-list-display-name.ts +0 -28
  538. package/src/components/ui/tu-do/tasks-route-context.tsx +0 -50
  539. package/src/components/ui/tu-do/templates/client.tsx +0 -505
  540. package/src/components/ui/tu-do/templates/marketplace/client.tsx +0 -487
  541. package/src/components/ui/tu-do/templates/marketplace/task-marketplace-page.tsx +0 -169
  542. package/src/components/ui/tu-do/templates/save-as-template-dialog.tsx +0 -381
  543. package/src/components/ui/tu-do/templates/task-template-api.ts +0 -142
  544. package/src/components/ui/tu-do/templates/task-template-card.tsx +0 -118
  545. package/src/components/ui/tu-do/templates/task-template-client.test.tsx +0 -52
  546. package/src/components/ui/tu-do/templates/task-template-client.tsx +0 -258
  547. package/src/components/ui/tu-do/templates/task-template-dialogs.test.tsx +0 -167
  548. package/src/components/ui/tu-do/templates/task-template-dialogs.tsx +0 -376
  549. package/src/components/ui/tu-do/templates/task-templates-hub.test.tsx +0 -114
  550. package/src/components/ui/tu-do/templates/task-templates-hub.tsx +0 -53
  551. package/src/components/ui/tu-do/templates/task-templates-page.tsx +0 -157
  552. package/src/components/ui/tu-do/templates/templateId/client.tsx +0 -674
  553. package/src/components/ui/tu-do/templates/templateId/edit-template-dialog.tsx +0 -300
  554. package/src/components/ui/tu-do/templates/templateId/share-template-dialog.tsx +0 -261
  555. package/src/components/ui/tu-do/templates/templateId/task-template-detail-page-client.tsx +0 -127
  556. package/src/components/ui/tu-do/templates/templateId/task-template-detail-page.tsx +0 -89
  557. package/src/components/ui/tu-do/templates/templateId/use-template-dialog.tsx +0 -165
  558. package/src/components/ui/tu-do/templates/types.ts +0 -53
  559. package/src/components/ui/tu-do/utils/__tests__/label-colors.test.ts +0 -43
  560. package/src/components/ui/tu-do/utils/__tests__/taskColorUtils.test.ts +0 -267
  561. package/src/components/ui/tu-do/utils/__tests__/taskConstants.test.ts +0 -178
  562. package/src/components/ui/tu-do/utils/__tests__/taskDateUtils.test.ts +0 -226
  563. package/src/components/ui/tu-do/utils/__tests__/weekDateUtils.test.ts +0 -182
  564. package/src/components/ui/tu-do/utils/label-colors.test.ts +0 -15
  565. package/src/components/ui/tu-do/utils/label-colors.ts +0 -59
  566. package/src/components/ui/tu-do/utils/taskColorUtils.ts +0 -116
  567. package/src/components/ui/tu-do/utils/taskConstants.ts +0 -102
  568. package/src/components/ui/tu-do/utils/taskDateUtils.ts +0 -81
  569. package/src/components/ui/tu-do/utils/taskPriorityUtils.tsx +0 -80
  570. package/src/components/ui/tu-do/utils/weekDateUtils.ts +0 -64
  571. package/src/hooks/__tests__/use-task-actions.test.tsx +0 -2098
  572. package/src/hooks/__tests__/useBoardPresence.test.tsx +0 -191
  573. package/src/hooks/__tests__/useBoardRealtime.test.tsx +0 -1036
  574. package/src/hooks/__tests__/useCursorTracking.test.tsx +0 -212
  575. package/src/hooks/task-actions-personal-external.ts +0 -313
  576. package/src/hooks/use-task-actions.ts +0 -1910
  577. package/src/hooks/useBoardPresence.ts +0 -364
  578. package/src/hooks/useBoardRealtime.ts +0 -428
  579. package/src/hooks/useBoardRealtime.types.ts +0 -56
  580. package/src/hooks/useBoardRealtimeEventHandler.ts +0 -452
  581. package/src/hooks/useCursorTracking.ts +0 -402
  582. package/src/hooks/usePresence.ts +0 -272
  583. package/src/hooks/useTaskUserRealtime.ts +0 -340
  584. /package/src/{components/ui/tu-do/shared → lib}/task-open-events.ts +0 -0
@@ -1,1017 +0,0 @@
1
- import { act, renderHook } from '@testing-library/react';
2
- import { beforeEach, describe, expect, it, vi } from 'vitest';
3
- import { LABEL_COLOR_PRESETS } from '../../utils/label-colors';
4
-
5
- // ── Hoisted mocks ──────────────────────────────────────────────────────────
6
- const {
7
- mockCreateWorkspaceLabel,
8
- mockCreateWorkspaceTaskProject,
9
- mockInvalidateQueries,
10
- mockUseQuery,
11
- mockUseMutation,
12
- mockUseInfiniteQuery,
13
- mockFrom,
14
- mockSelect,
15
- mockInsert,
16
- mockEq,
17
- mockIs,
18
- mockOrder,
19
- mockIn,
20
- mockT,
21
- mockToastError,
22
- mockToastSuccess,
23
- mockOnUpdate,
24
- mockOpenTaskById,
25
- mockCreateTaskFn,
26
- mockFetch,
27
- } = vi.hoisted(() => ({
28
- mockCreateWorkspaceLabel: vi.fn(),
29
- mockCreateWorkspaceTaskProject: vi.fn(),
30
- mockInvalidateQueries: vi.fn(),
31
- mockUseQuery: vi.fn(),
32
- mockUseMutation: vi.fn(),
33
- mockUseInfiniteQuery: vi.fn(),
34
- mockFrom: vi.fn(),
35
- mockSelect: vi.fn(),
36
- mockInsert: vi.fn(),
37
- mockEq: vi.fn(),
38
- mockIs: vi.fn(),
39
- mockOrder: vi.fn(),
40
- mockIn: vi.fn(),
41
- mockT: vi.fn((key: string) => key),
42
- mockToastError: vi.fn(),
43
- mockToastSuccess: vi.fn(),
44
- mockOnUpdate: vi.fn(() => vi.fn()), // returns cleanup fn
45
- mockOpenTaskById: vi.fn(),
46
- mockCreateTaskFn: vi.fn(),
47
- mockFetch: vi.fn(),
48
- }));
49
-
50
- vi.mock('@tanstack/react-query', () => ({
51
- useQuery: (...args: unknown[]) => mockUseQuery(...args),
52
- useQueryClient: () => ({ invalidateQueries: mockInvalidateQueries }),
53
- useMutation: (...args: unknown[]) => mockUseMutation(...args),
54
- useInfiniteQuery: (...args: unknown[]) => mockUseInfiniteQuery(...args),
55
- keepPreviousData: Symbol('keepPreviousData'),
56
- }));
57
-
58
- vi.mock('@tuturuuu/internal-api', () => ({
59
- createWorkspaceLabel: mockCreateWorkspaceLabel,
60
- createWorkspaceTaskBoard: vi.fn(),
61
- createWorkspaceTaskProject: mockCreateWorkspaceTaskProject,
62
- listWorkspaceBoardsWithLists: vi.fn(),
63
- listWorkspaceLabels: vi.fn(),
64
- listWorkspaceMembers: vi.fn(),
65
- listWorkspaces: vi.fn(),
66
- listWorkspaceTaskBoards: vi.fn(),
67
- listWorkspaceTaskLists: vi.fn(),
68
- listWorkspaceTaskProjects: vi.fn(),
69
- updateWorkspaceTaskList: vi.fn(),
70
- }));
71
-
72
- vi.mock('@tuturuuu/supabase/next/client', () => ({
73
- createClient: () => ({
74
- from: mockFrom,
75
- }),
76
- }));
77
-
78
- vi.mock('next-intl', () => ({
79
- useTranslations: () => mockT,
80
- }));
81
-
82
- vi.mock('@tuturuuu/ui/sonner', () => ({
83
- toast: {
84
- error: mockToastError,
85
- success: mockToastSuccess,
86
- },
87
- }));
88
-
89
- vi.mock('@tuturuuu/ui/tu-do/hooks/useTaskDialog', () => ({
90
- useTaskDialog: () => ({
91
- onUpdate: mockOnUpdate,
92
- openTaskById: mockOpenTaskById,
93
- }),
94
- }));
95
-
96
- vi.mock('@tuturuuu/utils/task-helper', () => ({
97
- createTask: mockCreateTaskFn,
98
- useBoardConfig: () => ({ data: null }),
99
- }));
100
-
101
- global.fetch = mockFetch;
102
-
103
- // ── Import after mocks ─────────────────────────────────────────────────────
104
- import { useMyTasksState } from '../use-my-tasks-state';
105
-
106
- // ── Helpers ────────────────────────────────────────────────────────────────
107
- const DEFAULT_PROPS = {
108
- wsId: 'ws-1',
109
- userId: 'user-1',
110
- isPersonal: false,
111
- };
112
-
113
- /** Default mock setup — all queries return empty/loading state */
114
- function setupDefaultMocks() {
115
- // useMyTasksQuery internally calls useQuery
116
- // useCompletedTasksQuery internally calls useInfiniteQuery
117
- // The hook also calls useQuery ~6 more times for workspaces, boards, labels, etc.
118
- // We use mockImplementation to route by queryKey.
119
-
120
- mockUseQuery.mockImplementation((opts: Record<string, any>) => {
121
- const key = opts?.queryKey?.[0];
122
- if (key === 'my-tasks') {
123
- return {
124
- data: {
125
- overdue: [],
126
- today: [],
127
- upcoming: [],
128
- completed: [],
129
- totalActiveTasks: 0,
130
- totalCompletedTasks: 0,
131
- hasMoreCompleted: false,
132
- completedPage: 0,
133
- },
134
- isLoading: false,
135
- };
136
- }
137
- // workspaces, boards, labels, projects, members, board-config
138
- return { data: undefined, isLoading: false };
139
- });
140
-
141
- mockUseInfiniteQuery.mockReturnValue({
142
- data: { pages: [] },
143
- isLoading: false,
144
- hasNextPage: false,
145
- fetchNextPage: vi.fn(),
146
- isFetchingNextPage: false,
147
- });
148
-
149
- // useMutation is called twice: previewMutation, createTasksMutation
150
- mockUseMutation.mockReturnValue({
151
- mutate: vi.fn(),
152
- mutateAsync: vi.fn(),
153
- isPending: false,
154
- });
155
- }
156
-
157
- function setupInternalApiMocks() {
158
- mockCreateWorkspaceLabel.mockResolvedValue({
159
- label: { id: 'label-1', name: 'Bug', color: '#ff0000' },
160
- });
161
- mockCreateWorkspaceTaskProject.mockResolvedValue({
162
- project: { id: 'project-1', name: 'New Project' },
163
- });
164
- }
165
-
166
- function setupSupabaseMocks() {
167
- mockEq.mockResolvedValue({ data: null, error: null });
168
- mockIs.mockReturnValue({ order: mockOrder });
169
- mockOrder.mockResolvedValue({ data: [], error: null });
170
- mockIn.mockReturnValue({ is: mockIs, order: mockOrder });
171
- mockSelect.mockReturnValue({ eq: mockEq, in: mockIn });
172
- mockInsert.mockResolvedValue({ data: null, error: null });
173
- mockFrom.mockReturnValue({
174
- select: mockSelect,
175
- insert: mockInsert,
176
- });
177
- }
178
-
179
- // ════════════════════════════════════════════════════════════════════════════
180
- describe('useMyTasksState', () => {
181
- beforeEach(() => {
182
- vi.clearAllMocks();
183
- setupDefaultMocks();
184
- setupInternalApiMocks();
185
- setupSupabaseMocks();
186
- });
187
-
188
- // ── Initial state ────────────────────────────────────────────────────────
189
- describe('initial state', () => {
190
- it('has all sections collapsed by default', () => {
191
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
192
-
193
- expect(result.current.collapsedSections).toEqual({
194
- overdue: true,
195
- today: true,
196
- upcoming: true,
197
- completed: true,
198
- });
199
- });
200
-
201
- it('has empty command bar state', () => {
202
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
203
-
204
- expect(result.current.commandBarInput).toBe('');
205
- expect(result.current.commandBarLoading).toBe(false);
206
- });
207
-
208
- it('has default filter state', () => {
209
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
210
-
211
- expect(result.current.taskFilters).toEqual({
212
- workspaceIds: ['all'],
213
- boardIds: ['all'],
214
- labelIds: [],
215
- projectIds: [],
216
- selfManagedOnly: false,
217
- });
218
- });
219
-
220
- it('has AI settings all true by default', () => {
221
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
222
-
223
- expect(result.current.aiGenerateDescriptions).toBe(true);
224
- expect(result.current.aiGeneratePriority).toBe(true);
225
- expect(result.current.aiGenerateLabels).toBe(true);
226
- });
227
-
228
- it('clears board and list immediately when workspace selection changes', () => {
229
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
230
-
231
- act(() => {
232
- result.current.setSelectedBoardId('board-1');
233
- result.current.setSelectedListId('list-1');
234
- result.current.handleWorkspaceSelectionChange('ws-2');
235
- });
236
-
237
- expect(result.current.selectedWorkspaceId).toBe('ws-2');
238
- expect(result.current.selectedBoardId).toBe('');
239
- expect(result.current.selectedListId).toBe('');
240
- });
241
-
242
- it('has autoAssignToMe true by default', () => {
243
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
244
-
245
- expect(result.current.autoAssignToMe).toBe(true);
246
- });
247
-
248
- it('has taskCreatorMode null initially', () => {
249
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
250
-
251
- expect(result.current.taskCreatorMode).toBeNull();
252
- });
253
-
254
- it('has board selector closed initially', () => {
255
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
256
-
257
- expect(result.current.boardSelectorOpen).toBe(false);
258
- });
259
-
260
- it('has AI flow step idle', () => {
261
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
262
-
263
- expect(result.current.aiFlowStep).toBe('idle');
264
- });
265
- });
266
-
267
- // ── toggleSection ────────────────────────────────────────────────────────
268
- describe('toggleSection', () => {
269
- it('toggles a section from collapsed to expanded', () => {
270
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
271
-
272
- act(() => {
273
- result.current.toggleSection('today');
274
- });
275
-
276
- expect(result.current.collapsedSections.today).toBe(false);
277
- // Other sections remain unchanged
278
- expect(result.current.collapsedSections.overdue).toBe(true);
279
- expect(result.current.collapsedSections.upcoming).toBe(true);
280
- expect(result.current.collapsedSections.completed).toBe(true);
281
- });
282
-
283
- it('toggles a section back to collapsed', () => {
284
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
285
-
286
- act(() => {
287
- result.current.toggleSection('today');
288
- });
289
- act(() => {
290
- result.current.toggleSection('today');
291
- });
292
-
293
- expect(result.current.collapsedSections.today).toBe(true);
294
- });
295
-
296
- it('toggles sections independently', () => {
297
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
298
-
299
- act(() => {
300
- result.current.toggleSection('overdue');
301
- });
302
- act(() => {
303
- result.current.toggleSection('completed');
304
- });
305
-
306
- expect(result.current.collapsedSections.overdue).toBe(false);
307
- expect(result.current.collapsedSections.completed).toBe(false);
308
- expect(result.current.collapsedSections.today).toBe(true);
309
- expect(result.current.collapsedSections.upcoming).toBe(true);
310
- });
311
- });
312
-
313
- // ── handleClearDestination ───────────────────────────────────────────────
314
- describe('handleClearDestination', () => {
315
- it('resets board/list/title/mode', () => {
316
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
317
-
318
- // Set some state first
319
- act(() => {
320
- result.current.setSelectedBoardId('board-1');
321
- result.current.setSelectedListId('list-1');
322
- result.current.setPendingTaskTitle('Some task');
323
- result.current.setTaskCreatorMode('simple');
324
- });
325
-
326
- act(() => {
327
- result.current.handleClearDestination();
328
- });
329
-
330
- expect(result.current.selectedBoardId).toBe('');
331
- expect(result.current.selectedListId).toBe('');
332
- expect(result.current.pendingTaskTitle).toBe('');
333
- expect(result.current.taskCreatorMode).toBeNull();
334
- });
335
- });
336
-
337
- // ── Filter handlers ──────────────────────────────────────────────────────
338
- describe('filter handlers', () => {
339
- it('handleFilterChange merges partial filter updates', () => {
340
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
341
-
342
- act(() => {
343
- result.current.handleFilterChange({ selfManagedOnly: true });
344
- });
345
-
346
- expect(result.current.taskFilters.selfManagedOnly).toBe(true);
347
- // Other filters remain default
348
- expect(result.current.taskFilters.workspaceIds).toEqual(['all']);
349
- });
350
-
351
- it('handleFilterChange can update multiple fields', () => {
352
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
353
-
354
- act(() => {
355
- result.current.handleFilterChange({
356
- workspaceIds: ['ws-a'],
357
- boardIds: ['board-1'],
358
- });
359
- });
360
-
361
- expect(result.current.taskFilters.workspaceIds).toEqual(['ws-a']);
362
- expect(result.current.taskFilters.boardIds).toEqual(['board-1']);
363
- });
364
-
365
- it('handleLabelFilterChange updates labelIds', () => {
366
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
367
-
368
- act(() => {
369
- result.current.handleLabelFilterChange(['label-1', 'label-2']);
370
- });
371
-
372
- expect(result.current.taskFilters.labelIds).toEqual([
373
- 'label-1',
374
- 'label-2',
375
- ]);
376
- });
377
-
378
- it('handleProjectFilterChange updates projectIds', () => {
379
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
380
-
381
- act(() => {
382
- result.current.handleProjectFilterChange(['proj-1']);
383
- });
384
-
385
- expect(result.current.taskFilters.projectIds).toEqual(['proj-1']);
386
- });
387
- });
388
-
389
- // ── handleUpdate ─────────────────────────────────────────────────────────
390
- describe('handleUpdate', () => {
391
- it('invalidates 4 correct query keys', () => {
392
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
393
-
394
- act(() => {
395
- result.current.handleUpdate();
396
- });
397
-
398
- expect(mockInvalidateQueries).toHaveBeenCalledTimes(4);
399
- expect(mockInvalidateQueries).toHaveBeenCalledWith({
400
- queryKey: ['my-tasks', 'ws-1', false],
401
- });
402
- expect(mockInvalidateQueries).toHaveBeenCalledWith({
403
- queryKey: ['my-completed-tasks', 'ws-1', false],
404
- });
405
- expect(mockInvalidateQueries).toHaveBeenCalledWith({
406
- queryKey: ['user-workspaces'],
407
- });
408
- expect(mockInvalidateQueries).toHaveBeenCalledWith({
409
- queryKey: ['workspace', 'ws-1'],
410
- });
411
- });
412
- });
413
-
414
- // ── handleGenerateAI ─────────────────────────────────────────────────────
415
- describe('handleGenerateAI', () => {
416
- it('rejects empty entry with toast error', () => {
417
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
418
-
419
- act(() => {
420
- result.current.handleGenerateAI('');
421
- });
422
-
423
- expect(mockToastError).toHaveBeenCalledWith(
424
- 'ws-tasks.errors.missing_task_description'
425
- );
426
- });
427
-
428
- it('rejects whitespace-only entry with toast error', () => {
429
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
430
-
431
- act(() => {
432
- result.current.handleGenerateAI(' ');
433
- });
434
-
435
- expect(mockToastError).toHaveBeenCalledWith(
436
- 'ws-tasks.errors.missing_task_description'
437
- );
438
- });
439
-
440
- it('sets taskCreatorMode to "ai" and pendingTaskTitle', () => {
441
- // Track the last useMutation call to capture mutate
442
- const mockMutate = vi.fn();
443
- mockUseMutation.mockReturnValue({
444
- mutate: mockMutate,
445
- mutateAsync: vi.fn(),
446
- isPending: false,
447
- });
448
-
449
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
450
-
451
- act(() => {
452
- result.current.handleGenerateAI('Build a landing page');
453
- });
454
-
455
- expect(result.current.taskCreatorMode).toBe('ai');
456
- expect(result.current.pendingTaskTitle).toBe('Build a landing page');
457
- });
458
-
459
- it('calls previewMutation.mutateAsync with correct params', async () => {
460
- const mockMutateAsync = vi.fn().mockResolvedValue({});
461
- mockUseMutation.mockReturnValue({
462
- mutate: vi.fn(),
463
- mutateAsync: mockMutateAsync,
464
- isPending: false,
465
- });
466
-
467
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
468
-
469
- await act(async () => {
470
- await result.current.handleGenerateAI('Build a landing page');
471
- });
472
-
473
- // previewMutation is the first useMutation call
474
- expect(mockMutateAsync).toHaveBeenCalledWith(
475
- expect.objectContaining({
476
- entry: 'Build a landing page',
477
- generateDescriptions: true,
478
- generatePriority: true,
479
- generateLabels: true,
480
- clientTimezone: expect.any(String),
481
- clientTimestamp: expect.any(String),
482
- })
483
- );
484
- });
485
- });
486
-
487
- // ── handleConfirmReview ──────────────────────────────────────────────────
488
- describe('handleConfirmReview', () => {
489
- it('stores confirmed tasks, closes preview, opens board selector', () => {
490
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
491
-
492
- const tasks = [
493
- {
494
- title: 'Task 1',
495
- description: 'Desc 1',
496
- priority: 'high' as const,
497
- labels: [],
498
- dueDate: null,
499
- },
500
- ];
501
-
502
- act(() => {
503
- result.current.handleConfirmReview(tasks);
504
- });
505
-
506
- expect(result.current.confirmedTasks).toEqual(tasks);
507
- expect(result.current.previewOpen).toBe(false);
508
- expect(result.current.aiFlowStep).toBe('selecting-destination');
509
- expect(result.current.boardSelectorOpen).toBe(true);
510
- });
511
- });
512
-
513
- // ── handleCreateTask ─────────────────────────────────────────────────────
514
- describe('handleCreateTask', () => {
515
- it('opens board selector when no destination is set', async () => {
516
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
517
-
518
- let success: boolean | undefined;
519
- await act(async () => {
520
- success = await result.current.handleCreateTask('New task');
521
- });
522
-
523
- expect(success).toBe(false);
524
- expect(result.current.boardSelectorOpen).toBe(true);
525
- expect(result.current.pendingTaskTitle).toBe('New task');
526
- });
527
-
528
- it('creates task via task-helper when destination is set', async () => {
529
- mockCreateTaskFn.mockResolvedValue({ id: 'new-task-1' });
530
-
531
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
532
-
533
- // Set destination first
534
- act(() => {
535
- result.current.setSelectedBoardId('board-1');
536
- result.current.setSelectedListId('list-1');
537
- });
538
-
539
- await act(async () => {
540
- await result.current.handleCreateTask('New task');
541
- });
542
-
543
- expect(mockCreateTaskFn).toHaveBeenCalledWith(
544
- 'ws-1',
545
- 'list-1',
546
- expect.objectContaining({ name: 'New task' })
547
- );
548
- });
549
-
550
- it('passes auto-assignee ids into task creation', async () => {
551
- mockCreateTaskFn.mockResolvedValue({ id: 'new-task-1' });
552
-
553
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
554
-
555
- act(() => {
556
- result.current.setSelectedBoardId('board-1');
557
- result.current.setSelectedListId('list-1');
558
- });
559
-
560
- await act(async () => {
561
- await result.current.handleCreateTask('New task');
562
- });
563
-
564
- expect(mockCreateTaskFn).toHaveBeenCalledWith(
565
- 'ws-1',
566
- 'list-1',
567
- expect.objectContaining({ assignee_ids: ['user-1'] })
568
- );
569
- });
570
-
571
- it('auto-assign deduplicates when userId is already in assigneeIds', async () => {
572
- mockCreateTaskFn.mockResolvedValue({ id: 'new-task-1' });
573
-
574
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
575
-
576
- act(() => {
577
- result.current.setSelectedBoardId('board-1');
578
- result.current.setSelectedListId('list-1');
579
- });
580
-
581
- await act(async () => {
582
- await result.current.handleCreateTask('Task', {
583
- assigneeIds: ['user-1'], // same as userId
584
- });
585
- });
586
-
587
- expect(mockCreateTaskFn).toHaveBeenCalledWith(
588
- 'ws-1',
589
- 'list-1',
590
- expect.objectContaining({ assignee_ids: ['user-1'] })
591
- );
592
- });
593
-
594
- it('clears input on success and calls handleUpdate', async () => {
595
- mockCreateTaskFn.mockResolvedValue({ id: 'new-task-1' });
596
-
597
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
598
-
599
- act(() => {
600
- result.current.setSelectedBoardId('board-1');
601
- result.current.setSelectedListId('list-1');
602
- result.current.setCommandBarInput('Some input');
603
- });
604
-
605
- await act(async () => {
606
- await result.current.handleCreateTask('New task');
607
- });
608
-
609
- expect(result.current.commandBarInput).toBe('');
610
- expect(result.current.pendingTaskTitle).toBe('');
611
- expect(mockToastSuccess).toHaveBeenCalled();
612
- expect(mockInvalidateQueries).toHaveBeenCalled();
613
- });
614
-
615
- it('shows toast error on failure', async () => {
616
- mockCreateTaskFn.mockRejectedValue(new Error('DB error'));
617
-
618
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
619
-
620
- act(() => {
621
- result.current.setSelectedBoardId('board-1');
622
- result.current.setSelectedListId('list-1');
623
- });
624
-
625
- await act(async () => {
626
- await result.current.handleCreateTask('Fail task');
627
- });
628
-
629
- expect(mockToastError).toHaveBeenCalledWith('DB error');
630
- });
631
-
632
- it('passes labels when options.labelIds provided', async () => {
633
- mockCreateTaskFn.mockResolvedValue({ id: 'new-task-1' });
634
-
635
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
636
-
637
- act(() => {
638
- result.current.setSelectedBoardId('board-1');
639
- result.current.setSelectedListId('list-1');
640
- });
641
-
642
- await act(async () => {
643
- await result.current.handleCreateTask('Task', {
644
- labelIds: ['label-a', 'label-b'],
645
- });
646
- });
647
-
648
- expect(mockCreateTaskFn).toHaveBeenCalledWith(
649
- 'ws-1',
650
- 'list-1',
651
- expect.objectContaining({ label_ids: ['label-a', 'label-b'] })
652
- );
653
- });
654
-
655
- it('passes projects when options.projectIds provided', async () => {
656
- mockCreateTaskFn.mockResolvedValue({ id: 'new-task-1' });
657
-
658
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
659
-
660
- act(() => {
661
- result.current.setSelectedBoardId('board-1');
662
- result.current.setSelectedListId('list-1');
663
- });
664
-
665
- await act(async () => {
666
- await result.current.handleCreateTask('Task', {
667
- projectIds: ['proj-1'],
668
- });
669
- });
670
-
671
- expect(mockCreateTaskFn).toHaveBeenCalledWith(
672
- 'ws-1',
673
- 'list-1',
674
- expect.objectContaining({ project_ids: ['proj-1'] })
675
- );
676
- });
677
- });
678
-
679
- // ── handleBoardSelectorConfirm ───────────────────────────────────────────
680
- describe('handleBoardSelectorConfirm', () => {
681
- it('closes board selector', async () => {
682
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
683
-
684
- act(() => {
685
- result.current.setBoardSelectorOpen(true);
686
- });
687
-
688
- await act(async () => {
689
- await result.current.handleBoardSelectorConfirm();
690
- });
691
-
692
- expect(result.current.boardSelectorOpen).toBe(false);
693
- });
694
-
695
- it('routes to createTasksMutation in AI flow with confirmed tasks', async () => {
696
- const mockMutate = vi.fn();
697
- mockUseQuery.mockImplementation((opts: Record<string, any>) => {
698
- if (opts?.queryKey?.[0] === 'my-tasks') {
699
- return {
700
- data: {
701
- overdue: [],
702
- today: [],
703
- upcoming: [],
704
- completed: [],
705
- totalActiveTasks: 0,
706
- totalCompletedTasks: 0,
707
- hasMoreCompleted: false,
708
- completedPage: 0,
709
- },
710
- isLoading: false,
711
- };
712
- }
713
-
714
- if (
715
- opts?.queryKey?.[0] === 'workspace' &&
716
- opts?.queryKey?.[2] === 'boards-with-lists'
717
- ) {
718
- return {
719
- data: [
720
- {
721
- id: 'board-1',
722
- name: 'Board',
723
- task_lists: [{ id: 'list-1', name: 'Inbox', position: 0 }],
724
- },
725
- ],
726
- isLoading: false,
727
- };
728
- }
729
-
730
- return { data: undefined, isLoading: false };
731
- });
732
- mockUseMutation.mockReturnValue({
733
- mutate: mockMutate,
734
- mutateAsync: vi.fn(),
735
- isPending: false,
736
- });
737
-
738
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
739
-
740
- // Simulate AI flow: confirm review first to set confirmedTasks and aiFlowStep
741
- const tasks = [
742
- {
743
- title: 'AI Task',
744
- description: null,
745
- priority: null as any,
746
- labels: [],
747
- dueDate: null,
748
- },
749
- ];
750
-
751
- act(() => {
752
- result.current.handleConfirmReview(tasks);
753
- result.current.setSelectedBoardId('board-1');
754
- result.current.setSelectedListId('list-1');
755
- });
756
-
757
- await act(async () => {
758
- await result.current.handleBoardSelectorConfirm();
759
- });
760
-
761
- // createTasksMutation.mutate should have been called
762
- expect(mockMutate).toHaveBeenCalledWith(
763
- expect.objectContaining({
764
- listId: 'list-1',
765
- tasks,
766
- })
767
- );
768
- });
769
-
770
- it('does not submit AI tasks when the AI destination is incomplete', async () => {
771
- const mockMutate = vi.fn();
772
- mockUseMutation.mockReturnValue({
773
- mutate: mockMutate,
774
- mutateAsync: vi.fn(),
775
- isPending: false,
776
- });
777
-
778
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
779
-
780
- act(() => {
781
- result.current.handleConfirmReview([
782
- {
783
- title: 'AI Task',
784
- description: null,
785
- priority: null as any,
786
- labels: [],
787
- dueDate: null,
788
- },
789
- ]);
790
- result.current.setSelectedListId('list-1');
791
- });
792
-
793
- await act(async () => {
794
- await result.current.handleBoardSelectorConfirm();
795
- });
796
-
797
- expect(mockMutate).not.toHaveBeenCalled();
798
- expect(result.current.boardSelectorOpen).toBe(true);
799
- });
800
-
801
- it('routes to handleGenerateAI for AI mode with pending title', async () => {
802
- const mockMutateAsync = vi.fn().mockResolvedValue({});
803
- mockUseMutation.mockReturnValue({
804
- mutate: vi.fn(),
805
- mutateAsync: mockMutateAsync,
806
- isPending: false,
807
- });
808
-
809
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
810
-
811
- act(() => {
812
- result.current.setPendingTaskTitle('Generate tasks');
813
- result.current.setTaskCreatorMode('ai');
814
- });
815
-
816
- await act(async () => {
817
- await result.current.handleBoardSelectorConfirm();
818
- });
819
-
820
- // Should call previewMutation.mutateAsync (handleGenerateAI path)
821
- expect(mockMutateAsync).toHaveBeenCalledWith(
822
- expect.objectContaining({
823
- entry: 'Generate tasks',
824
- })
825
- );
826
- });
827
-
828
- it('routes to handleCreateTask for simple mode', async () => {
829
- mockCreateTaskFn.mockResolvedValue({ id: 'task-new' });
830
-
831
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
832
-
833
- act(() => {
834
- result.current.setPendingTaskTitle('Simple task');
835
- result.current.setTaskCreatorMode('simple');
836
- result.current.setSelectedBoardId('board-1');
837
- result.current.setSelectedListId('list-1');
838
- });
839
-
840
- await act(async () => {
841
- await result.current.handleBoardSelectorConfirm();
842
- });
843
-
844
- expect(mockCreateTaskFn).toHaveBeenCalled();
845
- });
846
- });
847
-
848
- // ── handleCreateNewLabel ─────────────────────────────────────────────────
849
- describe('handleCreateNewLabel', () => {
850
- it('does nothing on empty name', async () => {
851
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
852
-
853
- act(() => {
854
- result.current.setNewLabelName('');
855
- });
856
-
857
- await act(async () => {
858
- await result.current.handleCreateNewLabel();
859
- });
860
-
861
- expect(mockFrom).not.toHaveBeenCalledWith('workspace_task_labels');
862
- });
863
-
864
- it('inserts label, invalidates cache, shows toast, closes dialog', async () => {
865
- mockInsert.mockResolvedValue({ data: null, error: null });
866
-
867
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
868
-
869
- act(() => {
870
- result.current.setNewLabelDialogOpen(true);
871
- result.current.setNewLabelName('Bug');
872
- result.current.setNewLabelColor('#ff0000');
873
- });
874
-
875
- await act(async () => {
876
- await result.current.handleCreateNewLabel();
877
- });
878
-
879
- expect(mockCreateWorkspaceLabel).toHaveBeenCalledWith('ws-1', {
880
- name: 'Bug',
881
- color: '#ff0000',
882
- });
883
- expect(mockInvalidateQueries).toHaveBeenCalledWith({
884
- queryKey: ['workspaceLabels'],
885
- });
886
- expect(mockToastSuccess).toHaveBeenCalledWith('ws-tasks.label_created');
887
- expect(result.current.newLabelDialogOpen).toBe(false);
888
- expect(result.current.newLabelName).toBe('');
889
- expect(LABEL_COLOR_PRESETS).toContain(result.current.newLabelColor);
890
- });
891
-
892
- it('shows error toast on failure', async () => {
893
- mockCreateWorkspaceLabel.mockRejectedValueOnce(
894
- new Error('Duplicate label')
895
- );
896
-
897
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
898
-
899
- act(() => {
900
- result.current.setNewLabelName('Duplicate');
901
- });
902
-
903
- await act(async () => {
904
- await result.current.handleCreateNewLabel();
905
- });
906
-
907
- expect(mockToastError).toHaveBeenCalledWith('Duplicate label');
908
- });
909
- });
910
-
911
- // ── handleCreateNewProject ───────────────────────────────────────────────
912
- describe('handleCreateNewProject', () => {
913
- it('does nothing on empty name', async () => {
914
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
915
-
916
- act(() => {
917
- result.current.setNewProjectName('');
918
- });
919
-
920
- await act(async () => {
921
- await result.current.handleCreateNewProject();
922
- });
923
-
924
- expect(mockFrom).not.toHaveBeenCalledWith('task_projects');
925
- });
926
-
927
- it('inserts project, invalidates cache, shows toast, closes dialog', async () => {
928
- mockInsert.mockResolvedValue({ data: null, error: null });
929
-
930
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
931
-
932
- act(() => {
933
- result.current.setNewProjectName('New Project');
934
- result.current.setNewProjectDialogOpen(true);
935
- });
936
-
937
- await act(async () => {
938
- await result.current.handleCreateNewProject();
939
- });
940
-
941
- expect(mockCreateWorkspaceTaskProject).toHaveBeenCalledWith('ws-1', {
942
- name: 'New Project',
943
- });
944
- expect(mockInvalidateQueries).toHaveBeenCalledWith({
945
- queryKey: ['workspaceProjects'],
946
- });
947
- expect(mockToastSuccess).toHaveBeenCalledWith('ws-tasks.project_created');
948
- expect(result.current.newProjectDialogOpen).toBe(false);
949
- expect(result.current.newProjectName).toBe('');
950
- });
951
-
952
- it('shows error toast on failure', async () => {
953
- mockCreateWorkspaceTaskProject.mockRejectedValueOnce(
954
- new Error('Insert failed')
955
- );
956
-
957
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
958
-
959
- act(() => {
960
- result.current.setNewProjectName('Fail Project');
961
- });
962
-
963
- await act(async () => {
964
- await result.current.handleCreateNewProject();
965
- });
966
-
967
- expect(mockToastError).toHaveBeenCalledWith('Insert failed');
968
- });
969
- });
970
-
971
- // ── selectedDestination memo ─────────────────────────────────────────────
972
- describe('selectedDestination memo', () => {
973
- it('returns null when no board or list selected', () => {
974
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
975
-
976
- expect(result.current.selectedDestination).toBeNull();
977
- });
978
- });
979
-
980
- // ── filteredTasks memo ───────────────────────────────────────────────────
981
- describe('filteredTasks memo', () => {
982
- it('passes through query data', () => {
983
- const mockOverdue = [{ id: 't1', name: 'Overdue' }];
984
- const mockToday = [{ id: 't2', name: 'Today' }];
985
-
986
- mockUseQuery.mockImplementation((opts: Record<string, any>) => {
987
- if (opts?.queryKey?.[0] === 'my-tasks') {
988
- return {
989
- data: {
990
- overdue: mockOverdue,
991
- today: mockToday,
992
- upcoming: [],
993
- totalActiveTasks: 2,
994
- },
995
- isLoading: false,
996
- };
997
- }
998
- return { data: undefined, isLoading: false };
999
- });
1000
-
1001
- const { result } = renderHook(() => useMyTasksState(DEFAULT_PROPS));
1002
-
1003
- expect(result.current.filteredTasks.overdueTasks).toEqual(mockOverdue);
1004
- expect(result.current.filteredTasks.todayTasks).toEqual(mockToday);
1005
- expect(result.current.filteredTasks.upcomingTasks).toEqual([]);
1006
- });
1007
- });
1008
-
1009
- // ── onUpdate subscription ────────────────────────────────────────────────
1010
- describe('onUpdate subscription', () => {
1011
- it('registers onUpdate callback on mount', () => {
1012
- renderHook(() => useMyTasksState(DEFAULT_PROPS));
1013
-
1014
- expect(mockOnUpdate).toHaveBeenCalledWith(expect.any(Function));
1015
- });
1016
- });
1017
- });