f38a5c9220
feat: type defineEmits for ProjectSearch
2024-07-16 21:50:27 +00:00
8ac0eb4aa4
feat: defineModel and withDefaults for PercentDoneSelect
2024-07-16 21:49:02 +00:00
46aa2fff0f
feat: remove props destructuring for DeferTask
2024-07-16 21:43:36 +00:00
0bc1832050
feat: remove PropTypes helper from FilePreview
2024-07-16 21:39:15 +00:00
f19f19bb75
feat: use withDefaults for Comments
2024-07-16 21:37:52 +00:00
4b9b9da122
feat: use withDefaults for ReminderPeriod
2024-07-16 21:35:06 +00:00
f586e51aad
feat: use withDefaults for DateTableCell
2024-07-16 21:32:06 +00:00
a56331d39d
feat: use withDefaults in ReminderDetail
2024-07-05 15:34:12 +00:00
42c458a736
feat: simplify playPopSound setting check
2024-07-05 14:24:53 +02:00
5cf57a520c
feat: use withDefaults for Heading
2024-07-05 12:02:39 +00:00
f08039b23c
fix: ProjectSearch default value
2024-07-03 10:02:31 +02:00
7db9e64053
feat: use withDefaults for AddTask
2024-06-30 14:16:01 +00:00
c81649c139
feat: use defineProps types in CreatedUpdated
2024-06-28 21:10:55 +00:00
dea051010d
feat: use withDefaults for Labels
2024-06-28 21:08:35 +00:00
1dbd8b6c37
feat: use defineProps types for ChecklistSummary
2024-06-28 21:07:31 +00:00
7c9f0b8ada
feat: remove props destructuring from SingleTaskInlineReadonly
2024-06-28 21:02:01 +00:00
bd32f7aef5
feat: use withDefaults for ProjectSearch
2024-06-28 21:00:15 +00:00
b224b331f5
fix: remove props prefix from template
2024-06-25 13:57:52 +00:00
baaf612239
fix: import PeriodUnit as type
2024-06-20 12:16:09 +02:00
9101f26101
fix(comments): do not use whitespace as gap
2024-06-19 16:48:21 +02:00
f36115871c
feat: camelcase global components
2024-06-19 14:02:14 +00:00
9f604eca79
fix(tasks): clarify usage of repeating modes available in quick add magic.
...
Originally, it was possible to specify repeating intervals for months or years. This was actually misleading because the interval would be converted to seconds under the hood, causing all kinds of problems with leap years and months with 30 vs 31 days. Because of that, the options for month and year were removed in 7746d39161
to make it clear what these actually meant.
Now, since we do have a repeating mode "Monthly", this commit changes the behaviour to repeat a task monthly when it was specified as "every month", but only that. All other cases were removed from the docs since they are not actually supported.
https://github.com/go-vikunja/vikunja/issues/271
2024-06-18 15:41:30 +02:00
23707fc493
feat: eslint enforce vue/component-name-in-template-casing
2024-06-17 21:01:36 +00:00
657e9a5413
fix(task): do not move task dates when undoing a repeated task
...
Resolves https://community.vikunja.io/t/undo-on-repeated-task-moves-dates-forward/970
2024-06-17 15:49:28 +02:00
06c3a64594
fix(task): show correct success message when marking a repeating task as done
2024-06-17 15:41:18 +02:00
4260a504a9
feat(components): align component name casing AddTask
2024-06-17 13:50:16 +02:00
3b38a3faa6
feat(components): align component name casing SingleTaskInProject
2024-06-17 13:50:15 +02:00
a3c3e39e93
feat(components): align component name casing SingleTaskInlineReadonly
2024-06-17 13:50:15 +02:00
1918ffdcff
feat(components): align component name casing RepeatAfter
2024-06-17 13:50:15 +02:00
304779a7de
feat(components): align component name casing Reminders
2024-06-17 13:50:14 +02:00
cb8b685d08
feat(components): align component name casing ReminderPeriod
2024-06-17 13:50:14 +02:00
674e37d7b3
feat(components): align component name casing ReminderDetail
2024-06-17 13:50:13 +02:00
ede60950b4
feat(components): align component name casing RelatedTasks
2024-06-17 13:41:40 +02:00
0d86fced92
feat(components): align component name casing QuickAddMagic
2024-06-17 13:41:40 +02:00
8c9e2b571c
feat(components): align component name casing ProjectSearch
2024-06-17 13:41:40 +02:00
05ebffd5bd
feat(components): align component name casing PrioritySelect
2024-06-17 13:41:40 +02:00
13ffacd267
feat(components): align component name casing PriorityLabel
2024-06-17 13:41:40 +02:00
43590835c7
feat(components): align component name casing PercentDoneSelect
2024-06-17 13:41:39 +02:00
54d4fafad3
feat(components): align component name casing Labels
2024-06-17 13:41:39 +02:00
57f1be3e7e
feat(components): align component name casing Label
2024-06-17 13:41:39 +02:00
baaf8d8f0e
feat(components): align component name casing KanbanCard
2024-06-17 13:41:39 +02:00
3c80783bf2
feat(components): align component name casing Heading
2024-06-17 13:41:39 +02:00
82991bada2
feat(components): align component name casing FilePreview
2024-06-17 13:41:39 +02:00
394b2d444f
feat(components): align component name casing EditLabels
2024-06-17 13:41:39 +02:00
510f1dd109
feat(components): align component name casing EditAssignees
2024-06-17 13:41:38 +02:00
51b41afb3e
feat(components): align component name casing Description
2024-06-17 13:41:38 +02:00
1b4abb7d75
feat(components): align component name casing DeferTask
2024-06-17 13:41:38 +02:00
c5724ecd5a
feat(components): align component name casing DateTableCell
2024-06-17 13:41:38 +02:00
08bdb82dd3
feat(components): align component name casing CreatedUpdated
2024-06-17 13:41:38 +02:00
99361925ec
feat(components): align component name casing Comments
2024-06-17 13:41:38 +02:00