1
0
Commit Graph

1344 Commits

Author SHA1 Message Date
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
725fd1ad46 feat: improve error message for invalid API url
Resolves https://kolaente.dev/vikunja/frontend/issues/3680
2023-09-04 13:37:17 +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
52c0efe0ce feat(kanban): add icon for bucket collapse 2023-09-03 16:32:29 +02:00
c803020537 feat(kanban): add setting for default bucket 2023-09-03 16:32:29 +02:00
ed8fb71ff0 feat: add demo mode warning message
Resolves https://kolaente.dev/vikunja/frontend/issues/2453
2023-09-01 18:09:19 +02:00
0bb85870db feat(api tokens): allow custom selection of expiry dates 2023-09-01 13:07:20 +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
20f61baf03 fix(quick actions): search for tasks within a project when specifying a project with quick add magic 2023-08-29 12:45:05 +02:00
4e6b99544e fix(quick actions): don't show projects when searching for labels or tasks 2023-08-29 12:38:59 +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
99d8fbdfa7 feat(quick actions): show tasks for a label when selecting it 2023-08-29 11:11:37 +02:00
442d0342a9 fix(quick actions): project search 2023-08-29 10:08:47 +02:00
a4b369470a fix(quick actions): invalid class prop 2023-08-29 09:57:13 +02:00
0ca73e0851 fix(quick actions): always search for projects 2023-08-29 09:41:53 +02:00
9fc829115f fix(quick actions): project filter 2023-08-29 09:34:08 +02:00
1e19548563 chore(quick actions): format 2023-08-29 09:33:56 +02:00
c327d86a71 feat(quick actions): show task identifier 2023-08-29 09:33:41 +02:00
3044560759 feat(quick actions): show done tasks last 2023-08-29 09:21:11 +02:00
c3f85fcb19 chore: format 2023-08-29 09:19:52 +02:00
6cbbe17bd8 fix(filters): don't allow marking a filter as favorite 2023-08-24 11:30:57 +02:00
1ad03877fb fix(menu): separate favorite and saved filter projects from other projects
Resolves https://kolaente.dev/vikunja/frontend/issues/3710
Resolves https://github.com/go-vikunja/frontend/issues/119
2023-08-24 11:27:20 +02:00
63ef09b020 fix(filters): incorrect translation string 2023-08-24 11:18:03 +02:00
cade3df3e9 feat: allow custom logo via environment variable (#3685)
Related discussion: https://community.vikunja.io/t/change-vikunja-logo-and-color-scheme/621

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3685
Reviewed-by: konrad <k@knt.li>
Co-authored-by: davidangel <david@davidangel.net>
Co-committed-by: davidangel <david@davidangel.net>
2023-08-23 16:13:29 +00:00
2c4da79c1b fix(task): make an attachment cover image 2023-07-07 12:36:27 +02:00
24ad2f892d feat: improve handling of an invalid api url
Resolves https://kolaente.dev/vikunja/frontend/issues/1964
2023-07-05 17:46:52 +02:00
ae2b0f97c4 fix: make update available button use the correct text color all the time 2023-07-05 17:26:13 +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
8a22d1811e fix(link share): default share view should be list, not project 2023-06-23 14:18:52 +02:00
25bd26bea6 chore(editor): disable deprecated marked options 2023-06-21 15:12:45 +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
b6cd424aa3 fix: set vue-ignore 2023-06-20 15:22:19 +02:00
3aa502e07d fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00
78a268ab07 fix(building): let the compiler ignore props interface 2023-06-20 14:40:41 +02:00
c27661107f fix(project): correctly load background when switching from or to a project view
Resolves https://community.vikunja.io/t/background-does-not-load/1437
2023-06-20 10:54:13 +02:00
c2ffe3a9dc feat: check link share auth from store instead 2023-06-19 15:28:06 +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