-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A4A: add support for new pressable enterprise plans in marketplace (#…
…96647) * add support for new pressable enterprise plans split into separate tabs * only optionally add enterprise plans tab * undo previous change, update tab name * select the right tab based on existing plan * wrap tab buttons on smaller screens * fix slider in referral mode * use selectedTab instead of selectedCategory * use constants for plan categories * rename function * let getSliderOptions return plans of a specific category * add category directly to objects for clarity * disable standard tab if existing plan is business 150 or higher * give tab container max width of 600px
- Loading branch information
Showing
5 changed files
with
261 additions
and
52 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
client/a8c-for-agencies/sections/marketplace/pressable-overview/constants.ts
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
export const FILTER_TYPE_INSTALL = 'install'; | ||
export const FILTER_TYPE_VISITS = 'visits'; | ||
export const PLAN_CATEGORY_STANDARD = 'standard'; | ||
export const PLAN_CATEGORY_ENTERPRISE = 'enterprise'; |
This file contains 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
This file contains 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
Oops, something went wrong.