From 7b2e509b043550de03e0342387ee8eb7bb359639 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 30 Sep 2025 15:57:02 +0200 Subject: [PATCH] feat(ui): compact toast notifications and skeleton editor selection --- app/components/ToastContainer.vue | 40 ++++++++++++++++++------------- app/composables/useToast.js | 9 +++++-- 2 files changed, 31 insertions(+), 18 deletions(-) diff --git a/app/components/ToastContainer.vue b/app/components/ToastContainer.vue index 7d9953a..c66635c 100644 --- a/app/components/ToastContainer.vue +++ b/app/components/ToastContainer.vue @@ -1,5 +1,7 @@