1
0
Commit Graph

137 Commits

Author SHA1 Message Date
33c9ea802a fix(task): improve task delete modal on mobile
(cherry picked from commit 9f9b00144b8175defbddd14422cae9af4d65af54)
2024-09-29 15:38:45 +02:00
ab29ac7a5c fix(task): do not show close button when the task was not opened via modal
(cherry picked from commit 308e634c71eb11f6263cd13fdf7ec31971c22f58)
2024-09-29 15:38:44 +02:00
a46009dfc9 fix(task): align task title on mobile popup
(cherry picked from commit cc64ca640635ad888670cb48bba390d2a8a07d8d)
2024-09-20 14:27:00 +02:00
f1451abebe fix(home): explicitly use filter for tasks on home page when one is set
Resolves https://github.com/go-vikunja/vikunja/issues/289
Resolves https://community.vikunja.io/t/various-sorting-filtering-issues/2781/5

(cherry picked from commit 97e030a1fc032c73ca6144139a488c18979fb310)
2024-09-20 14:26:24 +02:00
42b33d6553 fix(filters): immediately propagate changes
Resolves https://community.vikunja.io/t/filtering-startdate-now-is-invalid/2613/6

(cherry picked from commit 6bfe71b30ee4ea8dfe47a5b5ca915a82b0a0a846)
2024-09-20 14:26:21 +02:00
8f5273600a fix(projects): do not hide 6th project on project overview
(cherry picked from commit b52d6dbf59f48a86cbcfad2a24c7fce9e3575639)
2024-09-20 14:25:51 +02:00
10edeafa46 fix(password): validate password before sending request to api
(cherry picked from commit eb95caf757c05f61d8bc705df62e595903e509d5)
2024-09-20 14:25:42 +02:00
72db97203a fix(view): do not crash when saving a view
Resolves https://github.com/go-vikunja/vikunja/issues/312

(cherry picked from commit 435cb2e7f753a1d8add6b4914890bf1ea93ab8c6)
2024-09-20 14:20:54 +02:00
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