Commit Graph

2833 Commits

Author SHA1 Message Date
Frederick [Bot]
85e612451f chore(i18n): update translations via Crowdin
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-29 00:25:58 +00:00
228d652b03
fix(kanban): make sure spacing between assignees and other task details works out evenly
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-28 16:41:24 +01:00
b3e2107503
fix(task): don't show assignee edit buttons and input when the user does not have the permission to edit
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-28 13:30:29 +01:00
a579a8e65f
fix(task): don't show edit button when the user does not have permission to edit the task 2024-01-28 13:24:58 +01:00
ee980e2a00
fix(openid): use the calculated redirect url when authenticating with openid providers
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/desktop/issues/12
2024-01-28 12:42:45 +01:00
631b02d2ee
chore: only show webhooks overview table when there are webhooks
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-27 00:01:11 +01:00
326bfb557a
chore: only show webhooks overview table when there are webhooks
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-27 00:00:31 +01:00
cd0149ef69
fix(kanban): make sure the checklist summary uses the correct text color
All checks were successful
continuous-integration/drone/push Build is passing
Related-To https://github.com/go-vikunja/frontend/issues/135
2024-01-26 21:44:20 +01:00
78d4a518a3
fix(tasks): don't load tasks multiple times when viewing list or gantt view
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-26 21:33:20 +01:00
3c1041902e
fix(table view): make sure popup does not overlap
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-26 21:22:51 +01:00
e3cae0ed7f
fix(filter): validate filter title field after loading a filter for edit
All checks were successful
continuous-integration/drone/push Build is passing
Related to #3866
2024-01-26 11:29:46 +01:00
67216579bc
fix(auth): correctly construct redirect url from current window href
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-25 14:24:30 +01:00
c7b70844c6
fix(color picker): when picking a color, the color picker should not be black afterwards
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 20:25:19 +01:00
b8c21c2ade
fix(labels): text and background combination in dark mode
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 20:20:00 +01:00
57c99a22a0
fix(editor): use manual input prompt instead of window.prompt
All checks were successful
continuous-integration/drone/push Build is passing
Resolves vikunja/desktop#184
2024-01-21 20:08:10 +01:00
8ea97f3ffc
fix(editor): use a stable image id to prevent constant re-rendering
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 15:45:18 +01:00
0b3604d167
fix(editor): render images without crashing
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 15:00:26 +01:00
c5ba7fcb73
fix(editor): focus the editor when clicking on the whole edit container
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 13:52:13 +01:00
5a25685d53
fix(editor): don't bubble up changes when no changes were made
All checks were successful
continuous-integration/drone/push Build is passing
Related https://community.vikunja.io/t/saving-an-empty-description-in-kanban-view-break-ui/1914/3
2024-01-21 13:44:40 +01:00
da311fce9e
fix(kanban): ensure text and icon color only depends on the card background, not on the color scheme
All checks were successful
continuous-integration/drone/push Build is passing
Related https://github.com/go-vikunja/frontend/issues/135#issuecomment-1900701258
2024-01-21 00:10:05 +01:00
0fdf1ca027
fix(notifications): read indicator size
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 00:01:04 +01:00
f8e907a8c1
fix(notifications): always left-align notification text
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-20 23:59:57 +01:00
af7ca8ad8f
fix(project): always use the appropriate color for task estimate during deletion dialoge
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-20 23:54:03 +01:00
nor
92f7d9ded5 feat: datepicker locale support (#3878)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3878
Reviewed-by: konrad <k@knt.li>
Co-authored-by: nor <zorodey@outlook.com>
Co-committed-by: nor <zorodey@outlook.com>
2024-01-20 18:50:00 +00:00
e123d4f825 chore(perf): import some modules dynamically (#3179)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3179
Reviewed-by: konrad <k@knt.li>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
2024-01-16 14:24:24 +00:00
bf9af27fc3
fix(task): update due date when marking a task done
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-15 23:33:02 +01:00
5619fda0f2
fix(task): bubble date changes from the picker up
Some checks failed
continuous-integration/drone/push Build is failing
Resolves https://github.com/go-vikunja/frontend/issues/142
2024-01-15 23:23:57 +01:00
167953b26b
fix(editor): use higher-contrast colors for links and code
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-15 22:11:24 +01:00
664bf0a5f4
fix(tasks): make sure tasks show up if their parent task is not available in the current view
All checks were successful
continuous-integration/drone/push Build is passing
Related https://github.com/go-vikunja/frontend/issues/136
Related https://community.vikunja.io/t/subtasks-are-hidden-when-parent-tasks-are-moved/1911
2024-01-15 21:46:47 +01:00
5e991f3024
fix: lint
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-15 16:21:00 +01:00
28050d9cd5
fix(labels): make color reset work
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-15 14:00:08 +01:00
e94b71d577
fix(editor): list icons
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-15 13:39:17 +01:00
Frederick [Bot]
ce01085951 chore(i18n): update translations via Crowdin
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-11 00:11:57 +00:00
96a6d43a3f
fix(quick add magic): ensure month is removed from task text
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #3874
2024-01-10 23:54:42 +01:00
13d63e34aa
fix(task): don't immediately re-trigger date change when nothing changed
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://community.vikunja.io/t/reminder-duplication/76/21?u=kolaente
2024-01-10 23:27:14 +01:00
Frederick [Bot]
e5bea087be chore(i18n): update translations via Crowdin
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-09 00:10:45 +00:00
Frederick [Bot]
4956fbb669 chore(i18n): update translations via Crowdin
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-08 11:50:29 +00:00
fae5b764dd
fix(notifications): unread indicator spacing
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-23 15:53:17 +01:00
7f70471894
feat(reminders): show reminders in notifications bar
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-23 15:48:29 +01:00
e98e5a0d2f
fix(openid): use the full path when building the redirect url, not only the host
All checks were successful
continuous-integration/drone/push Build is passing
Resolves vikunja/api#1661
2023-12-20 13:23:56 +01:00
0607c97da9
feat(api tokens): allow selecting all permissions
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-17 18:39:54 +01:00
be925b29e3
fix(api tokens): make deletion of old tokens work
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-17 17:47:12 +01:00
2541733c71
fix(tasks): prevent endless references
All checks were successful
continuous-integration/drone/push Build is passing
This would lead to failing attempts when updating the task later on (for example marking it as favorite)
2023-12-13 19:27:35 +01:00
4d6fd9ecc4
fix(tasks): favorited sub tasks are not shown in favorites pseudo list
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-13 19:22:28 +01:00
818f31c220
fix(tasks): update sub task relations in list view after they were created
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #3853
2023-12-13 19:15:48 +01:00
34e4862c88
fix(kanban): make sure kanban cards always have text color matching their background
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/frontend/issues/135
2023-12-13 18:54:48 +01:00
0730955403
fix(sw): remove debug option via env as it would not be replaced correctly in prod builds
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-13 18:37:56 +01:00
75035ec1f8
fix(navigation): show filter settings dropdown
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #3851
2023-12-13 18:30:10 +01:00
ea7dab68ae
fix(editor): add workaround for checklist tiptap bug
All checks were successful
continuous-integration/drone/pr Build is passing
2023-12-11 23:58:46 +01:00
a4a2b95dc7
chore: cleanup
Some checks failed
continuous-integration/drone/pr Build is failing
2023-12-11 22:37:28 +01:00