Jetpack Mobile: Scan - Introduce feature flag#13334
Conversation
|
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
# Conflicts: # WordPress/build.gradle
|
You can test the changes on this Pull Request by downloading the APK here. |
There was a problem hiding this comment.
Great job! 🌟
Tested the changes, I was able to see Scan row after enabling ScanFeatureConfig.
PS: The only thing I can point is that the fillColor on the scan vector asset is not white, just like the others are, especially since the resource name suggest it is white indeed. I understand that the tint color anyway changes from the style afterwards, but we might want to keep consistency on those vector icons. Wdyt Ashita?
PPS: Also, I believe this file can be formatted further.
|
Thanks for the review @ParaskP7 !
You're absolutely right, I grabbed a temporary scan icon, I plan to replace it when we have some Figma designs ready - it allows to directly export icons. Can we wait till then @ParaskP7 ? I'll add an action item in the feature tasks list. Wdyt? |
Of course! I didn't understood this is a temp icon indeed. An action item will suffice, thank YOU Ashita! 🌟 |
malinajirka
left a comment
There was a problem hiding this comment.
LGTM, and works as expected;). Thank you both!
#13326
This PR introduces a local feature flag for the Scan feature. When the feature flag is enabled a "Scan" menu is shown on the My Site tab (currently irrespective of the site plan).
To test
Prerequisite: Ensure
ENABLE_FEATURE_CONFIGURATIONis enabled in thebuild.gradlefor the build variant you're testing.PR submission checklist:
RELEASE-NOTES.txtif necessary.