mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
red dot and i18n
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user