1
0
Commit Graph

620 Commits

Author SHA1 Message Date
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
7f2d92138e fix: lint 2023-09-04 13:11:31 +02:00
f63c39a578 feat(assignees): improve avatar list consistency
Resolves https://kolaente.dev/vikunja/frontend/issues/3354
2023-09-04 13:03:39 +02:00
5630c90dee fix(task): show related tasks form with shortcut even when there are already other related tasks
Resolves https://github.com/go-vikunja/frontend/issues/122
2023-08-29 13:57:12 +02:00
99e2161c09 fix: lint 2023-08-29 12:46:30 +02:00
d57e1909c4 feat(quick actions): show labels as labels and tasks with all of their details 2023-08-29 12:33:43 +02:00
a4b369470a fix(quick actions): invalid class prop 2023-08-29 09:57:13 +02:00
2c4da79c1b fix(task): make an attachment cover image 2023-07-07 12:36:27 +02:00
2a14325f62 feat(projects): allow setting a saved filter for tasks shown on the overview page
Resolves https://kolaente.dev/vikunja/api/issues/1545
Resolves https://community.vikunja.io/t/customizable-overview-page/685
2023-06-28 15:20:43 +02:00
a446310986 fix(task): break long task titles after 4 lines only
Resolves https://github.com/go-vikunja/frontend/issues/84
Resolves https://community.vikunja.io/t/text-wrap-on-lists/1441
2023-06-23 14:28:06 +02:00
1005182a50 feat(reminders): add e2e tests for task reminders 2023-06-20 15:56:39 +02:00
dbe1ad9353 fix: set and use correct type for destructured props 2023-06-20 15:24:02 +02:00
3aa502e07d fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00