Commit Graph

13 Commits

Author SHA1 Message Date
de84862742
fix(ListList): use ButtonLink 2022-07-06 22:54:14 +02:00
206d74579f
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-04 23:54:18 +02:00
e0864fab3e
fix: properly define focus expose for new task input field
All checks were successful
continuous-integration/drone/push Build is passing
resolves #1993
2022-06-17 14:25:59 +02:00
745d4660d8
fix: properly reference task input textarea from parent component
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #1993
2022-05-23 22:33:43 +02:00
1569042471
fix: replace vue.draggable.next with zhyswan-draggable
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
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
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
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