-
Notifications
You must be signed in to change notification settings - Fork 5
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
Concurrent Incidents #494
Concurrent Incidents #494
Conversation
@chopchop505 Should be good for review. Do you want to use a different icon for the toggle? |
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.
Looks great to me overall. I just added some notes for one bug I noticed, along with a couple other minor suggestions.
One other useful addition would be to have an "enabled" visual state for the button, so that you can tell when concurrent incidents are being displayed or not. Right now it's ambiguous. You could try giving it a border value of 2px solid #00a7dc
when it's enabled, which should look pretty good I think. For that to work well you'd probably also need to set outline: none
in the button's focus
state. Otherwise it'll always look like it's enabled when you click it.
I noticed one more thing that should probably be adjusted... Right now there's some default styling for the incident map component that's mixed in the incident analysis page's css ( |
…ther tippy import
Should be good for review |
Looks great! I'll merge it in. |
Overview
Added ability to toggle concurrent incidents on map inside Incident analysis view
GitHub Issues
Changes
Screenshots / Videos
Steps to Test