analytics/lib/plausible_web/live
RobertJoonas 2ada3d700f
List plan benefits on the new upgrade page (#3444)
* change team member limits for new v4 plans

* duplicate business plans with unlimited team members

We need to do this because we want grandfathered users to have unlimited
team members on business plans as well. Otherwise we'd have to build
overrides on the subscription level when checking the limit.

* refactor generating plan structs

* move Plan module into a separate file

* remove not needed conditions

* add generation field to plans

* sync the sanbox plan limits and features with plan generations

* implement displaying plan benefits

* add grandfathering notice

* plug in the real v3 business plan IDs

* optimize N/A text color for darkmode

* use String.to_existing_atom instead

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

* Remove the unnecessary part of a comment

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

* make the Plan.new function simpler

* use exlamation marks

---------

Co-authored-by: Vini Brasil <vini@hey.com>
2023-10-23 19:42:00 +03:00
..
components Integrations Settings section (#3427) 2023-10-18 14:01:17 +02:00
funnel_settings Funnel Settings UI tweaks (to match Custom Props/Goals) (#3323) 2023-09-13 15:07:04 +02:00
goal_settings Refactor: Add 'goals' feature to JSON plan files (#3435) 2023-10-18 11:29:13 +03:00
plugins/api Track tokens usage (#3438) 2023-10-18 14:14:30 +02:00
props_settings Fix Add Property button font weight (#3356) 2023-09-18 10:32:02 +02:00
choose_plan.ex List plan benefits on the new upgrade page (#3444) 2023-10-23 19:42:00 +03:00
flash.ex Connect to live socket only on specific pages (#3292) 2023-08-28 10:03:06 +02:00
funnel_settings.ex Funnel Settings UI tweaks (to match Custom Props/Goals) (#3323) 2023-09-13 15:07:04 +02:00
goal_settings.ex Props Settings UI to match Goals Settings (#3322) 2023-09-13 14:55:29 +02:00
props_settings.ex Funnel Settings UI tweaks (to match Custom Props/Goals) (#3323) 2023-09-13 15:07:04 +02:00
register_form.ex Improve forms (#3380) 2023-09-28 11:44:39 +02:00
reset_password_form.ex Handle missing or expired token in password reset action and LV gracefully (#3387) 2023-10-02 15:11:59 +02:00