wordpress-mobile / WordPress-Android

WordPress for Android
http://android.wordpress.org
GNU General Public License v2.0
2.92k stars 1.3k forks source link

Replace tab with a popup window in notifications #20693

Closed jarvislin closed 3 weeks ago

jarvislin commented 3 weeks ago

See pcdRpT-5aB-p2

Light Dark
Screenshot_20240423-094530 Screenshot_20240423-094600

To Test:

  1. Sign in the JP app
  2. Switch to the Notifications tab
  3. Click on the title in the Toolbar
  4. It should display a popup window
  5. Click on the menu options
  6. The popup should be dismissed, and then switch to the filter category you clicked, the title should be updated.
  7. Rotate your screen
  8. The title and filter category should be correct after the rotation.
  9. Done! Thank you!

Know issue The shadow of the popup window is not clear in dark mode.


Regression Notes

  1. Potential unintended areas of impact

    • notifications
  2. What I did to test those areas of impact (or what existing automated tests I relied on)

    • manual
  3. What automated tests I added (or what prevented me from doing so)

    • none

PR Submission Checklist:


Testing Checklist (strike-out the not-applying and unnecessary ones):

dangermattic commented 3 weeks ago
1 Warning
:warning: strings.xml files should only be updated on release branches, when the translations are downloaded by our automation.

Generated by :no_entry_sign: Danger

wpmobilebot commented 3 weeks ago
Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr20693-c6d3c0e
Commitc6d3c0e0a7fcd677663f4beef80c36475f203013
Direct Downloadjetpack-prototype-build-pr20693-c6d3c0e.apk
Note: Google Login is not supported on these builds.
wpmobilebot commented 3 weeks ago
WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr20693-c6d3c0e
Commitc6d3c0e0a7fcd677663f4beef80c36475f203013
Direct Downloadwordpress-prototype-build-pr20693-c6d3c0e.apk
Note: Google Login is not supported on these builds.
sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

jarvislin commented 3 weeks ago

This can be part of a follow up PR: Wdyt of reusing the colour scheme from the reader (JetpackDropdownMenu) to make the boundaries of the pop up more clear?

I think the color in your screenshot is more suitable, I'll update the color in a follow-up PR, thanks for the review and suggestion!