Combine discover and space list into a single page

This commit is contained in:
Jon Staab
2026-03-31 13:34:47 -07:00
parent fe89df2aa3
commit 823a9c3271
12 changed files with 210 additions and 291 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ const FALLBACK_APP_NAME = "Flotilla"
const staticTitles = new Map<string, string>([
["/", "Redirecting"],
["/home", "Home"],
["/discover", "Join a Space"],
["/spaces", "Your Spaces"],
["/spaces", "Spaces"],
["/spaces/create", "Create a Space"],
["/spaces/[relay]", "Space"],
["/spaces/[relay]/chat", "Space Chat"],