-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
App Settings Cleanup i #18636
App Settings Cleanup i #18636
Conversation
Must be left aligned and blue text
This row is a text-only row button, left aligned, using the WordPress blue brand color for the text
Add the table, rows, actions, and other functions to make the Media Cache View Controller work like the new design.
Navigate to the MediaCacheSettingsViewController upon tapping the MediaCacheRow. Remove the mediaClearCacheRow from the AppSettingsViewController. It has moved to the MediaCacheSettingsViewController.
From BrandedButtonRow (it's not a button) to BrandedNavigationRow (it does navigate to a new ViewController)
Improves the user's understanding for this row
You can test the changes in Jetpack from this Pull Request by:
|
You can test the changes in WordPress from this Pull Request by:
|
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.
This works as expected @mindgraffiti ! I noticed though that the release notes need to be updated to the next release.
Thank you!
RELEASE-NOTES.txt
Outdated
* [*] App Settings: refreshed the UI with updated colors for Media Cache Size controls, Clear Spot Index row button, and Clear Siri Shortcut Suggestions row button. From destructive (red color) to standard and brand colors. | ||
|
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.
Since we are now targeting 20.0
, the release notes should be updated as well.
Hey @mindgraffiti , can you please add the PR reference in the release notes, like the entry above yours? Thank you! |
@Gio2018 done! 🙂 |
Generated by 🚫 dangerJS |
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.
Ref #11925
Ref #18569
Summary
Part 1 of this PR updates some of the UI in App Settings to follow our current color scheme and improves the UX for clearing the Media Cache. This PR does not address the changes to the "Max Image Upload Size" row or the new location option. It is arriving in a separate future PR.
Changes include:
Screenshots
To test:
Regression Notes
Run all unit tests, which includes:
PR submission checklist:
RELEASE-NOTES.txt
if necessary.