analytics/lib/plausible_web/templates/stats
Vinicius Brasil 9e5d63ed96
Display premium features tabs on the dashboard (#3646)
* Display premium features tabs on the dashboard

This commit makes the funnels and props tab on the dashboard visible
even when the site owner's plan does not have access to that feature.
This is to raise awareness of those features, and if the site owner does
not want to see that tab, they can still click "Hide this report" to
hide it.

Previously, when the plan did not support a feature, the feature module
`enabled/1` function returned `false`, regardless of the
`sites.feature_enabled` toggle. This commit creates a new function
called `opted_out/1` to differentiate access from explicitly opting out
a feature.

* Remove unused data-conversions-enabled attribute

* DRY Plausible.Billing.Feature.check_availability/1 function

* Allow opting out features the user doesn't have access to

* add upgrade CTA to FeatureSetupNotice

* fix JS linting errors

* simplify notice.js

* fix behaviour when deleting funnels saved to localstorage

In case some other funnel exists, we will use that as the default
selected one. If not, a feature setup notice will be displayed again.

---------

Co-authored-by: RobertJoonas <56999674+RobertJoonas@users.noreply.github.com>
Co-authored-by: Robert Joonas <robertjoonas16@gmail.com>
2024-01-03 11:32:21 +00:00
..
shared_link_password.html.eex Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
site_locked.html.heex Add a note about site settings being available on the locked screen (#3650) 2024-01-02 14:27:25 +01:00
stats.html.eex Display premium features tabs on the dashboard (#3646) 2024-01-03 11:32:21 +00:00
waiting_first_pageview.html.heex Remove custom domains support + update build options (#3559) 2023-11-29 11:04:54 +01:00