fix: 侧边栏 foot 满高 + Activity 日志全英文 (v0.1.21)#8
Merged
Conversation
- 侧边栏 .side 加 min-height: 100vh-36px + sticky,foot 始终在底部,不再因页面内容 短而塌到中间/只在 overview 才到位。 - 采集常驻的日志 message 全部改英文(sync.mjs 31 条 + viewer.mjs 3 条)→ Activity 页 与 brain logs 不再中英混杂。字段名本就英文,纯改 message 文案,无逻辑改动。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.side没强制满高,内容短的页面 grid 行塌陷 → foot 跑到中间。加min-height: calc(100vh-36px)+ sticky,foot 恒在底部。brain logs统一英文。仅改 message 文案,逻辑不变。bump v0.1.21(随客户端自动更新下发)。无新依赖。
🤖 Generated with Claude Code