Started widgets
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 32s

This commit is contained in:
2026-04-29 21:22:25 +02:00
parent e6d66529e3
commit ffb23b08eb
4 changed files with 48 additions and 7 deletions

View File

@@ -135,9 +135,7 @@ watch(Campaign, () => {
</button>
<div v-if="!sidebarCollapsed" class="sidebar-copy">
<span class="sidebar-eyebrow">Campaign Notes</span>
<strong class="sidebar-title">{{ campaignName }}</strong>
<span class="sidebar-meta">{{ notes.length }} note<span v-if="notes.length !== 1">s</span></span>
<!-- Aqui posar buttons -->
</div>
</div>