Migrated from monorepo during Forgejo registry consolidation 2026-05-07
Find a file
Viktor Barzin 0e45445341
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
breakglass UI: foldable control sections for small screens
Viktor: "make screens foldable so they can be viewed on small screens." The VM-control sheet packed Inspect + 4 power buttons + a long output dump into one scroll on a phone. Made the dense sections collapsible with native <details>/<summary> (zero-JS, accessible):
- Inspect and Power are foldable groups, open by default (nothing important hidden), tap the caret header to collapse the one you are not using.
- Command output (e.g. a long forensics dump) is a foldable block; its <pre> is capped at 46vh with internal scroll so it never runs off the page.

Verified via Playwright at 390x844: tapping Power collapses it to its header; the forensics output folds and scrolls within a bounded box. Works on desktop too (side panel stays expanded).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 23:21:01 +00:00
agents breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
app breakglass UI: foldable control sections for small screens 2026-06-12 23:21:01 +00:00
beads Initial extraction from monorepo 2026-05-07 17:07:12 +00:00
docs docs: capture breakglass design (CONTEXT glossary + ADR 0001) 2026-06-12 20:59:13 +00:00
frontend breakglass UI: foldable control sections for small screens 2026-06-12 23:21:01 +00:00
tests breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
.dockerignore Initial extraction from monorepo 2026-05-07 17:07:12 +00:00
.gitignore breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
.woodpecker.yml Phase 4: drop registry.viktorbarzin.me dual-push, Forgejo only 2026-05-07 23:16:53 +00:00
CONTEXT.md docs: capture breakglass design (CONTEXT glossary + ADR 0001) 2026-06-12 20:59:13 +00:00
docker-entrypoint-breakglass.sh breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
Dockerfile breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
LICENSE.txt Initial extraction from monorepo 2026-05-07 17:07:12 +00:00
requirements-dev.txt Initial extraction from monorepo 2026-05-07 17:07:12 +00:00
requirements.txt Initial extraction from monorepo 2026-05-07 17:07:12 +00:00