Updated sibar

This commit is contained in:
2025-09-05 11:39:35 -04:00
parent af9e6882ba
commit 45b536baca
8 changed files with 369 additions and 15 deletions

View File

@@ -61,6 +61,12 @@
<summary class="font-bold text-lg">Service</summary>
<ul>
<li><router-link :to="{ name: 'ServiceCalendar' }" exact-active-class="active">Service Calendar</router-link></li>
<li>
<router-link :to="{ name: 'ServiceToday' }" exact-active-class="active">
Today's Service Calls
<span v-if="countsStore.today_service > 0" class="badge badge-secondary">{{ countsStore.today_service }}</span>
</router-link>
</li>
<li>
<router-link :to="{ name: 'ServiceHome' }" exact-active-class="active">
Upcoming Service
@@ -114,4 +120,4 @@ onMounted(() => {
countsStore.fetchSidebarCounts();
// You can remove your other update functions if their logic is now handled elsewhere
});
</script>
</script>