-
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
Improve post sharing in Reader #23692
Conversation
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WordPress Alpha by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Jetpack Alpha by scanning the QR code below to install the corresponding build.
|
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.
Changes look sound to me. The functionality performed as expected when I tested them on an iPhone SE running iOS 18.0. 🚀
A few notes for future improvements in a separate PR:
- We might use the post title to populate fields in other apps—e.g., title in Reminders, subject in Mail.
- There is an odd animation that occurs in the menu located in the top-right corner when opening/closing the share sheet (video below).
Unexpected menu animation
ScreenRecording_10-24-2024.10-08-40_1.MP4
Noting there are failing CI checks currently. Also, feel free to await further feedback from more experienced iOS developers, if you'd like. |
Thanks for the quick review!
We are still using the title for this purpose:
When I test sharing to the Mail app, it does populate the subject.
I opened an issue #23694
Got some flaky tests. |
I opened another ticket to track it #23695, thanks for the clarification |
7ef92d8
to
39373ec
Compare
Fixes #23685.
To test:
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txt
if necessary.Testing checklist: