-
Couldn't load subscription status.
- Fork 3
Simplify iOS Settings #179
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
0f3cea3 to
7e25296
Compare
The host app doesn’t need to parse it, so we can pass the raw settings
7e25296 to
f3e64e4
Compare
|
I plan to review and test this once we have a sibling WP-iOS PR integrating the latest configuration builder. That will allow testing real-world editor settings in WP-iOS. |
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 likely close to being ready to merge, but I encountered issues while testing the sibling WP-iOS PR: wordpress-mobile/WordPress-iOS#24662 (review)
|
I've removed all of the cookies stuff in bb9d3f9 – I think that deserves its own PR to align the usage. |
c059f08 to
f127395
Compare
What?
Simplifies the configuration for passing settings fetched from the API.
Why?
We currently parse the settings then convert them back to raw JSON. This is wasteful for performance reasons, but it also makes the types confusing.
How?
Allows raw JSON to be passed to GutenbergKit for settings.
Testing Instructions
The test suite has been updated to reflect these changes.
Accessibility Testing Instructions
n/a
Screenshots or screencast
n/a