feat: show count of cleaned URLs in header
This commit is contained in:
@@ -148,7 +148,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<div class="history-section" v-if="cleanedHistory.length > 0">
|
<div class="history-section" v-if="cleanedHistory.length > 0">
|
||||||
<div class="history-header">
|
<div class="history-header">
|
||||||
<h3>Cleaned URLs</h3>
|
<h3>Cleaned URLs ({{ cleanedHistory.length }})</h3>
|
||||||
<div class="history-actions">
|
<div class="history-actions">
|
||||||
<button class="icon-btn" @click="copyAllUrls" title="Copy all URLs">
|
<button class="icon-btn" @click="copyAllUrls" title="Copy all URLs">
|
||||||
<Copy size="18" />
|
<Copy size="18" />
|
||||||
|
|||||||
Reference in New Issue
Block a user