Skip to content

Commit d2f3358

Browse files
Update web/components/Notifications/Sidebar.vue
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent eb6c071 commit d2f3358

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web/components/Notifications/Sidebar.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ const overview = computed(() => {
5858
<Button variant="link" size="sm" class="p-0 h-auto"> Edit Settings </Button>
5959
</a>
6060
</SheetHeader>
61-
<Tabs default-value="unread" class="flex flex-1 flex-col min-h-0">
61+
<Tabs
62+
default-value="unread"
63+
class="flex flex-1 flex-col min-h-0"
64+
aria-label="Notification filters"
65+
>
6266
<div class="flex flex-row justify-between items-center flex-wrap gap-5 px-6">
63-
<TabsList class="flex">
67+
<TabsList class="flex" aria-label="Filter notifications by status">
6468
<TabsTrigger value="unread">
6569
Unread <span v-if="overview">({{ overview.unread.total }})</span>
6670
</TabsTrigger>

0 commit comments

Comments
 (0)