feat: show joined servers in explore page instead of empty state

Joined discoverable servers now appear in a collapsible "Joined" section
at the bottom of the explore page, so the page never feels dead when all
servers have been joined. A mint success banner replaces the old empty
state text.
This commit is contained in:
Jannis Braun
2026-03-05 01:11:23 +01:00
parent bd7f65d33c
commit b840d2f82b
5 changed files with 124 additions and 31 deletions
+1
View File
@@ -49,6 +49,7 @@ export interface ExploreServer {
visibility: ServerVisibility;
memberCount: number;
createdAt: number;
joined?: boolean;
}
export interface JoinRequest {