No description
Find a file
Mitchell R f40b730fe9 refactor: htmx audit — convert kiosk/display/label actions
Action buttons that don't need a redirect now use hx-post:
- Kiosk power (wake/standby), fan (auto/off/50%/full)
- Kiosk switch-layout dropdown
- Kiosk GPIO delete (row swap-out)
- Camera labels add/remove (list re-render)
- Kiosk labels add/remove (list re-render)
- Display attach/detach layout (list re-render)

Server routes return HTML fragments via isHtmxRequest() check,
otherwise still 302 redirect for direct-URL access.

Forms that legitimately redirect (create/edit/delete, auth flows)
stay as standard form posts.
2026-05-13 01:37:15 +02:00
deploy fix: Dockerfile npm run build + htmx for layout switch buttons 2026-05-13 01:32:25 +02:00
docs refactor: merge templates into layouts, displays from kiosks 2026-05-10 21:39:09 +02:00
kiosk fix: gpio lines binding must be mut for read_event 2026-05-13 01:23:09 +02:00
scripts adding initial project 2026-05-10 01:09:13 +02:00
server refactor: htmx audit — convert kiosk/display/label actions 2026-05-13 01:37:15 +02:00
.gitignore adding initial project 2026-05-10 01:09:13 +02:00
CLAUDE.md fix(proxy): split Node-RED route surfaces 2026-05-11 10:44:45 +02:00
package-lock.json feat: entities (unified content pool) + ONVIF discovery flow 2026-05-10 23:18:44 +02:00
package.json adding initial project 2026-05-10 01:09:13 +02:00
sec-config.yaml fix(deploy): require proxied local services 2026-05-11 09:51:00 +02:00
tsconfig.base.json adding initial project 2026-05-10 01:09:13 +02:00