Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd title to gutenberg mobile #13199
+225
−0
Conversation
mzorz
and others
added some commits
Dec 20, 2018
diegoreymendez
added
[Status] In Progress
[Component] Mobile
Mobile App Compatibility
labels
Jan 4, 2019
diegoreymendez
self-assigned this
Jan 4, 2019
diegoreymendez
added some commits
Jan 4, 2019
Jan 10, 2019
This was referenced
diegoreymendez
requested review from
etoledom
,
pinarol
and
hypest
Jan 10, 2019
diegoreymendez
added some commits
Jan 16, 2019
pinarol
reviewed
Jan 17, 2019
|
||
return { | ||
clearSelectedBlock, | ||
}; |
This comment has been minimized.
This comment has been minimized.
pinarol
Jan 17, 2019
Contributor
so this was the thing I was referring to by disptaching to store, just like this one we can also inject onUpdate to props and use editPost( { title } ) to update the post in the store, just like the web side here:
pinarol
approved these changes
Jan 17, 2019
Thanks Diego for this! My tests passed all ok! |
daniloercoli
referenced this pull request
Jan 21, 2019
Merged
Implements the editor title in RN for Gutenberg #9027
diegoreymendez
merged commit ab0acc3
into
master
Jan 24, 2019
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
This comment has been minimized.
Merging, but I'll be going through these PRs tomorrow to list any pending work. Thanks for the feedback everyone. |
diegoreymendez
deleted the
rnmobile/372-add-title-to-gutenberg-mobile
branch
Jan 24, 2019
youknowriad
added this to the 5.0 (Gutenberg) milestone
Feb 4, 2019
Feb 4, 2019
This was referenced
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.
diegoreymendez commentedJan 4, 2019
•
edited
Description
Adds
post-title
component support for mobile.How has this been tested?
This PR should be tested through either of these branches:
gutenberg-mobile: wordpress-mobile/gutenberg-mobile#450
WPiOS: wordpress-mobile/WordPress-iOS#10794
Types of changes
Adds a
.native.js
file with the mobile-specific implementation ofpost-title
.To do:
Fix the build, which is failing for some reason. This shouldn't hold the reviews back, though.
Checklist: