Feat v0.6.17 bug fixes & welcome logic (#52)
Some checks failed
CI/CD / test-frontend (pull_request) Has been cancelled
CI/CD / test-sqlite (pull_request) Has been cancelled
CI/CD / test-go-pg (pull_request) Has been cancelled
CI/CD / build-and-deploy (pull_request) Has been cancelled
CI/CD / detect-changes (pull_request) Has been cancelled

Fix broken folder creation (sw.prompt), team member add (envelope unwrap),
dropdown overflow (min-width:max-content), welcome auto-disable when
surfaces installed, zero default bundled packages.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-01 16:34:10 +00:00
parent ff19a1b4d3
commit 1499b41c9f
12 changed files with 111 additions and 30 deletions

View File

@@ -747,6 +747,10 @@ func (h *PackageHandler) ListEnabledSurfaces(c *gin.Context) {
if p.Type != "surface" && p.Type != "full" {
continue
}
// Welcome is a fallback surface, not a navigable destination
if p.ID == "welcome" {
continue
}
route, _ := p.Manifest["route"].(string)
icon, _ := p.Manifest["icon"].(string)
enabled = append(enabled, navSurface{