-
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
Front(fix): UI hot fixes [MARXAN-689] #482
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/ApCQ4ZFPu8Xv6sLX1Lvxhdegnek1 marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/BkXqCWEs5NweJv3pQtXZQBYdH5o1 |
const mostDifSolutionsIsSelected = mostDifSolutions | ||
&& mostDifSolutionsData && mostDifSolutionsData.length > 0; | ||
const noSolutionResults = (!solutionsAreFetching && !solutionsData.length) | ||
|| (!mostDifSolutionsisFetched && !mostDifSolutionsData.length); |
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.
|| (!mostDifSolutionsisFetched && !mostDifSolutionsData.length); | |
|| (mostDifSolutionsisFetched && !mostDifSolutionsData.length); |
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.
much better!
UI hot fixes
Overview
Align Home
Change Carousel Home images
Change Blm chart images and set borders dinamically
Set back links on blue
Manage visibility on Solution sidebar
Delete double infoButton on features:
Solutions Table improvements: Add title and set info button on its right side
Solutions Table improvements: Colors: brighten blue and gray
Solutions Table improvements: refactor data fetching cases
Solutions Table improvements: remove text of info button and add scroll to the whole modal
Feature relevant tickets
MARXAN-689