Fixes: Try the jetpack app not being shown properly when the font size is large #17540
Fixes: Try the jetpack app not being shown properly when the font size is large #17540
Conversation
Generated by 🚫 dangerJS |
|
First of all, thank you for fixing the Button being truncated issue with this PR. 🙌🏼 . I have used the same logic in the Feature removal overlay also. 😄 During the review of this PR, @shaunandrews pointed out that the primary colour of the button is hex colour |
|
|||||||||||
| 💡 Scan this QR code with your Android phone to download and install the APK directly on it. | ||
| App | WordPress | |
| Build Flavor | Jalapeno | |
| Build Type | Debug | |
| Commit | 53bf625 | |
|
|||||||||||
| 💡 Scan this QR code with your Android phone to download and install the APK directly on it. | ||
| App | Jetpack | |
| Build Flavor | Jalapeno | |
| Build Type | Debug | |
| Commit | 53bf625 | |
Thank you for adjusting the color of the primary button on the jetpack-powered bottom sheet, I do agree with applying the change to align with Shaun's feedback 🙇
My pleasure @AjeshRPai, I'm really glad it could be useful 🙇, it wasn't straightforward to come up with this solution and it seemed to be the only one after so many other attempts failed 😅. |
There was a problem hiding this comment.
Looks good @AjeshRPai nice work resolving those details!!
One small thing, there should be some padding between the body copy and the button in large display on landscape. Probably was not defined before when the buttons were sticky. But in this case where the button is not sticky, could do with 16dp padding there. Not a blocker if you can't address immediately.
Thanks!
|
I have added padding 16dp between the caption and button with this commit - 8b2ccfa I am going ahead and merging this PR. |
|
Thanks @AjeshRPai looks good! |




Fixes #17521
This PR fixes the issue when the display and font size are large, the button text is not visible.
Changes
The buttons would be visible on the bottom as before in normal text size and when the display size increases, the buttons will be visible when the content is scrolled.
To test:
Pre- Requisites
Launch WP app -> Go to my site -> App settings -> Debug settings -> Enable jp_removal_one flag
Check if the fonts are displayed properly on Properly in Landscape and Portrait
Check if the fonts are displayed properly on increasing the size of the fonts
Landscape Scrollable - Video capture
https://user-images.githubusercontent.com/17463767/203991283-b927abb2-1847-4dd0-b536-eb91b2b96789.mp4
cc: @JB184351 @zwarm for visibility
Regression Notes
Potential unintended areas of impact
Jetpack overlay is not shown properly
What I did to test those areas of impact (or what existing automated tests I relied on)
Manual testing
What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txtif necessary.