1
0
Commit Graph

818 Commits

Author SHA1 Message Date
1a792e0667 feat(reminders): only show relative reminders when there's a date to relate them to 2023-06-13 12:03:28 +02:00
aab2020e68 chore(user): cleanup 2023-06-12 16:20:46 +02:00
5325f6d7d9 feat(user): migrate color scheme settings to persistance in db 2023-06-12 15:57:18 +02:00
d8ad934643 feat(user): save quick add magic mode in api 2023-06-11 17:37:49 +02:00
77ee1bfc3e feat(user): migrate pop sound setting to store in api 2023-06-11 17:31:04 +02:00
bd7d09c17c fix(repeat): prevent disappearing repeat mode settings when modes other than default repeat mode were selected
Resolves https://kolaente.dev/vikunja/frontend/issues/3585
2023-06-11 09:48:54 +02:00
3f8e457d52 feat: edit relative reminders (#3248)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3248
2023-06-10 17:04:09 +00:00
ad27f588a2 feat(kanban): use total task count from the api instead of manually calculating it per bucket
This fixes an ux issue where the total count would show a wrong number of total tasks because that was the number of tasks which were loaded at the time. In combination with bucket limits, this caused error messages when the user would attempt to drag tasks into a bucket which appeared not full but was.
2023-06-08 16:57:58 +02:00
25c3b7bcbf chore: move styles to components 2023-06-05 14:20:41 +00:00
f747d5b2fc feat: Use new Reminders API instead of reminder_dates 2023-05-31 16:25:30 +02:00
8e2c76a33e feat: optimize print view for project views 2023-05-30 19:50:37 +02:00
2e9ade11c3 fix: missing variant prop for loading component 2023-05-30 11:05:10 +02:00
6cc11e64ab fix: undefined parent project when none was selected 2023-05-30 10:56:42 +02:00
ed8de7e3eb fix: lint 2023-05-24 15:54:37 +02:00
b34118485c feat: allow creating a new project directly as a child project from another one 2023-05-24 15:54:37 +02:00
9c3259c660 chore: don't recalculate everything 2023-05-24 15:54:37 +02:00
31b7c1f217 fix: don't set the current project when setting a project 2023-05-24 15:54:37 +02:00
c30dcff451 chore: don't show selection for parent project when no projects are available 2023-05-24 15:54:37 +02:00
e4d97e0520 chore: don't set the current project to null if it's undefined already 2023-05-24 15:54:36 +02:00
b69a05689b chore: move duplicate project logic to composable 2023-05-24 15:54:36 +02:00
6b824a49ab chore: redirect to new project after creating from store 2023-05-24 15:54:36 +02:00
652db56d42 chore: remove unused code 2023-05-24 15:54:36 +02:00
afaf1846ec chore: don't wrap a computed in another computed 2023-05-24 15:54:36 +02:00
ba452ab883 fix: move parent project handling out of useProject 2023-05-24 15:54:36 +02:00
39f699a61a fix: rename getParentProjects method to make it clear what it does 2023-05-24 15:54:36 +02:00
78158bcba5 fix: remove getProjectById and replace all usages of it 2023-05-24 15:54:35 +02:00
1a94496801 fix: bottom margin of project header 2023-05-24 15:54:34 +02:00
ee8f80cc70 feat: allow selecting a parent project when editing a project 2023-05-24 15:54:31 +02:00
ce887c38f3 feat: allow selecting a parent project when creating a project 2023-05-24 15:54:31 +02:00
799c0be830 feat: allow selecting a parent project when duplicating a project 2023-05-24 15:54:31 +02:00
26bec05174 fix: make computed side-effect free 2023-05-24 15:54:31 +02:00
c32a198a34 chore: refactor get parents project and move to projects store 2023-05-24 15:54:31 +02:00
6a8c656dbb feat: show all parent projects in project search 2023-05-24 15:54:31 +02:00
63ba2982c9 feat: show all parent projects in task detail view 2023-05-24 15:54:30 +02:00
9d9fb959d8 fix: add await 2023-05-24 15:54:30 +02:00
36bec9e64f chore(task): move toggleFavorite to store 2023-05-24 15:54:30 +02:00
a95014dc5d feat(projects): move hasProjects check to store 2023-05-24 15:54:30 +02:00
e4379f0a22 chore: export projects as array directly from projects store 2023-05-24 15:54:29 +02:00
a6f524e7af fix(task detail view): make project display show the task's project 2023-05-24 15:54:29 +02:00
5e65814b8c fix: make check if projects are available work again 2023-05-24 15:54:28 +02:00
1bd17d6e50 feat: remove all namespace leftovers 2023-05-24 15:54:27 +02:00
a5e710bfe5 fix: route to create new project 2023-05-24 15:54:27 +02:00
e1bdabc8d6 feat: move namespaces list to projects list 2023-05-24 15:54:27 +02:00
e00c9bb1af feat: add hotkeys for priority, delete and favorite on the TaskDetailView (#3400)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3400
Reviewed-by: konrad <k@knt.li>
Co-authored-by: primeapple <toni.mueller.web@mailbox.org>
Co-committed-by: primeapple <toni.mueller.web@mailbox.org>
2023-05-10 09:14:07 +00:00
292c90425e fix: lint 2023-04-26 10:19:49 +02:00
b80f070431 feat: show avatar and full name in team overview 2023-04-25 18:32:36 +02:00
a416d26f7c chore: better function naming in password components 2023-04-12 16:15:40 +02:00
8fc254d2db feat: abstract BaseCheckbox 2023-03-29 17:17:49 +02:00
91e9eef582 fix: use strict comparison 2023-03-28 10:49:34 +00:00
30adad5ae6 feat: mark undone if task moved from isDoneBucket (#3291)
Addresses #545 (not completely)

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3291
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Reviewed-by: konrad <k@knt.li>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
2023-03-28 10:21:19 +00:00