1
0
Commit Graph

24 Commits

Author SHA1 Message Date
1a11b43ca8 feat: improve models 2022-09-13 14:59:02 +00:00
7d4ba6249e feat: add modelTypes 2022-09-05 17:57:21 +02:00
041a1a4cc0 move constants 2022-09-05 17:43:55 +02:00
3766b5e51b feat: improve store and model typing 2022-09-05 17:43:22 +02:00
332acf012c feat: function attribute typing 2022-09-05 16:37:37 +02:00
8fb00653e4 feat: constants 2022-09-05 16:37:37 +02:00
ad7ed86d36 fix: don't replace the last edited task with the one currently editing 2022-08-02 15:27:24 +02:00
175fb02629 fix: don't allow marking a task as done in a read-only list 2022-07-19 18:37:11 +02:00
0456f4a041 fix: use of sortable js with transition-group (#2160)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2160
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-07-19 14:32:12 +00:00
99a5afc817 fix: task sorting by position in list view
Resolves https://kolaente.dev/vikunja/frontend/issues/2119
2022-07-13 16:24:50 +02:00
579cff647d feat: allow marking a task done from a filter
Resolves https://kolaente.dev/vikunja/frontend/issues/2113
2022-07-12 11:59:39 +02:00
9a26310ad6 fix(ListList): use ButtonLink 2022-07-06 21:07:26 +00:00
3b9bc5b2f8 feat: use BaseButton where easily possible
This replaces links with BaseButton components. BaseButton will use `<button type="button">` inside for this case. This improves accessibility a lot. Also we might be able to remove the `.stop` modifiers in some places because AFAIK the button element stops propagation by default.
2022-07-06 21:07:26 +00:00
e0864fab3e fix: properly define focus expose for new task input field
resolves #1993
2022-06-17 14:25:59 +02:00
745d4660d8 fix: properly reference task input textarea from parent component
Resolves #1993
2022-05-23 22:33:43 +02:00
1569042471 fix: replace vue.draggable.next with zhyswan-draggable
Reason: Author doesn't maintain vue port anymore.
See: https://github.com/SortableJS/vue.draggable.next/issues/140#issuecomment-1123622724=
2022-05-22 23:44:16 +02:00
c2694dc089 fix: filter button alignments and backgrounds for link shares 2022-05-08 11:13:19 +02:00
24701a17f5 fix: new task input focus 2022-04-24 17:26:57 +02:00
a3329f1b42 feat: add lang ts to script block 2022-04-02 17:15:46 +02:00
051dd98ff7 fix: undo task done from list view 2022-02-26 13:18:44 +01:00
5916a44724 feat: provide listId prop via router 2022-01-04 21:55:32 +01:00
e78d47fdcf fix: list specs 2022-01-04 21:55:30 +01:00
29a9335844 feat: save current list view just once 2022-01-04 21:55:30 +01:00
7eed0628d0 feat: mount list views as route-views 2022-01-04 21:55:30 +01:00