fix(shell): sidebar 底部翻回两行(版本在上、设置在下)#463
Merged
Merged
Conversation
PR #462 把底部折成一行,结果在窄 sidebar 下「设置」被挤成两行 竖字、版本 chip 糊在旁边,可读性大幅退化。改回两行但反过来: - 上行:[BETA] 版本 v1.3.4-1(容下 BETA 标 + 完整版本号) - 下行:⚙ 设置(真正落到最底,符合最初诉求) 设置按钮恢复 display:flex + label flex:1 跟上面 nav 按钮统一风格。
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
3 tasks
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.
User description
Summary
PR #462 把底部折成一行后,在窄 sidebar 下「设置」被挤成两行竖字、版本 chip 糊一起 —— 见 #462 合并后的截图。
改回两行但反过来:版本在上、设置在下 —— 设置真正落到最底(符合最初诉求),版本有独立空间容下 BETA 标 + 完整版本号。设置按钮恢复 display:flex + label flex:1,跟上面 nav 按钮风格统一。
Test plan
PR Type
Enhancement, Other
Description
Reflow sidebar footer into two rows
Keep version chip above settings
Restore compact settings button styling
Bump app versions to
1.3.4-1Diagram Walkthrough
File Walkthrough
FloatingShell.tsx
Reorder footer into stacked rowsopenless-all/app/src/components/FloatingShell.tsx
display: flexwith a full-width label.package.json
Bump app package versionopenless-all/app/package.json
1.3.3to1.3.4-1.package-lock.json
Sync locked app versionopenless-all/app/package-lock.json
1.3.4-1app version.Cargo.toml
Bump Tauri package versionopenless-all/app/src-tauri/Cargo.toml
1.3.3to1.3.4-1.Cargo.lock
Sync Rust lockfile versionopenless-all/app/src-tauri/Cargo.lock
1.3.4-1release bump.tauri.conf.json
Sync Tauri app versionopenless-all/app/src-tauri/tauri.conf.json
1.3.3to1.3.4-1.