Exploration/billing integration#6393
Open
aerosol wants to merge 9 commits into
Open
Conversation
|
- Preview mocks are non-interactive, blurred previews of the reports that are rendered behind the CTA when the feature isn't available on the current plan. They give users an at-a-glance idea of what the report looks like without needing to navigate elsewhere. Always heavily blurred in their parent container, so the goal is to be suggestive rather than pixel-perfect.
cbc4cce to
58ebfbd
Compare
zoldar
reviewed
May 26, 2026
| </TabButton> | ||
| ))} | ||
| {!site.isConsolidatedView && site.explorationAvailable && ( | ||
| {!site.isConsolidatedView && isEnabled(Mode.EXPLORATION) && ( |
Contributor
There was a problem hiding this comment.
Perhaps we should also check for FunnelExploration being set, like for funnel at https://github.com/plausible/analytics/pull/6393/changes#diff-e368685087d921e325f4a03fe91dbf05740fca7faa373792c50a2884befb43ffR556 ? CE tests do not seem to be complaining, but they may be not catching that.
Comment on lines
-677
to
+678
| team = Teams.with_subscription(team) | ||
| team = | ||
| Teams.with_subscription(team) |
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
This PR renames "Funnels" billing feature to "Funnels and user journeys".
The exploration panel is no longer available for super-admins on all sites, but only on sites where the related subscription enables the Funnels feature.
Deploying this is essentially go-live at this point.
Awaiting CTA tweaks from @sanne-san, then I'll rebase clean.