-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Move from MVC FAB menu to Superset React menu #8289
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
Conversation
952aff4 to
617a3f0
Compare
Codecov Report
@@ Coverage Diff @@
## master #8289 +/- ##
==========================================
- Coverage 66.75% 65.69% -1.07%
==========================================
Files 450 479 +29
Lines 22734 23641 +907
Branches 2366 2587 +221
==========================================
+ Hits 15177 15530 +353
- Misses 7419 7942 +523
- Partials 138 169 +31
Continue to review full report at Codecov.
|
|
Should we go straight to do this on all templates? Progressive rollout per page? |
|
@mistercrunch I was hoping for either a progressive rollout or a followup pr to replace the menu in all views. I'd like to avoid bloating this PR with a ton of files changed. Additionally if anything breaks in the new code the bug footprint will be limited to a single view. Also, happy to do a full replace in this pr if you think that would be a better approach. |
088407b to
50b54bb
Compare
CATEGORY
Choose one
SUMMARY
dependent on: dpgaspar/Flask-AppBuilder#1116
Adds a new react menu component to the
welcomeview. The menu should be exactly the same as the one rendered by FAB.The react menu can be added to other pages by overriding the navbar block and rendering nothing, then adding the menu component in the react layout.
TEST PLAN
the welcome view renders the same menu as any other view
ADDITIONAL INFORMATION
REVIEWERS