Open
Conversation
Collaborator
|
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 31662 | |
| Version | PR #25418 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 9d2d438 | |
| Installation URL | 14mtaond3vmn0 |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 31662 | |
| Version | PR #25418 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 9d2d438 | |
| Installation URL | 4ul1crpfagabg |
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.





1. Revert some of the changes to “Today” card
Just minor visual fixes.
2. Use orange color for “Country” map
It now matches the web, and the blue we use already matches the new direction for Core and Jetpack Stats.
3. Add a way to promote subrange to range
This is a follow-up to #25374 so the users could still drill-down to the subrange if they want to.
Screen.Recording.2026-03-20.at.12.18.19.PM.mov
4. Fix long-press or pan on a bar chart sometimes failing to find the related data points
I think it need to refactor this further, but it seems to work OK now.
Screen.Recording.2026-03-20.at.1.57.42.PM.mov
5. Mark the chart stale a bit faster
6 Slightly reduce minimum spacing for collision detection for x axis marks.
It ensures when y axis is wide (large numbers), the expected labels still fit. Previously, it sometimes wouldn't fit for sites iwht larger numbers (500K+).