1
0
Commit Graph

1497 Commits

Author SHA1 Message Date
e78ab476fc chore(progress): cleanup unused css 2024-02-07 11:35:32 +01:00
aebb047d18 fix(progress): move customizations into progress bar component 2024-02-07 11:24:20 +01:00
7bb110b20e feat: add ProgressBar component 2024-02-07 11:12:21 +01:00
b057fb2784 fix(reminders): set reminder date on datepicker when editing a reminder
Setting an actual reminder date (not a relative one) flowed only from the component to the outside when setting it. When editing it, the reminder date would not be populated, causing the datepicker date to stay at the current date.
2024-02-06 18:46:15 +01:00
58c7da019d fix(notifications): mark all notifications as read in ui directly when marking as read on the server
This caused the notifications to stay on "unread" when marking them as read, making an unpleasant user experience
2024-02-06 18:34:42 +01:00
70f48eaaca fix(task): make sure the drag handle is shown as intended
Due to a previous refactoring, the drag handle was always shown instead of only on hover. The css class was moved out of the task component, but its styles weren't

Related to https://kolaente.dev/vikunja/frontend/issues/3934
2024-02-06 18:29:17 +01:00
6cc75928d8 fix(task): remove default task color
Previously, the task would use the default color. This was now removed, as this resulted in the default color not being visible on tasks.

Resolves https://github.com/go-vikunja/frontend/issues/135#issuecomment-1917576392
2024-02-06 18:18:44 +01:00
dc360d4a18 chore(editor): don't set editor content intitially 2024-02-06 18:03:27 +01:00
45ca0602f5 feat(editor): use primary color for currently selected node 2024-02-06 16:09:38 +01:00
9d39ccf15c fix(assignees): use correct amount of spacing in assignee selection 2024-02-06 15:44:39 +01:00
28e83325d7 fix(kanban): assignee spacing 2024-02-06 15:39:05 +01:00
aff48ddd9d fix(kanban): bottom spacing of labels 2024-02-06 15:34:22 +01:00
228d652b03 fix(kanban): make sure spacing between assignees and other task details works out evenly 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 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
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
78d4a518a3 fix(tasks): don't load tasks multiple times when viewing list or gantt view 2024-01-26 21:33:20 +01:00
3c1041902e fix(table view): make sure popup does not overlap 2024-01-26 21:22:51 +01:00
c7b70844c6 fix(color picker): when picking a color, the color picker should not be black afterwards 2024-01-21 20:25:19 +01:00
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
8ea97f3ffc fix(editor): use a stable image id to prevent constant re-rendering 2024-01-21 15:45:18 +01:00
0b3604d167 fix(editor): render images without crashing 2024-01-21 15:00:26 +01:00
c5ba7fcb73 fix(editor): focus the editor when clicking on the whole edit container 2024-01-21 13:52:13 +01:00
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
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
0fdf1ca027 fix(notifications): read indicator size 2024-01-21 00:01:04 +01:00
f8e907a8c1 fix(notifications): always left-align notification text 2024-01-20 23:59:57 +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
bf9af27fc3 fix(task): update due date when marking a task done 2024-01-15 23:33:02 +01:00
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
167953b26b fix(editor): use higher-contrast colors for links and code 2024-01-15 22:11:24 +01:00
28050d9cd5 fix(labels): make color reset work 2024-01-15 14:00:08 +01:00
e94b71d577 fix(editor): list icons 2024-01-15 13:39:17 +01:00
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
fae5b764dd fix(notifications): unread indicator spacing 2023-12-23 15:53:17 +01:00
7f70471894 feat(reminders): show reminders in notifications bar 2023-12-23 15:48:29 +01:00
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
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
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
75035ec1f8 fix(navigation): show filter settings dropdown
Resolves https://kolaente.dev/vikunja/frontend/issues/3851
2023-12-13 18:30:10 +01:00
ea7dab68ae fix(editor): add workaround for checklist tiptap bug 2023-12-11 23:58:46 +01:00
a4a2b95dc7 chore: cleanup 2023-12-11 22:37:28 +01:00
fc6b707405 fix(task): use empty description helper everywhere 2023-12-11 22:35:09 +01:00
9efe860f26 fix(editor): keep editor open when emptying content from the outside 2023-12-11 21:58:39 +01:00
af13d68c48 fix(editor): show editor if there is no content initially 2023-12-11 21:55:47 +01:00
3cb1e7dede chore: debug 2023-12-11 21:01:38 +01:00
e770496524 fix(editor): don't check parent checkbox when child label was clicked 2023-11-27 13:11:24 +01:00
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
0c58ea1ade fix(editor): don't crash when the component isn't completely mounted 2023-11-21 13:25:55 +01:00
f45303c2e3 fix(editor): image paste handling 2023-11-21 13:23:05 +01:00