1
0
Commit Graph

346 Commits

Author SHA1 Message Date
e9a466fa31 fix(kanban): always make cover image full width
(cherry picked from commit f22420d502037dca340d08b337f91775286bea8d)
2024-08-12 20:17:10 +02:00
715269a5d0 fix(task): do not allow moving a task to the project the task already belongs to
(cherry picked from commit 7efc4d1bc890b4a12ee30274eaeb6062f4e49510)
2024-08-12 20:17:01 +02:00
25a8c7ea80 feat(editor): support custom protocol for links
Resolves https://github.com/go-vikunja/vikunja/issues/306

(cherry picked from commit e2a87036e070305291fd7ac1cfc9fe02c847b697)
2024-08-12 20:16:55 +02:00
dddba4d64a feat: improve priority visibility
(cherry picked from commit d35454c099f1f4aceb513634b7c531272fa8d550)
2024-08-12 20:16:13 +02:00
3aaf363413 fix: emit for DatepickerWithValues
(cherry picked from commit fb91e73a3c9d0324b1c9fd6559a47190de5e8b58)
2024-08-12 20:16:08 +02:00
8729c24e1d feat: use withDefaults for Reminders
(cherry picked from commit 6990be705c6d47047147dea2930196246f1e2885)
2024-08-12 20:16:01 +02:00
a25834b089 fix(filters): immediately emit filter query when editing saved filter
Resolves https://community.vikunja.io/t/filtering-unexpected-character-relative-dates/2544/12
2024-07-18 16:32:09 +02:00
526bd1f170 fix(filters): reload tasks silently when marking one done in the list
This fixes a UI issue where if a user had a filter set and marked the task done, it would not disappear, even though the filter does not match the done task anymore.
2024-07-18 15:51:03 +02:00
12474e5be6 fix(kanban): make sure tasks which changed their done status are moved around in buckets
This fixes a bug where tasks which had their done status changed were not moved in the correct bucket. This affected both frontend and api. The move of the task between buckets is now correctly done in the api and frontend - with a bit of duplicated logic between the two. This could be optimized further in the future.

Resolves https://kolaente.dev/vikunja/vikunja/issues/2610
2024-07-18 12:39:29 +02:00
fd6692ea1a feat: remove props destructuring from FilterInput 2024-07-17 23:00:47 +02:00
82ee9f18eb fix(kanban): do not allow to create new tasks in saved filter 2024-07-17 14:00:47 +02:00
ed5feee33a fix(kanban): move task to done bucket when it was marked done from the task detail view 2024-07-17 13:56:43 +02:00
db81701d38 fix: scss deprecation warning 2024-07-17 13:25:18 +02:00
cb706416c6 feat: use withDefaults for DatepickerWithValues 2024-07-17 11:06:57 +00:00
f1481d702c feat: withDefaults for EditAssignees 2024-07-17 10:33:28 +00:00
fe8e0ef78b fix(kanban): use correct text color for deletion button 2024-07-17 10:09:36 +02:00
c8585d1a69 feat: use withDefaults for RepeatAfter 2024-07-17 06:46:47 +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
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
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
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
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
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
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
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