red dot and i18n

This commit is contained in:
pa
2026-02-21 21:11:41 +09:00
parent 83cbbf681d
commit 596a4149f8

View File

@@ -74,7 +74,7 @@
<RefreshCw v-else /> <RefreshCw v-else />
</Button> </Button>
</TooltipWrapper> </TooltipWrapper>
<TooltipWrapper side="bottom" :content="t('side_panel.notifications')"> <TooltipWrapper side="bottom" :content="t('side_panel.notification_center.title')">
<Button <Button
class="rounded-full relative" class="rounded-full relative"
variant="ghost" variant="ghost"
@@ -83,7 +83,7 @@
<Bell /> <Bell />
<span <span
v-if="hasUnseenNotifications" v-if="hasUnseenNotifications"
class="absolute top-0.5 right-0.5 size-1.5 rounded-full bg-red-500" /> class="absolute top-0.5 right-0.25 size-1.5 rounded-full bg-red-500" />
</Button> </Button>
</TooltipWrapper> </TooltipWrapper>
<Popover> <Popover>