-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support setting the feature flag for new dashboard #794
Conversation
@@ -38,7 +38,7 @@ | |||
"react-markdown": "^8.0.3", | |||
"react-medium-image-zoom": "^4.4.3", | |||
"react-plotly.js": "^2.5.1", | |||
"react-router-dom": "^6.8.1", | |||
"react-router-dom": "^6.11.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes a bug in react-router side.
@@ -104,50 +118,50 @@ function Router() { | |||
const versionResponse: VersionPayload = await (await fetch("/api/v1/meta/versions")).json(); | |||
const serverVersion = versionResponse.server.join('.'); | |||
|
|||
posthog.init( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only indentation changes here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Support switching different UI styles ![capture1](https://user-images.githubusercontent.com/1046489/236075454-6d9eeb1f-5070-4644-9f5d-af4717f641a9.gif) Currently, the new style is only static, real data will be filled in in later PRs. Can be previewed from *my* namespace. This closes [sematic-ai#793](sematic-ai#793)
Support switching different UI styles
Currently, the new style is only static, real data will be filled in in later PRs.
Can be previewed from my namespace.
This closes #793