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:
@@ -49,6 +49,7 @@ export interface ExploreServer {
|
||||
visibility: ServerVisibility;
|
||||
memberCount: number;
|
||||
createdAt: number;
|
||||
joined?: boolean;
|
||||
}
|
||||
|
||||
export interface JoinRequest {
|
||||
|
||||
Reference in New Issue
Block a user