05bf7ccf0b
feat(editor): image upload
2023-10-20 22:43:10 +02:00
aeed4b3a3b
fix(settings): allow removing the default project via settings
2023-10-20 16:01:22 +02: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
2006abd0a6
fix(task): call getting task identifier directly instead of using model function
2023-06-18 18:46:18 +02:00
ba057f3527
feat(reminders): add preset two hours before due / start / end date
2023-06-16 19:12:07 +02:00
dd7b77e12d
feat(reminders): add on the due / start / end date as a reminder preset
2023-06-16 19:12:06 +02:00
79ceaf6a2b
fix(task): repeat mode now saves correctly
2023-06-13 12:33:35 +02:00
5694b39489
feat(reminders): show resolved reminder time in a tooltip and properly bubble updated task down to the reminder component
2023-06-13 12:30:07 +02:00
32e5f9f757
fix(reminders): don't sync negative relative reminder amounts in ui
2023-06-13 12:10:10 +02:00
928b338cf2
fix(reminders): don't assume 30 days are always a month
2023-06-13 12:06:00 +02:00
1a792e0667
feat(reminders): only show relative reminders when there's a date to relate them to
2023-06-13 12:03:28 +02:00
d8ad934643
feat(user): save quick add magic mode in api
2023-06-11 17:37:49 +02:00
bd7d09c17c
fix(repeat): prevent disappearing repeat mode settings when modes other than default repeat mode were selected
...
Resolves https://kolaente.dev/vikunja/frontend/issues/3585
2023-06-11 09:48:54 +02:00
3f8e457d52
feat: edit relative reminders ( #3248 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3248
2023-06-10 17:04:09 +00:00
098b5fa2b1
fix(reminders): properly parse relative reminders which don't have an amount
2023-06-10 18:54:39 +02:00
5e4eb4a728
fix(reminders): custom relative highlight now only when a custom relative reminder was actually selected
2023-06-10 18:54:10 +02:00
8930f61548
fix(reminders): flatpickr styling improvements
2023-06-10 18:46:15 +02:00
9a736cf65f
fix(reminders): style flatpickr so that it blends in more
2023-06-10 18:39:33 +02:00
2677f6254d
feat(reminders): highlight which preset or custom date is selected
2023-06-10 17:35:50 +02:00
bfcb36e093
fix(reminders): align remove icon with the rest
2023-06-10 17:29:30 +02:00
9ec29cad30
fix: lint
2023-06-10 17:26:06 +02:00
dd3a5fe6b5
fix(reminders): duplicate reminder for each change
2023-06-09 14:46:34 +02:00
04642ae1ec
fix(reminders): set date over relative reminder
2023-06-09 14:43:02 +02:00
eac19e28d6
feat(reminders): add more spacing
2023-06-09 14:39:35 +02:00
11f94e4037
feat(reminders): make adding new reminders less confusing
2023-06-09 14:37:26 +02:00