mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 20:11:45 +00:00
Summary: - Replace the fixed 500px Control UI Logs stream cap with a viewport-responsive max-height plus a 200px floor. - Keep the offset documented inline and add the changelog entry for #53916. Verification: - git diff --check origin/main...HEAD - git merge-tree --name-only origin/main HEAD - node assertion confirmed `.log-stream` has `max-height: calc(100vh - 280px)`, `min-height: 200px`, and no `max-height: 500px` - Source path check confirmed `renderLogs` renders the affected `.log-stream` container Maintainer note: - Real behavior proof requirement intentionally overridden by maintainer proof comment: https://github.com/openclaw/openclaw/pull/53916#issuecomment-4455196712 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| index.html | ||
| package.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.node.config.ts | ||