We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6c071 commit d2f3358Copy full SHA for d2f3358
web/components/Notifications/Sidebar.vue
@@ -58,9 +58,13 @@ const overview = computed(() => {
58
<Button variant="link" size="sm" class="p-0 h-auto"> Edit Settings </Button>
59
</a>
60
</SheetHeader>
61
- <Tabs default-value="unread" class="flex flex-1 flex-col min-h-0">
+ <Tabs
62
+ default-value="unread"
63
+ class="flex flex-1 flex-col min-h-0"
64
+ aria-label="Notification filters"
65
+ >
66
<div class="flex flex-row justify-between items-center flex-wrap gap-5 px-6">
- <TabsList class="flex">
67
+ <TabsList class="flex" aria-label="Filter notifications by status">
68
<TabsTrigger value="unread">
69
Unread <span v-if="overview">({{ overview.unread.total }})</span>
70
</TabsTrigger>
0 commit comments