-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Analytics scripts, pie chart tweak #750
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 good. Just to confirm, you wanted "Neighborhood" to be the placeholder for both the NCSelector and the CCSelector?
@@ -69,7 +69,7 @@ const Submit = ({ | |||
} | |||
break; | |||
} | |||
default: return null; | |||
default: return undefined; |
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.
Changed to return undefined because react devtools was warning that effect functions shouldn't return null.
Hey @jmensch1 , finally finished this up. Added a few more commits to include small changes discussed last meeting. New commit summary added in PR message. |
Hold off on merging. Resolving some route issues. |
Good to go. |
Fixes #745, fixes #746, fixes #747, fixes #748, fixes #749
placeholder
prop to MultiSelect SearchBar for custom placeholder text.EDIT for additional commits:
Updated placeholder text for NCSelector and CCSelector and made text darker grey.
Changed header link text and removed color from Comparison link.
Removed the convoluted splashPage redux stuff. Added a
/data
route for the 311 Data Tool.Removed trailing semicolon from list of selected request types in Comparison Criteria.
dev
branchAny questions? See the getting started guide