Dominik Pschenitschni
|
db49b9b532
|
fix: directly set arrays, objects and delete directly
Not needed since vue3 uses proxies
|
2021-10-01 18:45:42 +02:00 |
|
Dominik Pschenitschni
|
2b20f328cb
|
fix: compiler warnings
see:
- https://v3.vuejs.org/guide/migration/key-attribute.html
- https://v3.vuejs.org/guide/migration/v-bind.html
- https://v3.vuejs.org/guide/migration/v-on-native-modifier-removed.html
|
2021-10-01 18:45:42 +02:00 |
|
Dominik Pschenitschni
|
3c89147ee2
|
fix: new directive syntax
see: https://v3.vuejs.org/guide/migration/custom-directives.html
|
2021-10-01 18:45:41 +02:00 |
|
Dominik Pschenitschni
|
78a5096e0d
|
feat: add vue3 in compat mode
See: https://v3.vuejs.org/guide/migration/migration-build.html#installation
|
2021-10-01 18:45:41 +02:00 |
|
Dominik Pschenitschni
|
4ee7a8bac6
|
feat: native color picker instead of verte
Prepare for vue 3
|
2021-10-01 18:44:14 +02:00 |
|
Dominik Pschenitschni
|
0c678b6e44
|
fix: use dynamic imports instead of old async components for router views
prepare for vue 3, see: https://next.router.vuejs.org/guide/advanced/lazy-loading.html
|
2021-10-01 18:44:14 +02:00 |
|
Zoker
|
9a72d3dc36
|
Enhance link share tooltip (#808)
Co-authored-by: Florian Gareis <mail@zoker.me>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/808
Co-authored-by: Zoker <dev@zoker.me>
Co-committed-by: Zoker <dev@zoker.me>
|
2021-09-30 18:25:50 +00:00 |
|
kolaente
|
e7ffba5322
|
[skip ci] Updated translations via Crowdin
|
2021-09-29 20:53:14 +00:00 |
|
kolaente
|
4a1b402e62
|
fix: quick add magic always disabled
|
2021-09-29 22:42:13 +02:00 |
|
kolaente
|
416380025e
|
fix: more spacing for last viewed tasks headline
|
2021-09-29 21:29:09 +02:00 |
|
kolaente
|
96ef25ba01
|
fix: don't enable editing when the user has no rights for it
related: #804
|
2021-09-29 21:22:44 +02:00 |
|
kolaente
|
4bd2c94256
|
fix: don't try to create a task with an empty title when creating multiple tasks at once
|
2021-09-29 21:01:54 +02:00 |
|
konrad
|
96523f1fbf
|
feat: task checklist improvements (#797)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/797
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-09-29 18:31:14 +00:00 |
|
konrad
|
d47b13647e
|
feat(natural language): make natural language prefixes configurable (#795)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/795
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-09-29 18:30:55 +00:00 |
|
kolaente
|
2691a84610
|
feat: don't show bullet points of checklists
|
2021-09-26 20:53:27 +02:00 |
|
kolaente
|
e17116dac1
|
feat: make checklists work with '-' instead of '*'
|
2021-09-26 20:51:02 +02:00 |
|
konrad
|
c0d744cfaa
|
[skip ci] Updated translations via Crowdin
|
2021-09-26 18:42:26 +00:00 |
|
konrad
|
442e6b12e0
|
feat: allow quickly creating multiple tasks at once with multiline input (#796)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/796
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-09-26 18:22:28 +00:00 |
|
kolaente
|
3dfa286a12
|
feat(quick actions): select the item when only one result is available
resolves #703
|
2021-09-26 20:19:58 +02:00 |
|
kolaente
|
a955488cdf
|
fix: date formatting for non-english languages
|
2021-09-26 20:07:15 +02:00 |
|
kolaente
|
4b64e27d2b
|
fix(natural language parser): parts of week days in other words
|
2021-09-26 15:00:11 +02:00 |
|
kolaente
|
403d77ce14
|
fix(natural language parser): fix parsing short days
related: #773
|
2021-09-26 14:38:15 +02:00 |
|
kolaente
|
e918b82cfa
|
feat: don't try to load task comments if they are disabled
|
2021-09-26 13:44:13 +02:00 |
|
dpschen
|
e9978548d8
|
feat: add types for vite (#790)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/790
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-25 18:33:30 +00:00 |
|
kolaente
|
f762d8ad4d
|
fix: remove unused function
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
697ea12c8e
|
fix: breaking attribute coercion behavior
see: https://v3.vuejs.org/guide/migration/attribute-coercion.html#overview
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
fe27a432c7
|
feat: move unique functions from taskList to List
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
f51371bbe0
|
feat: move from life cycle to data or watcher
- remove from created / mounted
- initialize component services in data
- use immediate watcher where appropriate
- deep watch for route changes
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
ebeca48be4
|
fix: namespace collision of global error method with draggable error method
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
0da7a46612
|
feat: formatting
- remove unneeded data props
- prepare for compiler warnings vue3; see https://v3.vuejs.org/guide/migration/v-bind.html
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
4454e6cf22
|
feat: update to new slot syntax
Prepare for vue 3
|
2021-09-24 21:46:42 +02:00 |
|
kolaente
|
77f8b27dc6
|
fix: lists disappearing when updating their namespace
|
2021-09-24 20:51:59 +02:00 |
|
dpschen
|
1bc6d66895
|
[skip ci] Updated translations via Crowdin
|
2021-09-24 18:27:00 +00:00 |
|
dpschen
|
41331c8a86
|
feature/remove-attachment-upload-mixin (#724)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/724
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-24 18:16:37 +00:00 |
|
dpschen
|
4f2378ff02
|
feat: add variant hint-modal to modal component (#764)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/764
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-24 18:08:48 +00:00 |
|
kolaente
|
97416ab2d5
|
[skip ci] Updated translations via Crowdin
|
2021-09-24 17:57:26 +00:00 |
|
kolaente
|
dedf6cbf21
|
fix: quick add magic assignee prefix in explanation
|
2021-09-24 19:47:40 +02:00 |
|
dpschen
|
6b1bf27bf8
|
feat: reduce file size by removing by removing fonts (#759)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/759
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-23 14:07:08 +00:00 |
|
dpschen
|
3245752a80
|
fix: computed in api-config (#777)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/777
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-23 05:09:47 +00:00 |
|
dpschen
|
17d11c6ce3
|
fix: prevent vue-shortkey use in elements with contenteditable (#775)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/775
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-22 16:25:09 +00:00 |
|
renovate
|
6d72ac1ef3
|
[skip ci] Updated translations via Crowdin
|
2021-09-22 06:18:44 +00:00 |
|
renovate
|
1ae8f84b1c
|
[skip ci] Updated translations via Crowdin
|
2021-09-21 20:18:47 +00:00 |
|
dpschen
|
7719ef1bef
|
feat: move pagination to dedicated component (#760)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/760
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-21 19:03:38 +00:00 |
|
dpschen
|
2ff0976da6
|
[skip ci] Updated translations via Crowdin
|
2021-09-21 17:46:16 +00:00 |
|
simon1506
|
d88e299358
|
fix: no drag delay when using mouse on touch device (#748)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/748
Reviewed-by: konrad <k@knt.li>
Co-authored-by: simon1506 <simon.sch.dev@gmail.com>
Co-committed-by: simon1506 <simon.sch.dev@gmail.com>
|
2021-09-21 16:47:42 +00:00 |
|
dpschen
|
9122a184d6
|
feat: move fontawesome icons import to dedicated file (#742)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/742
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-21 16:39:56 +00:00 |
|
dpschen
|
728dfc52e5
|
feat: close modals with esc key (#741)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/741
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-21 16:37:56 +00:00 |
|
dpschen
|
47ad115738
|
chore: remove obsolete css vendor prefixes (#739)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/739
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-21 16:36:38 +00:00 |
|
dpschen
|
3ac25c9f08
|
fix: import bulma utilities global (#738)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/738
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-21 16:35:46 +00:00 |
|
dpschen
|
50c1a2e4d5
|
feat simplify taskList mixin (#728)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/728
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-10 14:39:18 +00:00 |
|