Commit Graph

607 Commits

Author SHA1 Message Date
9ef592c5d0
fix: make sure there's enough space for the close button
All checks were successful
continuous-integration/drone/pr Build is passing
2023-10-22 19:20:49 +02:00
08f55292f3
fix(task): make sure the modal close button is not overlapped with the title field 2023-10-22 19:14:22 +02:00
26fc9b4e4f feat: move from easymde to tiptap editor (#2222)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2222
2023-10-22 13:48:57 +00:00
d7503dc4a2
feat(editor): edit mode
Some checks failed
continuous-integration/drone/pr Build is failing
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
Some checks failed
continuous-integration/drone/pr Build is failing
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
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-20 22:43:10 +02:00
b76acb15c7 chore(deps): update dev-dependencies (major) (#3741)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #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
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-20 16:01:22 +02:00
a71755e408 feat(gantt): implement dynamic sizing on small date ranges (#3750)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #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
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-29 09:32:00 +02:00
0b1c8ed4dd
fix(attachments): layout and coloring in dark mode
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-29 09:28:51 +02:00
3988a3f9f8
fix(task): correct spacing to task and project title
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-29 09:19:17 +02:00
f256fc3843
fix(list view): align nested subtasks with the parent text
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-07 13:47:52 +02:00
e41712647d
feat(list view): show subtasks nested
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #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
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-06 18:50:38 +02:00
54c527c23f
feat(tasks): make the whole task in list view clickable
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #3172
Closes #3176
Closes #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
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-06 15:58:52 +02:00
beb016400e
feat(task): move task priority to the front when showing tasks inline
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-06 15:53:40 +02:00
7746d39161
fix(task): remove wrong repeat types
Some checks failed
continuous-integration/drone/push Build is failing
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 #3585 (comment)
2023-09-06 15:41:48 +02:00
7a9aa7771b
fix(tasks): play pop sound directly and not from store
All checks were successful
continuous-integration/drone/push Build is passing
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 #3292
2023-09-04 20:14:43 +02:00
abbc11528e
feat(tasks): update due date text every minute
All checks were successful
continuous-integration/drone/push Build is passing
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
Some checks are pending
continuous-integration/drone/push Build is pending
2023-09-04 13:11:31 +02:00
f63c39a578
feat(assignees): improve avatar list consistency
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #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
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/frontend/issues/122
2023-08-29 13:57:12 +02:00
99e2161c09
fix: lint
All checks were successful
continuous-integration/drone/pr Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-07 12:36:27 +02:00
2a14325f62
feat(projects): allow setting a saved filter for tasks shown on the overview page
All checks were successful
continuous-integration/drone/push Build is passing
Resolves vikunja/api#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
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-20 15:56:39 +02:00
dbe1ad9353
fix: set and use correct type for destructured props
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-13 12:30:07 +02:00
32e5f9f757
fix(reminders): don't sync negative relative reminder amounts in ui
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-13 12:10:10 +02:00
928b338cf2
fix(reminders): don't assume 30 days are always a month
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-13 12:06:00 +02:00
1a792e0667
feat(reminders): only show relative reminders when there's a date to relate them to
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #3585
2023-06-11 09:48:54 +02:00
3f8e457d52 feat: edit relative reminders (#3248)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3248
2023-06-10 17:04:09 +00:00
098b5fa2b1
fix(reminders): properly parse relative reminders which don't have an amount
All checks were successful
continuous-integration/drone/pr Build is passing
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