From 85b39e41f6331cb907dcdb5b6ef9f58917377f9e Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 20 Feb 2026 14:38:34 +0200 Subject: [PATCH] feat: 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 @@