feat/member-management #8

Merged
juancwu merged 3 commits from feat/member-management into main 2026-02-08 00:21:24 +00:00
Showing only changes of commit ff541ab2a9 - Show all commits

fix: sidebar and breadcrumbs do not update after space name change

juancwu 2026-02-07 19:20:14 -05:00
No known key found for this signature in database

View file

@ -943,14 +943,8 @@ func (h *SpaceHandler) UpdateSpaceName(w http.ResponseWriter, r *http.Request) {
return
}
ui.Render(w, r, toast.Toast(toast.Props{
Title: "Space renamed",
Description: "Space name has been updated.",
Variant: toast.VariantSuccess,
Icon: true,
Dismissible: true,
Duration: 5000,
}))
w.Header().Set("HX-Refresh", "true")
w.WriteHeader(http.StatusOK)
}
func (h *SpaceHandler) RemoveMember(w http.ResponseWriter, r *http.Request) {