feat: implement SVG source copying functionality and add Notification component

This commit is contained in:
sha
2025-05-14 13:48:42 +03:00
parent e9b58a6592
commit 554861c940
4 changed files with 170 additions and 70 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<script>
import Actions from './Actions.svelte';
import Preview from "./Preview.svelte";
import Actions from "./Actions.svelte";
import InlineSvg from "./InlineSvg.svelte";
import { getThemeColor, getDefaultLogoColor } from "../utils/colorTheme.js";
import { generateColorSetCircle } from "../utils/colorCircles.js";