-
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: move data nav menu to plus menu #18629
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18629 +/- ##
==========================================
- Coverage 66.31% 66.15% -0.17%
==========================================
Files 1620 1620
Lines 63080 63087 +7
Branches 6370 6372 +2
==========================================
- Hits 41833 41733 -100
- Misses 19591 19697 +106
- Partials 1656 1657 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: Hugh A. Miles II <[email protected]>
className="data-menu" | ||
title={menuIconAndLabel(menu as MenuObjectProps)} | ||
> | ||
{menu.childs.map(item => |
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 looks great!
bool(conf["CSV_EXTENSIONS"].intersection(conf["ALLOWED_EXTENSIONS"])), | ||
) | ||
frontend_config["COLUMNAR_EXTENSIONS"] = bool( | ||
bool(conf["COLUMNAR_EXTENSIONS"].intersection(conf["ALLOWED_EXTENSIONS"])), |
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 looks good, but to further simplify, wdyt about adding these keys to the FRONTEND_CONF_KEYS and then do the logic on the client side component? In other words, instead of this file being concerned with logic or the usage of this data, it just passes the data to the client and then the client only has to be concerned about the logic.
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.
sure to dry that out a bit it makes sense.
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.
However I'm going to mark this as a follow up as this will add some testing layer on frontend I think.
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.
ok, sounds good. thanks
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.
Super!
Ephemeral environment shutdown and build artifacts deleted. |
This reverts commit 2421d17.
This reverts commit 2421d17.
SUMMARY
This pr more the upload csv, columnar, and excel links in the main nav from the data dropdown to the plus icon. This pr is first step in allowing the database modal to be used within the main nav and throughout the app.
After new changes:
Screen.Recording.2022-02-09.at.2.09.28.PM.mov
TESTING INSTRUCTIONS
Check for changes in the main nav.
ADDITIONAL INFORMATION