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
kolaente
9efe860f26
fix(editor): keep editor open when emptying content from the outside
2023-12-11 21:58:39 +01:00
kolaente
af13d68c48
fix(editor): show editor if there is no content initially
2023-12-11 21:55:47 +01:00
kolaente
3cb1e7dede
chore: debug
2023-12-11 21:01:38 +01:00
kolaente
c8809d899a
fix(kanban): check if doneBucketId is set
2023-12-01 15:10:48 +01:00
kolaente
e770496524
fix(editor): don't check parent checkbox when child label was clicked
2023-11-27 13:11:24 +01:00
kolaente
1cbb93ea9b
fix(tasks): make sure tasks are fully clickable
...
Resolves https://kolaente.dev/vikunja/frontend/issues/3838
2023-11-27 12:47:26 +01:00
Frederick [Bot]
f7c06e53b7
[skip ci] Updated translations via Crowdin
2023-11-27 00:25:06 +00:00
Frederick [Bot]
240906f236
[skip ci] Updated translations via Crowdin
2023-11-24 00:24:04 +00:00
Frederick [Bot]
a994264234
[skip ci] Updated translations via Crowdin
2023-11-22 00:25:02 +00:00
kolaente
4868ac824e
feat(i18n): add Slovene language for selection in the ui
2023-11-21 22:14:15 +01:00
kolaente
0c58ea1ade
fix(editor): don't crash when the component isn't completely mounted
2023-11-21 13:25:55 +01:00
kolaente
f45303c2e3
fix(editor): image paste handling
2023-11-21 13:23:05 +01:00
Frederick [Bot]
0795c0e448
[skip ci] Updated translations via Crowdin
2023-11-21 00:24:01 +00:00
kolaente
debae2326e
fix(editor): don't create empty "blob" files when pasting images
2023-11-20 12:35:19 +01:00
kolaente
2967019cd9
feat(editor): mark a checkbox item as done when clicking on its text
2023-11-18 18:01:09 +01:00
kolaente
d3497c96d7
fix(editor): correctly resolve images in descriptions
...
Resolves https://kolaente.dev/vikunja/frontend/issues/3808
2023-11-18 17:17:14 +01:00
kolaente
bd83294ac0
fix(editor): alignment and focus states
2023-11-18 17:03:47 +01:00
kolaente
6c4f1e1cbf
fix(editor): make initial editor mode (preview/edit) work
2023-11-18 16:54:29 +01:00
kolaente
fa269f155a
chore(filter): remove debug log
2023-11-18 16:44:51 +01:00
kolaente
602d15985b
fix(filter): don't immediately re-trigger prepareFilter
2023-11-18 16:40:20 +01:00
kolaente
aa5e11915e
fix(filter): don't prevent entering date math strings
...
Resolves https://community.vikunja.io/t/filter-setting-s/1791/2
2023-11-17 19:38:55 +01:00
kolaente
7f279c98e1
fix(tasks): don't use the filter for upcoming when one is set for the home page
...
Resolves https://github.com/go-vikunja/frontend/issues/132
2023-11-17 19:08:08 +01:00
kolaente
3c1861eb6a
fix(settings): move overdue remindeer time below
2023-11-17 19:03:58 +01:00
kolaente
75262b716f
fix(kanban): opening a task from the kanban board and then reloading the page should not crash everything when then navigating back
...
Before this fix, the following would not work:
1. Open the kanban view of a project
2. Click on a task to open it in a modal
3. Reload the page
4. Using your browser's back button, navigate back
Instead of showing the kanban board with the task modal closed, it would
navigate to `/projects/0/kanban` and crash.
2023-11-15 23:43:39 +01:00