You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: use new treeListing
- Replaces old treeListing page with new endpoint and status format
- Reorganizes the routes and component files
- Refactors some component parts in order to be reused between treeListings
* feat: add treeListing banner
Used as a link between the newer and older versions of the treeListing, should be removed after the new tree listing is stable
* feat: add treeListing feature flag
Adds a feature flag to select the version of the main treeListing page
Closes#1559
* fix: show origins in any listing route
Copy file name to clipboardExpand all lines: dashboard/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,5 +70,8 @@ Also, we are using file based routing in the tanstack router, only files that st
70
70
# Feature Flags
71
71
72
72
They are used when we want to hide a feature for some users, without having to do branch manipulation.
73
-
Right now the only feature flag is for Dev only and it is controlled by the env
74
-
`FEATURE_FLAG_SHOW_DEV=false` it is a boolean.
73
+
74
+
Available feature flags:
75
+
76
+
-`VITE_FEATURE_FLAG_SHOW_DEV` - Controls visibility of dev-only features (boolean, default: `false`)
77
+
-`VITE_FEATURE_FLAG_TREE_LISTING_VERSION` - Controls which tree listing version to display. Set to `"v1"` for the old version or `"v2"` for the new version (string, default: `"v1"`)
0 commit comments