feat: show count of cleaned URLs in header

This commit is contained in:
2026-03-03 22:10:07 +00:00
parent e40762873c
commit b51bc61cf3

View File

@@ -148,7 +148,7 @@ onUnmounted(() => {
<div class="history-section" v-if="cleanedHistory.length > 0">
<div class="history-header">
<h3>Cleaned URLs</h3>
<h3>Cleaned URLs ({{ cleanedHistory.length }})</h3>
<div class="history-actions">
<button class="icon-btn" @click="copyAllUrls" title="Copy all URLs">
<Copy size="18" />