1
0
Commit Graph

10041 Commits

Author SHA1 Message Date
092a65b025 feat(project): add " - duplicate" suffix to duplicated projects title 2024-07-17 10:23:33 +02:00
5e04abaa06 chore(project): rename receiver 2024-07-17 10:23:01 +02:00
fe8e0ef78b fix(kanban): use correct text color for deletion button 2024-07-17 10:09:36 +02:00
ecdb03aca8 fix(migration): correctly set bucket for related tasks
When creating a related task during the import, migrating would fail because the migration would try to add the task to a bucket before the task was created. This fix changes the order in which that happens to prevent the error.
2024-07-17 10:05:59 +02:00
58e492872a fix(kanban): put task into correct bucket when creating via kanban board 2024-07-17 09:36:33 +02:00
ee20e6175a fix(deps): update dependency ufo to v1.5.4 2024-07-17 07:29:33 +00:00
24ae38713b chore(deps): update flake 2024-07-17 09:24:49 +02:00
c8585d1a69 feat: use withDefaults for RepeatAfter 2024-07-17 06:46:47 +00:00
3be685ad08 chore(deps): update dev-dependencies 2024-07-17 06:15:23 +00:00
aaa2abced4 feat: add withDefaults and emit types to PrioritySelect 2024-07-17 02:33:35 +00:00
ddc18aa177 feat: remove props destructuring from KanbanCard 2024-07-16 23:28:15 +00:00
07130bdc3a feat: remove props destructuring from Attachments 2024-07-16 23:10:57 +00:00
2f92e407cc feat: remove props destructuring from ViewEditForm 2024-07-16 22:59:25 +00:00
6e72606d74 feat: use withDefaults for EditLabels 2024-07-16 22:09:37 +00:00
577f5ae69a feat: use withDefaults for Password 2024-07-16 22:09:30 +00:00
8ad7e7c905 feat: remove PropTypes helper from ProjectInfo 2024-07-16 22:07:27 +00:00
b4e9d9437e feat: use withDefaults for FancyCheckbox 2024-07-16 22:07:18 +00:00
0c70aedeb1 feat: remove props destructuring from ProjectList 2024-07-16 22:06:48 +00:00
99e90c0b02 feat: remove props destructuring from ProjectTable 2024-07-16 22:06:40 +00:00
38744dfd5d feat: remove props destructuring for ProjectWrapper 2024-07-16 22:04:43 +00:00
eb07be1a62 feat: remove props destructuring from ColorPicker 2024-07-16 22:04:26 +00:00
825d1add49 feat: remove props destructuring from FilterDelete 2024-07-16 22:04:21 +00:00
a15831eb33 feat: remove props destructuring from SingleTaskInProject 2024-07-16 22:04:17 +00:00
871e0acd8a feat: use withDefaults for PriorityLabel 2024-07-16 21:58:07 +00:00
5af908b2e5 feat: remove props destructuring from ProjectKanban 2024-07-16 21:57:57 +00:00
449e9a911c feat: remove props destructuring from FilterEdit 2024-07-16 21:53:56 +00:00
098c99fd2e feat: type defineEmits for CreateEdit 2024-07-16 21:53:28 +00:00
c9591fe464 feat: remove props destructuring from NoAuthWrapper 2024-07-16 21:53:21 +00:00
df6a9b67fd feat: use withDefaults for DatepickerInline 2024-07-16 21:53:15 +00:00
d02c349231 feat: remove props destructuring from ShowTasks 2024-07-16 21:50:40 +00:00
fd3f1de861 feat: type defineEmits for Heading 2024-07-16 21:50:32 +00:00
f38a5c9220 feat: type defineEmits for ProjectSearch 2024-07-16 21:50:27 +00:00
9d2e79f725 feat: define prop and emit types for FilterPopup 2024-07-16 21:50:23 +00:00
85889fff56 feat: remove PropTypes helper from ProjectSettingsEdit 2024-07-16 21:49:15 +00:00
8ac0eb4aa4 feat: defineModel and withDefaults for PercentDoneSelect 2024-07-16 21:49:02 +00:00
1966cc3c0e feat: type defineEmits for ApiConfig 2024-07-16 21:46:15 +00:00
20bdb01187 feat: remove props destructuring ProjectSettingsViews 2024-07-16 21:45:29 +00:00
3ff56d7987 feat: remove props destructuring for Filters 2024-07-16 21:44:24 +00:00
46aa2fff0f feat: remove props destructuring for DeferTask 2024-07-16 21:43:36 +00:00
a10f9ca225 feat: remove props destructuring from TaskDetailView 2024-07-16 21:42:21 +00:00
0bc1832050 feat: remove PropTypes helper from FilePreview 2024-07-16 21:39:15 +00:00
78811d916a feat: use withDefaults for Datepicker 2024-07-16 21:38:07 +00:00
f19f19bb75 feat: use withDefaults for Comments 2024-07-16 21:37:52 +00:00
f2fdbad7d4 feat: use withDefaults for UserTeam 2024-07-16 21:37:28 +00:00
4b9b9da122 feat: use withDefaults for ReminderPeriod 2024-07-16 21:35:06 +00:00
10832165c3 feat: use withDefaults for Pagination 2024-07-16 21:34:59 +00:00
d6c3b5a9a1 feat: use withDefaults for Reactions 2024-07-16 21:34:51 +00:00
2f6338484b feat: use withDefaults for ProgressBar 2024-07-16 21:32:13 +00:00
f586e51aad feat: use withDefaults for DateTableCell 2024-07-16 21:32:06 +00:00
fd12c8705e feat: use withDefaults for SelectProject 2024-07-16 21:30:52 +00:00