picoclaw/web/backend
wenjie d7b9534dbc feat(web): revamp channel config UX with catalog-based routing
- replace legacy channel management endpoints with a backend channel catalog API
- switch frontend channel updates to PATCH /api/config and per-channel config pages
- add dynamic channel items in the sidebar with support for expand/collapse
- migrate /channels to nested routes (/channels/$name) and remove old card/sheet flow
- improve channel forms with clearer hints, required/error states, and reusable switch cards
- fix Discord mention-only toggle to read/write group_trigger.mention_only
2026-03-09 19:24:44 +08:00
..
api feat(web): revamp channel config UX with catalog-based routing 2026-03-09 19:24:44 +08:00
middleware feat(web): comprehensive web UI and backend refactoring 2026-03-09 19:24:10 +08:00
model feat: create initial web frontend and backend structure 2026-03-09 19:24:10 +08:00
winres feat: update build for web-based launcher (#1186) 2026-03-09 19:24:44 +08:00
.gitignore chore: remove placeholder index.html from dist (#1188) 2026-03-09 19:24:44 +08:00
embed.go fix(web): add SPA index fallback for embedded frontend routes 2026-03-09 19:24:10 +08:00
embed_test.go chore: delete TestSPARouteFallsBackToIndex 2026-03-09 19:24:10 +08:00
icon.ico feat: update build for web-based launcher (#1186) 2026-03-09 19:24:44 +08:00
main.go feat: add startup readiness checks and propagate start availability to UI 2026-03-09 19:24:44 +08:00
utils.go feat(web): comprehensive web UI and backend refactoring 2026-03-09 19:24:10 +08:00