Stories Additional Code Removals#20341
Merged
jarvislin merged 14 commits intoissue/stories-removalfrom Mar 4, 2024
Merged
Conversation
Collaborator
Generated by 🚫 Danger |
Contributor
|
| App Name | WordPress |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr20341-a6801a9 | |
| Commit | a6801a9 | |
| Direct Download | wordpress-prototype-build-pr20341-a6801a9.apk |
Contributor
|
| App Name | Jetpack |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr20341-a6801a9 | |
| Commit | a6801a9 | |
| Direct Download | jetpack-prototype-build-pr20341-a6801a9.apk |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## issue/stories-removal #20341 +/- ##
======================================================
Coverage 40.48% 40.48%
======================================================
Files 1458 1458
Lines 66996 66988 -8
Branches 11105 11104 -1
======================================================
- Hits 27124 27122 -2
+ Misses 37391 37386 -5
+ Partials 2481 2480 -1 ☔ View full report in Codecov by Sentry. |
antonis
commented
Mar 1, 2024
| drawableLeft = Drawable(R.drawable.ic_pages_white_24dp), | ||
| drawableRight = Drawable(R.drawable.ic_pages_white_24dp), | ||
| drawableTop = Drawable(R.drawable.ic_pages_white_24dp), | ||
| drawableBottom = Drawable(R.drawable.ic_pages_white_24dp), |
Contributor
Author
There was a problem hiding this comment.
I think any random icon would fit the purposes of the preview
antonis
commented
Mar 1, 2024
| primaryIcon = R.drawable.ic_posts_white_24dp, | ||
| primaryText = UiString.UiStringText("Plans"), | ||
| secondaryIcon = R.drawable.ic_story_icon_24dp, | ||
| secondaryIcon = R.drawable.ic_pages_white_24dp, |
Contributor
Author
There was a problem hiding this comment.
jarvislin
approved these changes
Mar 4, 2024
Contributor
jarvislin
left a comment
There was a problem hiding this comment.
Thank you for listing so many pieces of related code that I hadn't noticed. It looks fantastic.
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Additional code removal suggestions on top of #20016
To Test:
See #20016
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.txtif necessary.Testing Checklist: