Restructure settings UI package hierarchy#4403
Merged
Merged
Conversation
f4ba0a3 to
4b5eae5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4403 +/- ##
===========================================
+ Coverage 51.16% 51.20% +0.04%
===========================================
Files 446 445 -1
Lines 12009 11994 -15
Branches 2086 2084 -2
===========================================
- Hits 6144 6142 -2
+ Misses 5242 5230 -12
+ Partials 623 622 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4b5eae5 to
05e1443
Compare
05e1443 to
39fa138
Compare
Relocates all downloadable languages source files from `ui/languages/downloadable` to `ui/settings/language/downloadable`, updating package declarations and imports accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update step 7 to use git diff --name-status to detect added, modified, and deleted snapshot files, and handle each appropriately rather than blindly checking out all changed files (which would re-create deletions). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Relocates shared language name composables from `ui/languages` to `ui/common`, updating package declarations and imports across all consumers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39fa138 to
725b7aa
Compare
Relocates all LanguageSettings source files from `ui/languages` to `ui/settings/language`, updating package declarations and imports across all consumers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
725b7aa to
8639474
Compare
Contributor
Author
PR Review: Restructure settings UI package hierarchy (#4403)SummaryReorganizes settings-related UI from Checklist Findings✅ Looks Good
Overall VerdictAPPROVE — Clean structural reorganization with no functional changes. All convention items pass. 🤖 Reviewed with Claude Code |
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.
Summary
ui/languages/*into a cleaner package hierarchy underui/settings/LanguageName,LocalizedName) toui/commonLanguageSettingsViewModelNew package layout
ui/languages/downloadable/ui/settings/language/downloadable/ui/languages/(LanguageSettings)ui/settings/language/ui/languages/app/ui/settings/language/app/ui/languages/country/ui/settings/country/ui/languages/LanguageNameui/common/Test plan