learning_ai_common_plat/packages/devops/src
root d2420f5d3c
Some checks are pending
CI — Common Platform / Build, Test & Typecheck (push) Waiting to run
CI — Common Platform / Publish @bytelyst/* to Gitea npm registry (push) Blocked by required conditions
fix(devops): responsive UI + overflow guards in DevopsPanel
@bytelyst/devops 0.1.3:
- Wrap tables in scrollable container (overflow-x: auto) so long values
  never push the panel wider than its parent.
- table-layout: fixed + min-width on key column prevents column blow-out.
- Code/value cells use overflow-wrap: anywhere + word-break: break-word
  so long commit SHAs and Docker image strings wrap.
- pre block uses pre-wrap + break-word for raw JSON.
- Header actions wrap on narrow viewports.
- Tabs row scrolls horizontally rather than wrapping awkwardly.
- root container: maxWidth 100% + minWidth 0 to play nicely with flex parents.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-10 07:14:29 +00:00
..
__tests__ feat(devops): admin-only collector helpers, public version, deps + tests 2026-05-10 05:52:21 +00:00
server.ts feat(devops): admin-only collector helpers, public version, deps + tests 2026-05-10 05:52:21 +00:00
types.ts feat(devops): add @bytelyst/devops package — runtime metadata + React UI 2026-05-10 04:56:39 +00:00
ui.tsx fix(devops): responsive UI + overflow guards in DevopsPanel 2026-05-10 07:14:29 +00:00