-
-
Notifications
You must be signed in to change notification settings - Fork 445
Change double pinyin panel design #3829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🥷 Code experts: onesounds, VictoriousRaptor onesounds, Jack251970 have most 👩💻 activity in the files. See details
Activity based on git-commit:
Knowledge based on git-blame: ✨ Comment |
Be a legend 🏆 by adding a before and after screenshot of the changes you made, especially if they are around UI/UX. |
📝 WalkthroughWalkthroughThe update restructures the Pinyin-related settings layout in the general settings pane's XAML file. It removes the grouped card structure, introduces a nested card and ex-card arrangement, and eliminates visibility bindings, resulting in always-visible controls for Pinyin toggles and schema selection, but with a new visual grouping. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SettingsPaneGeneral (XAML)
User->>SettingsPaneGeneral (XAML): Opens General Settings
SettingsPaneGeneral (XAML)->>SettingsPaneGeneral (XAML): Displays Pinyin settings (all controls always visible, new grouping)
User->>SettingsPaneGeneral (XAML): Toggles Pinyin/Double Pinyin, selects schema
Possibly related PRs
Suggested labels
Suggested reviewers
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
- GitHub Check: gitStream workflow automation
- GitHub Check: gitStream.cm
- GitHub Check: gitStream.cm
- GitHub Check: build
- GitHub Check: Check Spelling
🔇 Additional comments (1)
Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml (1)
374-384
: Good consistency improvement with the new Card layout.The standalone Card structure aligns well with other settings in the file and improves visual consistency.
Do we need some rework on this design since if |
Change double pinyin panel design
Reason for this changing:
Follows on from #2427