-
Notifications
You must be signed in to change notification settings - Fork 26
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 portfolio filter info alert on overview map #744
Conversation
Will need to properly style scrollbars on windows later
This pull request has been linked to Shortcut Story #11997: Include tool tip pointing to Filters from Overview page. |
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.
👍🏽
addressPageRoutes: AddressPageRoutes; | ||
}; | ||
|
||
export const BigPortfolioAlert = ({ portfolioSize, className, ...props }: PortfolioAlertProps) => { |
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.
alerts would be an excellent candidate for making into a reusable class component in storybook later! esp since these exact patterns also exist in LOC rebrand
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.
Yeah for sure! That was the next one I was hoping to add, it should be mostly ready to copy over from here and just the styles need to be updated.
This pull request has been linked to Shortcut Story #12226: Implement new tooltip on overview map styling.. |
This reverts commit 2cc5013.
Adds a new info alert on the Overview page map prompting users to use the portfolio filters when the portfolio has >= 15 properties. This also restyles the "big portfolio" warning alert to look the same. Both alerts stay closed for the session.
[sc-11997]