Refactor avatar components, add space edit form

This commit is contained in:
Jon Staab
2025-11-11 13:39:32 -08:00
parent 183aebf841
commit 8e411daaef
32 changed files with 356 additions and 157 deletions
+3 -3
View File
@@ -85,10 +85,10 @@
if (message && !message.startsWith("duplicate:")) {
return pushToast({theme: "error", message})
} else {
// Restart the feed now that we're a member
start()
}
// Restart the feed now that we're a member
start()
} finally {
joining = false
}