From 8fcfdc88d80211f85fe158aeaa131f1662effca8 Mon Sep 17 00:00:00 2001 From: Michcio Date: Fri, 23 Sep 2022 11:42:21 +0200 Subject: [PATCH] Replace toast (sorry!) notifications with browser ones Icons don't work in Safari just because they don't lmao This is just barely tested, bear with me --- packages/client/src/ui/_common_/common.vue | 59 ++++++++++++++++++++-- 1 file changed, 55 insertions(+), 4 deletions(-) diff --git a/packages/client/src/ui/_common_/common.vue b/packages/client/src/ui/_common_/common.vue index 0eb9dedb1..494692c20 100644 --- a/packages/client/src/ui/_common_/common.vue +++ b/packages/client/src/ui/_common_/common.vue @@ -17,6 +17,7 @@