1
0
Commit Graph

129 Commits

Author SHA1 Message Date
7bc77ae8c0 fix(task): set current project after moving a task
(cherry picked from commit 9576f72d7c374b9ac6c243adcd0356050d0ec8ef)
2024-08-12 20:17:02 +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
fc780a90ae chore: remove lodash.debounce
(cherry picked from commit bcd306b84d189f7e0d4426121b428eec2637de78)
2024-08-12 20:16:28 +02:00
811ccc1baa feat: improve ProjectSettingsViews
(cherry picked from commit e8be657d9775a592987b684250809eb3d170a6f1)
2024-08-12 20:16:17 +02:00
dddba4d64a feat: improve priority visibility
(cherry picked from commit d35454c099f1f4aceb513634b7c531272fa8d550)
2024-08-12 20:16:13 +02:00
a0e3efe2d1 feat: improve label store
(cherry picked from commit 2a6ba7e7f0162bb050575908e7ca80f4b0292398)
2024-08-12 20:16:12 +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
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
acf9f836a7 fix(settings): overflow of select on mobile 2024-07-17 14:46:17 +02:00
7c54d1accf fix(api tokens): show error message when the user tries to create an api token without at least one permission selected 2024-07-17 14:42: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
3566b889be fix(task): use backdropView prop 2024-07-17 13:45:31 +02:00
8ad7e7c905 feat: remove PropTypes helper from ProjectInfo 2024-07-16 22:07:27 +00:00
825d1add49 feat: remove props destructuring from FilterDelete 2024-07-16 22:04:21 +00:00
449e9a911c feat: remove props destructuring from FilterEdit 2024-07-16 21:53:56 +00:00
d02c349231 feat: remove props destructuring from ShowTasks 2024-07-16 21:50:40 +00:00
85889fff56 feat: remove PropTypes helper from ProjectSettingsEdit 2024-07-16 21:49:15 +00:00
20bdb01187 feat: remove props destructuring ProjectSettingsViews 2024-07-16 21:45:29 +00:00
a10f9ca225 feat: remove props destructuring from TaskDetailView 2024-07-16 21:42:21 +00:00
553a97f03d feat: remove props destructuring for ProjectView 2024-07-16 19:27:24 +02:00
1eb1aa2575 feat: remove unnecessary prop from Card 2024-07-07 14:58:58 +00:00
42c458a736 feat: simplify playPopSound setting check 2024-07-05 14:24:53 +02:00
fb449d7b29 feat: improve ProjectSettingsEdit reactivity 2024-06-28 21:20:03 +00:00
f36115871c feat: camelcase global components 2024-06-19 14:02:14 +00:00
18e23bf371 fix: use button icon prop 2024-06-18 17:32:24 +02:00
d12deee977 feat(views): allow reordering views
Resolves https://community.vikunja.io/t/reordering-views/2394
2024-06-18 16:39:52 +02:00
eafd134be5 fix(migration): put "Import from other services" in settings
Resolves https://kolaente.dev/vikunja/vikunja/issues/2347
2024-06-18 15:19:56 +02:00
23707fc493 feat: eslint enforce vue/component-name-in-template-casing 2024-06-17 21:01:36 +00:00
20701ce07a feat(components): align component name casing ProjectSettings 2024-06-17 13:50:16 +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
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
ede60950b4 feat(components): align component name casing RelatedTasks 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
43590835c7 feat(components): align component name casing PercentDoneSelect 2024-06-17 13:41:39 +02:00
3c80783bf2 feat(components): align component name casing Heading 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
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
e76fdf379e feat(components): align component name casing ChecklistSummary 2024-06-17 13:41:38 +02:00
8138824e26 feat(components): align component name casing Attachments 2024-06-17 13:41:38 +02:00
398ed2032e feat(components): align component name casing AssigneeList 2024-06-17 13:41:37 +02:00
920f8f0c5a feat(components): align component name casing UserTeam 2024-06-17 13:41:37 +02:00
d7fe8c2fab feat(components): align component name casing LinkSharing 2024-06-17 13:41:37 +02:00
7a220964f7 feat(components): align component name casing ViewEditForm 2024-06-17 13:41:37 +02:00
2ae8ef2d7c feat(components): align component name casing Filter 2024-06-17 13:41:36 +02:00