feature: add maximize details functionality in histories view#2351
Closed
heartacker wants to merge 1 commit into
Closed
feature: add maximize details functionality in histories view#2351heartacker wants to merge 1 commit into
heartacker wants to merge 1 commit into
Conversation
8edb599 to
d5c3c12
Compare
d5c3c12 to
16de88f
Compare
Collaborator
|
【折叠详情面板】的作用就是在横屏情况下给提交列表留出最大空间。如果你想将详情面板放大,可以直接点击旁边的【以独立窗口打开】,这样也是利于“给提交列表流出最大空间”这一目的。 只见过折叠详情的,没见过折叠详情所归属的主要内容而保留详情的…… |
Contributor
Author
|
其实我的场景就是不想打开独立 但是又想占用垂直空间多一点。多看一点改动,多比对一下上下文,看完了立马就缩小的那种, 坦率的讲,这是很常见的场景呢 如果硬要说点开独立window,其实也是可以的, 但是他又会打断你一个连贯性连贯性,你又要重新关掉,然后再去点下一个commit 我个人觉得这个按钮很好的解决这种使用的场景问题,而且不会有任何回退,望接受 |
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.
添加最大化功能
和最小化功能呼应。