From dfeb05af106b341af1a82b65cf7c2cab71423dc1 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 26 Jan 2025 16:38:03 +0100 Subject: [PATCH] fix: component name collision We already have a component called Notifications (the ones in the top right). I used now Toster which I borrowed from here https://www.shadcn-vue.com/docs/components/sonner.html --- frontend/src/components/misc/Notification.vue | 4 ++-- frontend/src/main.ts | 2 +- frontend/src/types/global-components.d.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/misc/Notification.vue b/frontend/src/components/misc/Notification.vue index 320ac6841..a59f6ebb6 100644 --- a/frontend/src/components/misc/Notification.vue +++ b/frontend/src/components/misc/Notification.vue @@ -1,5 +1,5 @@ - +