From 154cc535a5b4fa82101c2407b46865cd096402cf Mon Sep 17 00:00:00 2001 From: lashman Date: Fri, 20 Feb 2026 14:38:34 +0200 Subject: [PATCH] toast undo button and hover/focus pause --- src/components/ToastNotification.vue | 45 +++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 8 deletions(-) diff --git a/src/components/ToastNotification.vue b/src/components/ToastNotification.vue index 9598051..5239bfe 100644 --- a/src/components/ToastNotification.vue +++ b/src/components/ToastNotification.vue @@ -1,17 +1,30 @@