From 554861c940b378146d6ee848b370cca8a526c62e Mon Sep 17 00:00:00 2001 From: sHa Date: Wed, 14 May 2025 13:48:42 +0300 Subject: [PATCH] feat: implement SVG source copying functionality and add Notification component --- src/components/Actions.svelte | 139 +++++++++++++++-------------- src/components/List.svelte | 3 +- src/components/Notification.svelte | 63 +++++++++++++ src/utils/svgSource.js | 35 ++++++++ 4 files changed, 170 insertions(+), 70 deletions(-) create mode 100644 src/components/Notification.svelte create mode 100644 src/utils/svgSource.js diff --git a/src/components/Actions.svelte b/src/components/Actions.svelte index 2be88d4..1e90cb8 100644 --- a/src/components/Actions.svelte +++ b/src/components/Actions.svelte @@ -1,4 +1,7 @@ {#if logo.format === 'SVG'} {#if showCopyMenu} -