-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore: Deprecate DND feature flags #23981
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23981 +/- ##
==========================================
+ Coverage 68.18% 68.21% +0.03%
==========================================
Files 1941 1941
Lines 75287 75274 -13
Branches 8177 8166 -11
==========================================
+ Hits 51332 51346 +14
+ Misses 21860 21839 -21
+ Partials 2095 2089 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
275d844
to
d0ccf44
Compare
fix mypy fail fix mypy fail
cb96bf0
to
87b9afb
Compare
/testenv up |
@kgabryje Container image not yet published for this PR. Please try again when build is complete. |
@kgabryje Ephemeral environment creation failed. Please check the Actions logs for details. |
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.
LGTM with a minor wording/translation comment
@@ -244,8 +244,7 @@ export const dndGranularitySqlaControl: typeof dndSeriesControl = { | |||
default: (c: Control) => c.default, | |||
clearable: false, | |||
canDelete: false, | |||
ghostButtonText: t('Drop temporal column here'), | |||
clickEnabledGhostButtonText: t('Drop a temporal column here or click'), | |||
ghostButtonText: t('Drop temporal column here or click'), |
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.
Was leaving the "a" out intentional? I'm ok both ways but if we change the string existing translations will break.
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.
Good eye! Definitely not intentional
SUMMARY
This PR:
ENABLE_DND_WITH_CLICK_UX
feature flag and consolidates its behaviour withENABLE_EXPLORE_DRAG_AND_DROP
ffENABLE_EXPLORE_DRAG_AND_DROP
(true by default - to be removed in 4.0)BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION