Add dashboard links to monthly pageview usage breakdown#6117
Merged
Add dashboard links to monthly pageview usage breakdown#6117
Conversation
527cac4 to
ad3e795
Compare
- On the subscription settings page, each billing period's "Total billable pageviews" row and each individual site in the breakdown now show an external link icon that deep-links to the dashboard filtered to that exact billing cycle date range. - For the total link, the consolidated view domain is preferred when available; otherwise the site's own domain is used when the team has exactly one site.
ad3e795 to
1a6fc30
Compare
RobertJoonas
reviewed
Mar 3, 2026
- Merge `site_domain` and `consolidated_view_domain` into a single`total_pageview_usage_domain` assign, resolving the precedence logic in the controller rather than the component - Rename `sites` to `per_site` in the usage cycle map to distinguish it from the site count field in quota usage - Remove `team_identifier` from controller assigns, template, and billing component — the session already carries the correct team context when the user is on the subscription settings page
RobertJoonas
approved these changes
Mar 4, 2026
Contributor
RobertJoonas
left a comment
There was a problem hiding this comment.
Nice work! Left a suggestion inline that was not related to the recent changes but just something that I didn't notice in my initial review.
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.
Changes
CleanShot.2026-02-26.at.15.31.09.mp4
Tests
Changelog
Documentation
Dark mode