-
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 links to various Vision Zero resources to VZE dashboard #974
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.
This looks great, Frank! Happy to see these important resources linked in the dashboard view with a new reusable component. 🙌
I appreciate you sticking to the conventions of the other widgets that came along with Core UI, and I'm glad that it sparked some discussion about the state of React. 👍 This repo is perfect for seeing how the team learned about function components and hooks.
icon="fa fa-arrows" | ||
color="dark" | ||
link="https://app.powerbigov.us/sharedwithme/reports/42c00944-3a44-4d0a-bdd4-d19d7e3647fe/ReportSection512b18e1068b03c18800?ctid=5c5e19f6-a6ab-4b45-b1d0-be4608a9a67f" | ||
target='_bi_amd' |
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.
I was completely unaware of this use of the target
attribute! I can't believe that I've never thought referencing an already open window instead of creating a new one each time. Very cool to learn.
Based on feedback from Lewis, the cards which link to external BI dashboards and AGOL maps have had thier icons alinged. For the BI links, due to there not being a brand icon in the FontAwesome collection a 24x24 px raster icon is added, and the relevent react components have been extended to support the use of the icon. Additionally, again based on Lewis' direction, the card indicating the total number of crashes in the current year has been removed. Currently, this is done by commenting out that particular component and related objects, pending a final review by Lewis later this afternoon.
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.
Hey Frank, glad to see this Dashboard evolving into something hopeful more useful to VZE users. The only question I have is whether we should go ahead and delete the unused widget instead of commenting it out?
No description provided.