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