feat: create space

This commit is contained in:
juancwu 2026-04-11 21:46:52 +00:00
commit 775177cba1
11 changed files with 200 additions and 3 deletions

View file

@ -17,7 +17,7 @@ templ Spaces(spaces []blocks.SpaceCardInfo) {
<div>
@button.Button(button.Props{
Class: "flex gap-2 items-center",
Href: routeurl.URL("page.app.create-space"),
Href: routeurl.URL("page.app.spaces.create"),
}) {
@icon.Plus()
Create space