-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[RN Mobile][Global Styles] Adds new Prop for Global Styles Settings #30544
Merged
Merged
Changes from 7 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7102a51
Adds new Prop for Global Styles Settings
antonis 906a9f6
Rename updateTheme to be more generic for update settings include GSS…
chipsnyder 226780b
Fix wrong naming of subscribeUpdateEditorSettings
8ad3a37
Update Gutenberg demo
0132134
Updates new props to rawStyles and rawFeatures
antonis 0f4fffc
Merge branch 'trunk' into rnmobile/3163-GSS
chipsnyder bf75be1
Update iOS Bridge for new values
chipsnyder aeaf65f
Mobile - Global styles: Pass settings and set color palette and gradi…
ee936cb
Merge branch 'trunk' into rnmobile/3163-GSS
4058908
Merge branch 'trunk' into rnmobile/3163-GSS
antonis 32a2b3a
Removes Android rawFeatures prop
antonis 9741f39
Mobile - Remove usage of rawFeatures
9a404b4
Remove rawFeatures
chipsnyder 792ab77
Adds raw Styles in React Native Bridge
antonis 954d337
Mobile - Pass rawStyles on initial props and fix colors and gradients
eae36b0
Merge branch 'rnmobile/3163-GSS' of github.com:WordPress/gutenberg in…
d2ba74f
Merge remote-tracking branch 'origin/trunk' into rnmobile/3163-GSS
chipsnyder 2e12d2c
Add Raw Features back
chipsnyder 1bbda52
Revert "Removes Android rawFeatures prop"
antonis 1f34a27
Add rawFeatures in the mobile editor
3d780d3
Mobile - Global styles: Set theme's background and text color (#30810)
f8e2fa7
Merge branch 'trunk' into rnmobile/3163-GSS
a0e9a1d
Merge branch 'trunk' into rnmobile/3163-GSS
antonis aee06f1
Merge branch 'trunk' into rnmobile/3163-GSS
antonis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
@antonis @geriux I pushed the iOS Changes in bf75be1. As part of that, I included
isFSETheme
which maps to__unstableEnableFullSiteEditingBlocks
which may not be critical yet but I included it in case it helps identify ifcolors
andgradients
are blank because the theme wants the default values or if it's blank because we're using an FSE theme.