This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/components/notifications
Dominik Pschenitschni 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
..
notifications.vue feat: use BaseButton where easily possible 2022-07-04 23:54:18 +02:00