Added site overview page

This commit is contained in:
2026-04-06 16:05:14 +02:00
parent 538bd8920c
commit 3a96717d02
25 changed files with 1293 additions and 16 deletions
+4
View File
@@ -46,3 +46,7 @@ type CreateSiteResponse struct {
Site Site `json:"site"`
RawDeployToken string `json:"raw_deploy_token"`
}
type ToggleEnabledResponse struct {
Enabled bool `json:"enabled"`
}