-
Notifications
You must be signed in to change notification settings - Fork 238
chore(my-queries): make feature flag ready for saving user data COMPASS-9657 #7264
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
Changes from 18 commits
6b01986
893e6f7
505d90d
d13312d
6ea3db4
208a602
f484042
56e1223
c56a395
97ffb20
923e0d5
95fe0d7
eed1621
8f742a0
d117d7c
72d7115
6e9dfc8
0c8fea4
775d7e6
7d765a2
b8efa1c
de5fbff
2d86489
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
"@mongodb-js/compass-logging": "^1.7.13", | ||
"@mongodb-js/compass-utils": "^0.9.12", | ||
"write-file-atomic": "^5.0.1", | ||
"zod": "^3.25.17" | ||
"zod": "^3.25.76" | ||
|
||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "^1.4.8", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import React, { useCallback, useLayoutEffect, useRef } from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import { | ||
resetGlobalCSS, | ||
css, | ||
Body, | ||
css, | ||
openToast, | ||
resetGlobalCSS, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alphabetical 🙌 big fan. |
||
} from '@mongodb-js/compass-components'; | ||
import type { AllPreferences } from 'compass-preferences-model'; | ||
import { CompassWeb } from '../src/index'; | ||
|
@@ -137,6 +137,7 @@ const App = () => { | |
isAtlas && !!enableGenAIFeaturesAtlasOrg, | ||
optInGenAIFeatures: isAtlas && !!optInGenAIFeatures, | ||
enableDataModeling: true, | ||
enableMyQueries: true, | ||
}} | ||
onTrack={sandboxTelemetry.track} | ||
onDebug={sandboxLogger.debug} | ||
|
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.
Is this related?
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.
oops taken out now