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
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
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
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
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
28050d9cd5
fix(labels): make color reset work
2024-01-15 14:00:08 +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
fc6b707405
fix(task): use empty description helper everywhere
2023-12-11 22:35:09 +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
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
f45303c2e3
fix(editor): image paste handling
2023-11-21 13:23:05 +01:00
bd83294ac0
fix(editor): alignment and focus states
2023-11-18 17:03:47 +01:00
6c4f1e1cbf
fix(editor): make initial editor mode (preview/edit) work
2023-11-18 16:54:29 +01:00
218d72494a
fix: lint
2023-11-03 12:39:02 +01:00
bde212d432
fix(editor): change description when switching between tasks
2023-11-03 12:36:20 +01:00
ba766a29af
fix(editor): check for empty content
2023-11-03 12:22:38 +01:00
5f2787e18d
fix(task): use editor as preview first, then check for edit
2023-10-22 22:47:52 +02:00
0b294de132
fix(task): make sure the modal close button is not overlapped with the title field ( #3256 )
...
Resolves https://kolaente.dev/vikunja/frontend/issues/3252
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3256
Co-authored-by: kolaente <k@knt.li >
Co-committed-by: kolaente <k@knt.li >
2023-10-22 17:40:50 +00:00
26fc9b4e4f
feat: move from easymde to tiptap editor ( #2222 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2222
2023-10-22 13:48:57 +00:00
d7503dc4a2
feat(editor): edit mode
2023-10-22 12:08:27 +02:00
abb6630b4b
feat(editor): add comment when pressing ctrl enter
2023-10-22 10:40:12 +02:00
19a78f1f75
fix(editor): lint
2023-10-21 19:52:56 +02:00
aa715dd9e1
chore(editor): cleanup unused options
2023-10-21 19:46:25 +02:00
05bf7ccf0b
feat(editor): image upload
2023-10-20 22:43:10 +02:00
b76acb15c7
chore(deps): update dev-dependencies (major) ( #3741 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3741
Co-authored-by: renovate <renovatebot@kolaente.de >
Co-committed-by: renovate <renovatebot@kolaente.de >
2023-10-20 19:34:11 +00:00
aeed4b3a3b
fix(settings): allow removing the default project via settings
2023-10-20 16:01:22 +02:00
a71755e408
feat(gantt): implement dynamic sizing on small date ranges ( #3750 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3750
Reviewed-by: konrad <k@knt.li >
Co-authored-by: Giacomo Rossetto <jackyman_cs4@live.it >
Co-committed-by: Giacomo Rossetto <jackyman_cs4@live.it >
2023-10-03 11:30:24 +00:00
66c7a05cdb
fix(project): correctly show project color next to project title in list view
...
Resolves https://community.vikunja.io/t/color-bubbles-not-showing-after-import/1648
2023-09-29 20:46:02 +02:00
0887860b2a
fix(task): priority label spacing
2023-09-29 09:32:00 +02:00
0b1c8ed4dd
fix(attachments): layout and coloring in dark mode
2023-09-29 09:28:51 +02:00
3988a3f9f8
fix(task): correct spacing to task and project title
2023-09-29 09:19:17 +02:00
f256fc3843
fix(list view): align nested subtasks with the parent text
2023-09-07 13:47:52 +02:00
e41712647d
feat(list view): show subtasks nested
...
Resolves https://kolaente.dev/vikunja/frontend/issues/363
2023-09-07 13:43:15 +02:00
2d61a349ac
feat(task): immediately set focus on the task search input when opening the related tasks menu
2023-09-06 18:50:38 +02:00
54c527c23f
feat(tasks): make the whole task in list view clickable
...
Resolves https://kolaente.dev/vikunja/frontend/issues/3172
Closes https://kolaente.dev/vikunja/frontend/pulls/3176
Closes https://kolaente.dev/vikunja/frontend/pulls/3180
2023-09-06 18:31:30 +02:00
0d3143d465
fix(quick add magic): headline
2023-09-06 16:45:12 +02:00
3fec92283b
fix(task): priority label sizing and positioning in different environments
2023-09-06 15:58:52 +02:00
beb016400e
feat(task): move task priority to the front when showing tasks inline
2023-09-06 15:53:40 +02:00
7746d39161
fix(task): remove wrong repeat types
...
Repeating "monthly" or "yearly" was never what people expected, only 30 or 365 days which is not always correct. This change removes these settings since the repeating modes will be re-done anyway.
Related to https://kolaente.dev/vikunja/frontend/issues/3585#issuecomment-53642
2023-09-06 15:41:48 +02:00
7a9aa7771b
fix(tasks): play pop sound directly and not from store
...
This solves two problems:
1. Previously, changing anything on a done task would play the pop sound all the time, because the store only knew the new done status was "done" and not if it was done previously already.
2. Safari will prevent playing a sound without user interaction. This means the user has to interact directly with the method playing the sound which was not the case when the sound was played from the store.
Resolves https://kolaente.dev/vikunja/frontend/issues/3292
2023-09-04 20:14:43 +02:00
abbc11528e
feat(tasks): update due date text every minute
...
Related discussion: https://community.vikunja.io/t/text-describing-time-past-due-date-is-never-refreshed/1376/3
2023-09-04 14:00:22 +02:00