mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-05 18:21:34 +02:00
feat: add Relays page and integrate relay status display (#72)
feat: add Relays link to AvatarDropdown menu feat: create Badge component for status indicators fix: update @radix-ui/react-slot version in package.json and package-lock.json Co-authored-by: highperfocused <highperfocused@pm.me>
This commit is contained in:
@@ -39,6 +39,11 @@ export function AvatarDropdown() {
|
||||
Profile
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link href="/relays">
|
||||
Relays
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link href="/profile/settings">
|
||||
Settings
|
||||
|
||||
Reference in New Issue
Block a user