design(stacked-notes): action buttons in vertical bar

This commit is contained in:
Julien Calixte
2026-05-04 10:25:47 +02:00
parent 002cf9a4b1
commit 1f324208d2
4 changed files with 92 additions and 67 deletions

View File

@@ -171,7 +171,6 @@ const isBusy = computed(() => props.status === "checking")
/>
<path d="M3 3l18 18" />
</svg>
<span class="freshness-label">{{ label }}</span>
</button>
</template>