Skip to content
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

Merged
merged 12 commits into from
Aug 25, 2021
Merged

Front(fix): UI hot fixes [MARXAN-689] #482

merged 12 commits into from
Aug 25, 2021

Conversation

anamontiaga
Copy link
Collaborator

@anamontiaga anamontiaga commented Aug 24, 2021

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

@anamontiaga anamontiaga added bug Something isn't working Frontend Everything related frontend WIP Work in progress labels Aug 24, 2021
@vercel
Copy link

vercel bot commented Aug 24, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

marxan – ./app

🔍 Inspect: https://vercel.com/vizzuality1/marxan/ApCQ4ZFPu8Xv6sLX1Lvxhdegnek1
✅ Preview: https://marxan-git-feat-hot-fixes-vizzuality1.vercel.app

marxan-storybook – ./app

🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/BkXqCWEs5NweJv3pQtXZQBYdH5o1
✅ Preview: https://marxan-storybook-git-feat-hot-fixes-vizzuality1.vercel.app

const mostDifSolutionsIsSelected = mostDifSolutions
&& mostDifSolutionsData && mostDifSolutionsData.length > 0;
const noSolutionResults = (!solutionsAreFetching && !solutionsData.length)
|| (!mostDifSolutionsisFetched && !mostDifSolutionsData.length);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
|| (!mostDifSolutionsisFetched && !mostDifSolutionsData.length);
|| (mostDifSolutionsisFetched && !mostDifSolutionsData.length);

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

much better!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Frontend Everything related frontend Ready to review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants