feat: share menu indicates a successful copy

This commit is contained in:
lew 2026-03-24 02:38:42 +00:00
parent 29f16cbe5b
commit 6a15035118

View file

@ -40,7 +40,11 @@
style="border-color: var(--border);"
title="Share & export"
>
{#if copied}
<Check size={14} />
{:else}
<Share2 size={14} />
{/if}
</button>
{#if open}