CMM-1037 Home page picker fragment empty view - #22452
Conversation
Generated by 🚫 Danger |
|
Claude finished @nbradbury's task in 1m 24s —— View job Code Review Complete ✓I've reviewed the changes in this PR. Overall, this is a clean and focused UI improvement that successfully simplifies the empty view presentation. Here's my comprehensive feedback: Summary of ChangesThis PR makes three related improvements to empty view displays:
Code Quality ✅Strengths:
Visual Improvement: String Resource Improvements ✅The string rewording is excellent:
This is more concise, more active, and reads more naturally. Good work! Security ✅No security concerns. These are UI-only changes to layout files and string resources. Performance ✅Positive impact:
Testing Considerations
|
| android:id="@+id/errorView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_height="match_parent" |
There was a problem hiding this comment.
Good change! Using match_parent instead of wrap_content ensures the empty view is properly centered vertically within the available space. This matches the pattern shown in the "After" screenshot where the content is centered.
| <string name="history_detail_title">Revision</string> | ||
| <string name="history_empty_subtitle_page">When you make changes to your page you\'ll be able to see the history here</string> | ||
| <string name="history_empty_subtitle_post">When you make changes to your post you\'ll be able to see the history here</string> | ||
| <string name="history_empty_subtitle_page">You\'ll see this page\'s history when you make changes to it</string> |
There was a problem hiding this comment.
Nice improvement to the string clarity! The new wording is more concise and active. The change from "When you make changes to your page you'll be able to see the history here" to "You'll see this page's history when you make changes to it" is clearer and more natural.
|
|
| App Name | Jetpack | |
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr22452-15c3103 | |
| Commit | 15c3103 | |
| Direct Download | jetpack-prototype-build-pr22452-15c3103.apk |
|
| App Name | WordPress | |
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr22452-15c3103 | |
| Commit | 15c3103 | |
| Direct Download | wordpress-prototype-build-pr22452-15c3103.apk |





As part of CMM-1037, this PR updates the empty view for the
HomePagePickerFragment.To test
Before and after shots