Skip to content

Commit cc4fe13

Browse files
committed
Updated comments to clarify v2 is traditional, v3 is new updated list page
1 parent f3a2b55 commit cc4fe13

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

src/embed/app.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,25 @@ export enum HomePage {
110110
}
111111

112112
/**
113+
<<<<<<< HEAD
114+
=======
115+
* Define the version of the list page
116+
* @version SDK: 1.40.0 | ThoughtSpot: 10.12.0.cl
117+
*/
118+
export enum ListPage {
119+
/**
120+
* List (v2) is the traditional List Experience.
121+
* It serves as the foundational version of the list page.
122+
*/
123+
List = 'v2',
124+
/**
125+
* ListWithUXChanges (v3) introduces the new updated list page with UX changes.
126+
*/
127+
ListWithUXChanges = 'v3',
128+
}
129+
130+
/**
131+
>>>>>>> 8c1327c1 (Updated comments to clarify v2 is traditional, v3 is new updated list page)
113132
* Define the discovery experience
114133
* @version SDK: 1.40.0 | ThoughtSpot: 10.11.0.cl
115134
*/

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3876,6 +3876,7 @@ export enum Param {
38763876
Query = 'query',
38773877
HideHomepageLeftNav = 'hideHomepageLeftNav',
38783878
ModularHomeExperienceEnabled = 'modularHomeExperience',
3879+
ListPageVersion = 'listPageVersion',
38793880
PendoTrackingKey = 'additionalPendoKey',
38803881
LiveboardHeaderSticky = 'isLiveboardHeaderSticky',
38813882
IsProductTour = 'isProductTour',

0 commit comments

Comments
 (0)