frontend/src/components/home
Dominik Pschenitschni 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
..
Logo.vue fix: make logo change reactive (#1509) 2022-02-08 20:35:03 +00:00
MenuButton.vue fix: use BaseButton in MenuButton and fix computed (#1532) 2022-02-13 22:01:36 +00:00
PoweredByLink.vue feat: use BaseButton in PoweredByLink.vue (#1825) 2022-04-18 17:05:55 +00:00
TheNavigation.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
contentAuth.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
contentLinkShare.vue fix: remove some of the typescript warnings 2022-01-05 16:17:14 +01:00
navigation.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
update.vue fix: update banner spacing 2022-05-15 22:33:19 +02:00