From 99edff828a77275a6663aa440ec0866a0c46d1d0 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 11 Jul 2026 12:12:30 +0200 Subject: [PATCH] feat(notes): use Tabler pin/repeat icons in the share popup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the 📌/🔄 emoji with inline Tabler SVGs colored via --color-accent to match the note-header icons, and reword the always-latest description so the two options no longer share the same em-dash phrasing. --- src/components/ShareNote.vue | 45 ++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/src/components/ShareNote.vue b/src/components/ShareNote.vue index 1daf180..b420fb7 100644 --- a/src/components/ShareNote.vue +++ b/src/components/ShareNote.vue @@ -90,7 +90,25 @@ const copy = async (url: string, label: string) => { class="share-option" @click="copy(snapshotUrl(), 'Snapshot')" > - 📌 + + + + + + + +