Skip to content
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

Integrate Dash reports into the app #1010

Merged
merged 2 commits into from
Mar 11, 2021
Merged

Conversation

mattyweb
Copy link
Collaborator

Fixes #837

I'm a little uncertain what the approach is for styling. I got the menu looking OK, but not sure if it's the best approach. Felt like I was fighting Material UI a bit too.

There's also a footer bug with the reports. Hoping someone can help with that.

Also, it looks like the Map isn't properly unloading so it might crash as a result.

@mattyweb mattyweb requested a review from adamkendis March 11, 2021 06:00
Copy link
Member

@adamkendis adamkendis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

I pushed a commit to fix the height and position of the Reports div and the Backdrop. height: 100% wasn't working because the parent div didn't a have non-percentage height specified. I'm guessing that was the footer bug you mentioned, but let me know if there's something else I missed.

Thanks for catching the map bug. I opened ticket #1013. Will fix that this week.

@adamkendis adamkendis merged commit c9bcfab into dev Mar 11, 2021
@adamkendis adamkendis deleted the feat-integrate-dashboards branch March 11, 2021 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Dash reports into the app
2 participants