No description
Find a file
Mitchell R 7b4a11c182
feat: full CRUD for cameras, kiosks, and labels in admin UI
- Camera edit page: rename, update RTSP/ONVIF, enable/disable,
  attach/detach labels, view streams, delete
- Kiosk edit page: rename, enable/disable, attach/detach labels
  with role (consume/operate), delete
- Labels page: create with color picker, delete
- Camera/kiosk names now link to edit pages
- Repository: added updateCamera, deleteCamera, updateKiosk,
  deleteKiosk, detachCameraLabel, detachKioskLabel, deleteLabel,
  updateLabel, cameraLabelIds
2026-05-10 03:24:04 +02:00
kiosk fix: strip null byte from /proc/device-tree/model 2026-05-10 03:17:48 +02:00
scripts adding initial project 2026-05-10 01:09:13 +02:00
server feat: full CRUD for cameras, kiosks, and labels in admin UI 2026-05-10 03:24:04 +02:00
.gitignore adding initial project 2026-05-10 01:09:13 +02:00
package-lock.json build fixes for bsb 2026-05-10 01:46:11 +02:00
package.json adding initial project 2026-05-10 01:09:13 +02:00
sec-config.yaml feat: implement kiosk API, pairing flow, and bundle generation 2026-05-10 03:12:07 +02:00
tsconfig.base.json adding initial project 2026-05-10 01:09:13 +02:00