feat: 增加侧边栏响应式宽度边界 - #263
Closed
runningwaterpro wants to merge 1 commit into
Closed
runningwaterpro wants to merge 1 commit into
runningwaterpro wants to merge 1 commit into
Conversation
This was referenced Sep 26, 2026
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.
这项改动解决了什么问题
#260 之后,侧边栏已经有宽度下限(200px)、上限(600px)和“不超过编辑区一半”的限制,但这套边界只在启动时和宽度变化时计算一次。
调整窗口大小之后,侧边栏仍保持原来的像素宽度:
用户可见的变化
实现上只监听窗口
resize事件,复用已有的宽度计算,不引入定时器或轮询。如何使用
不需要新的操作。拖动或最大化窗口即可看到效果。
验证情况