analytics/test/plausible_web/live
RobertJoonas 8cc7bce689
Restrict subscribing to a plan when exceeding its limits + warning for losing feature access (#3461)
* fix the styling of the red text notice under checkout link

* avoid some code repetition

* simplify rendering the change_plan_link

* refactor disabling checkout link and showing disabled message

* disable change plan and upgrade link when exceeding pageview limit

* disable checkout when exceeding team member limit

* disable checkout when site limit exceeded

* extract checkout related code in a separate function

* stick to a single order of features

* losing features warning

* fix back link from change-plan-preview

* create Quota.exceeded_limits function

* restrict subscribing with exceeded limits on the API level too

* use with instead of case

Co-authored-by: Vini Brasil <vini@hey.com>

* use :map type instead of :any for user

Co-authored-by: Vini Brasil <vini@hey.com>

* create Quota.usage function

---------

Co-authored-by: Vini Brasil <vini@hey.com>
2023-10-26 18:20:38 +03:00
..
components Upgrade Erlang/Elixir stack (#3454) 2023-10-24 10:33:48 +02:00
funnel_settings Bugfix: ComboBox navigation with creatable on top (#3316) 2023-09-04 14:56:31 +02:00
goal_settings Upgrade Erlang/Elixir stack (#3454) 2023-10-24 10:33:48 +02:00
props_settings Props Settings UI to match Goals Settings (#3322) 2023-09-13 14:55:29 +02:00
choose_plan_test.exs Restrict subscribing to a plan when exceeding its limits + warning for losing feature access (#3461) 2023-10-26 18:20:38 +03:00
funnel_settings_test.exs Upgrade Erlang/Elixir stack (#3454) 2023-10-24 10:33:48 +02:00
goal_settings_test.exs Plugins API: 2nd pass with Goals resource + SharedLinks schema changes (#3396) 2023-10-05 11:54:18 +02:00
plugins_api_tokens_test.exs Track tokens usage (#3438) 2023-10-18 14:14:30 +02:00
props_settings_test.exs Props Settings UI to match Goals Settings (#3322) 2023-09-13 14:55:29 +02:00
register_form_test.exs Implement better user password validation (#3344) 2023-09-25 10:27:29 +02:00
reset_password_form_test.exs Handle missing or expired token in password reset action and LV gracefully (#3387) 2023-10-02 15:11:59 +02:00