mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
UI improvements: - Click cell → htmx swaps in edit form inside the cell (no page reload) - Cancel re-fetches cell in read mode - Save returns updated cell HTML, htmx swaps it - Edit form includes Width/Height inputs for col_span/row_span - Inline +W/-W/+H/-H buttons on each cell for quick resize - Add (+) and delete (×) buttons also htmx — only the grid swaps Routes: - GET /admin/layouts/:id/cells/:cellId — cell fragment (read mode) - GET /admin/layouts/:id/cells/:cellId/edit — cell fragment (edit mode) - POST /admin/layouts/:id/cells/:cellId/resize — adjust span by delta - All cell ops return fragment if hx-request header present, else 302 All mutations trigger notifyKiosks() — kiosks live-update via WS. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| bsb-tests.json | ||
| package.json | ||
| tsconfig.json | ||