1
0

1485 Commits

Author SHA1 Message Date
kolaente
0bb85870db
feat(api tokens): allow custom selection of expiry dates 2023-09-01 13:07:20 +02:00
kolaente
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
kolaente
99e2161c09
fix: lint 2023-08-29 12:46:30 +02:00
kolaente
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
kolaente
4e6b99544e
fix(quick actions): don't show projects when searching for labels or tasks 2023-08-29 12:38:59 +02:00
kolaente
d57e1909c4
feat(quick actions): show labels as labels and tasks with all of their details 2023-08-29 12:33:43 +02:00
kolaente
99d8fbdfa7
feat(quick actions): show tasks for a label when selecting it 2023-08-29 11:11:37 +02:00
kolaente
442d0342a9
fix(quick actions): project search 2023-08-29 10:08:47 +02:00
kolaente
a4b369470a
fix(quick actions): invalid class prop 2023-08-29 09:57:13 +02:00
kolaente
0ca73e0851
fix(quick actions): always search for projects 2023-08-29 09:41:53 +02:00
kolaente
9fc829115f
fix(quick actions): project filter 2023-08-29 09:34:08 +02:00
kolaente
1e19548563
chore(quick actions): format 2023-08-29 09:33:56 +02:00
kolaente
c327d86a71
feat(quick actions): show task identifier 2023-08-29 09:33:41 +02:00
kolaente
3044560759
feat(quick actions): show done tasks last 2023-08-29 09:21:11 +02:00
kolaente
c3f85fcb19
chore: format 2023-08-29 09:19:52 +02:00
kolaente
6cbbe17bd8
fix(filters): don't allow marking a filter as favorite 2023-08-24 11:30:57 +02:00
kolaente
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
kolaente
63ef09b020
fix(filters): incorrect translation string 2023-08-24 11:18:03 +02:00
davidangel
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
kolaente
2c4da79c1b
fix(task): make an attachment cover image 2023-07-07 12:36:27 +02:00
kolaente
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
kolaente
ae2b0f97c4
fix: make update available button use the correct text color all the time 2023-07-05 17:26:13 +02:00
kolaente
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
kolaente
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
kolaente
8a22d1811e
fix(link share): default share view should be list, not project 2023-06-23 14:18:52 +02:00
kolaente
25bd26bea6
chore(editor): disable deprecated marked options 2023-06-21 15:12:45 +02:00
kolaente
1005182a50
feat(reminders): add e2e tests for task reminders 2023-06-20 15:56:39 +02:00
kolaente
dbe1ad9353
fix: set and use correct type for destructured props 2023-06-20 15:24:02 +02:00
kolaente
b6cd424aa3
fix: set vue-ignore 2023-06-20 15:22:19 +02:00
kolaente
3aa502e07d
fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00
kolaente
78a268ab07
fix(building): let the compiler ignore props interface 2023-06-20 14:40:41 +02:00
kolaente
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
kolaente
c2ffe3a9dc
feat: check link share auth from store instead 2023-06-19 15:28:06 +02:00
kolaente
2006abd0a6
fix(task): call getting task identifier directly instead of using model function 2023-06-18 18:46:18 +02:00
kolaente
ba057f3527
feat(reminders): add preset two hours before due / start / end date 2023-06-16 19:12:07 +02:00
kolaente
dd7b77e12d
feat(reminders): add on the due / start / end date as a reminder preset 2023-06-16 19:12:06 +02:00
kolaente
79ceaf6a2b
fix(task): repeat mode now saves correctly 2023-06-13 12:33:35 +02:00
kolaente
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
kolaente
32e5f9f757
fix(reminders): don't sync negative relative reminder amounts in ui 2023-06-13 12:10:10 +02:00
kolaente
928b338cf2
fix(reminders): don't assume 30 days are always a month 2023-06-13 12:06:00 +02:00
kolaente
1a792e0667
feat(reminders): only show relative reminders when there's a date to relate them to 2023-06-13 12:03:28 +02:00
kolaente
3c9083b90d
feat: add message to add to home screen on mobile 2023-06-12 19:37:58 +02:00
kolaente
d8ad934643
feat(user): save quick add magic mode in api 2023-06-11 17:37:49 +02:00
kolaente
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
konrad
3f8e457d52 feat: edit relative reminders (#3248)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3248
2023-06-10 17:04:09 +00:00
kolaente
098b5fa2b1
fix(reminders): properly parse relative reminders which don't have an amount 2023-06-10 18:54:39 +02:00
kolaente
5e4eb4a728
fix(reminders): custom relative highlight now only when a custom relative reminder was actually selected 2023-06-10 18:54:10 +02:00
kolaente
8930f61548
fix(reminders): flatpickr styling improvements 2023-06-10 18:46:15 +02:00
kolaente
9a736cf65f
fix(reminders): style flatpickr so that it blends in more 2023-06-10 18:39:33 +02:00
kolaente
2677f6254d
feat(reminders): highlight which preset or custom date is selected 2023-06-10 17:35:50 +02:00