Code Quality: Move to `SettingsControls`
See original GitHub issueDescription
There is a library that implement about SettingsCard
/SettingsExpander
: CommunityToolkit.Labs.WinUI.SettingsControls.
What about move to SettingsControls?
Appearance (arrow icon of Files is smaller, and there is no background color for arrow button):
Concerned code
The code under namespace Files.App.UserControls.Settings
Gains
- Less code and low coupling.
- No need to maintain code about SettingsControls.
- Better appearance.
Requirements
- Using library CommunityToolkit.Labs.WinUI.SettingsControls
Comments
No response
Issue Analytics
- State:
- Created 6 months ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Code Quality | GitLab
Use Code Quality to analyze your source code's quality and complexity. This helps keep your project's code simple, readable, and easier to maintain....
Read more >What Is Code Quality? Overview + How to Improve Code ...
Code quality metrics defines code that is good (high quality) — and code that is bad (low quality). Learn how to measure code...
Read more >Comprehensive Guide to Code Quality: Best Practices and ...
You just need to go through the following steps: Setup version control; Determine conventions; Run functional quality tests. 1. VERSION CONTROL ...
Read more >Code quality rules overview - .NET
Learn about all of the available code quality rules for code analysis.
Read more >Code Quality Assistance Tips and Tricks, or How to Make ...
If you explore the list of inspections ( Ctrl Alt 0S - Inspections), you will see that PyCharm launches the pep8.py tool on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The control isn’t officially stable yet, our plan is to wait for it to be officially released outside of labs before adopting it.
If there is ever a compelling reason to switch, it shouldn’t be that hard to do so.