-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
feat: Generic X-axis improvements #22707
feat: Generic X-axis improvements #22707
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22707 +/- ##
==========================================
- Coverage 67.29% 67.27% -0.03%
==========================================
Files 1877 1877
Lines 71939 71989 +50
Branches 7877 7891 +14
==========================================
+ Hits 48412 48429 +17
- Misses 21499 21531 +32
- Partials 2028 2029 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
fc85785
to
4ea4761
Compare
4ea4761
to
aba0082
Compare
I'll handle the dialog buttons theming in a separate PR as it's related to the |
1d4e09a
to
6f7d9a6
Compare
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.
Found a bug while testing: It seems the filter modal comment does not show up when adding the time range, but only after saving the filters and opening the filter bar modal again. Also, changing the filter type to something else doesn't remove it (same issue I assume). See video below. In addition, a few stylistic/wording improvement ideas.
pr-22707.mp4
superset-frontend/src/explore/components/ControlPanelsContainer.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/explore/components/ControlPanelsContainer.tsx
Outdated
Show resolved
Hide resolved
Fixed. |
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 and tested to work as expected with an optional component naming idea.
...ashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx
Outdated
Show resolved
Hide resolved
df5bfe0
to
7033fed
Compare
(cherry picked from commit af73c59)
🏷️ preset:2023.3 |
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2023-01-15.at.1.31.13.PM.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION