-
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
fix: row component handler is visible #12498
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12498 +/- ##
==========================================
- Coverage 62.66% 62.36% -0.30%
==========================================
Files 1014 1015 +1
Lines 49593 49606 +13
Branches 4839 4839
==========================================
- Hits 31075 30938 -137
- Misses 18320 18470 +150
Partials 198 198
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
How does it look like when the native filter is expanded? I filed a related bug report yesterday: #12486 |
@ktmud looks lite this: |
@kkucharc regarding native filters:
I can see there is bigger distance between Filter Bar and Dashboard in your PR, but in my opinion both versions look just fine. 🙂 If the cost of smaller distance between Native Filter Bar and Dashboard are UI issues in some other component, then I am fine with it. |
can we have the icons perfectly centered in the page by adding more padding on the right side? @kkucharc |
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.
Code LGTM! Nice and simple. @junlincc 's question is a good one, so I'll leave this open in case you want to increase the gutter between the icons and charts a bit before merging.
e2a2925
to
5fdbd57
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.
SUMMARY
In dashboard's edit mode menu with
delete
andmove
on left was cut by left end of page/browser.I made equal margin on both sides. The menu is closer the edited row.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
Left margin was more narrow than right one.
Menu with
move
anddelete
in dashboard edit was truncated:After:
Without native filters:
Preview mode:
Edit mode:
With native filters:
Preview mode:
Edit mode:
TEST PLAN
1a. Go to edit mode of dashboard and try edit row of dashboard (on left there will be icon to delete or to move chart)
To test native filters:
Go to
supserset/config.py
and change"DASHBOARD_NATIVE_FILTERS": False,
->"DASHBOARD_NATIVE_FILTERS": True,
ADDITIONAL INFORMATION
cc: @agatapst Can you take a look? I made some changes in your code.
cc: @junlincc @adam-stasiak