8 Commits

Author SHA1 Message Date
3b38a3faa6
feat(components): align component name casing SingleTaskInProject 2024-06-17 13:50:15 +02:00
ede60950b4
feat(components): align component name casing RelatedTasks 2024-06-17 13:41:40 +02:00
3c80783bf2
feat(components): align component name casing Heading 2024-06-17 13:41:39 +02:00
ff7e381645
feat(components): align component name casing Loading 2024-06-17 13:09:34 +02:00
fa628edc0c
fix(project): make sure gantt and kanban views shared with link share are full width
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/vikunja/issues/258
2024-05-07 16:53:21 +02:00
8a72fe26f8
fix(views): refactor filter button slot in wrapper
Before this change, the filter button on the top right was positioned using absolute positioning and plenty of tricks, which were brittle and not really maintainable. Now, the buttons are positioned using flexbox, which should make this a lot more maintainable.
2024-04-02 14:02:31 +02:00
15215b30a0
fix(filters): rework filter popup button
Some checks failed
continuous-integration/drone/push Build is failing
2024-03-13 17:19:15 +01:00
fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00