-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add tooltips to explain what each mode type indicates #1412
Conversation
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, and I love the new info! ⭐✨ 🚢
@@ -222,7 +224,9 @@ const CrashesByMode = () => { | |||
<Container className="m-0 p-0"> | |||
<Row> | |||
<Col> | |||
<h2 className="text-left, font-weight-bold">By Travel Mode</h2> | |||
<h2 className="text-left, font-weight-bold">By Travel Mode{" "} |
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.
Could you removed the comma next to this text-left
class since you are in here? That snuck its way in there somewhere in the past.
Also, no change needed, but I noticed we use a space character around the app to create space between elements. Probably something we could have reached to CSS styles to achieve!
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.
thanks for pointing that out, Mike. i would also rather see spacing addressed here with a padding class rather than " "
, but i guess we should tackle that separately so that we can fix it everywhere at once?
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.
+1 - i think that is out of scope too 👍
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.
thanks, y'all! @mddilley I dropped the comma, thanks for noticing that! and +1 to fixing the spacing using css throughout the app. going to go ahead and merge for the next release !
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 @tillyw!
⭐ ⛵
@@ -39,6 +39,7 @@ const InfoPopover = ({ config }) => { | |||
isOpen={modal} | |||
toggle={toggle} | |||
zIndex={1305} // Set z-index to supercede SideDrawer and SideMapControlDateRange components | |||
fade={false} |
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.
thank you!
@@ -222,7 +224,9 @@ const CrashesByMode = () => { | |||
<Container className="m-0 p-0"> | |||
<Row> | |||
<Col> | |||
<h2 className="text-left, font-weight-bold">By Travel Mode</h2> | |||
<h2 className="text-left, font-weight-bold">By Travel Mode{" "} |
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.
thanks for pointing that out, Mike. i would also rather see spacing addressed here with a padding class rather than " "
, but i guess we should tackle that separately so that we can fix it everywhere at once?
Associated issues
fixes cityofaustin/atd-data-tech#15987
Testing
URL to test:
https://deploy-preview-1412--atd-vzv-staging.netlify.app/
Steps to test:
Ship list