Open
Conversation
将资源下载页面的样式更改为了双栏;移除掉了原有在 VB 里添加标签的代码并使用 XAML 绑定来控制过滤器标签
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.
更改了资源下载页面的 UI 样式,从原本的单栏转向了双栏设计,并将过滤器的标签更改为了使用 XAML 绑定实现而非原本的 VB 内操作。
按照我最初的想法,左侧的过滤器卡片应该要实现类似 CSS 中
position: sticky;的效果,但似乎 XAML 里实现这个效果非常困难,那就开摆吧。VB 里有一些空行是我自己空的,感觉看着舒服点。
因为我自己也没什么 UI 设计灵感,欢迎提出意见和建议,我会抽时间修改。