-
Notifications
You must be signed in to change notification settings - Fork 92
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
Adding Campaign Page Chips to Sections #1524
Adding Campaign Page Chips to Sections #1524
Conversation
❌ Not all tests have run for this PR. Please add the |
<Grid container item xs={12}> | ||
{Object.entries(chipsLabel).map(([id, label]) => ( | ||
<CampaignDetailsChip key={id} chip={label} onClick={() => scrollToSection(id)} /> | ||
))} | ||
</Grid> |
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 let's move them directly below the title and also let's use color=primary ot make the main blue color of the site
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 contact the ui/ux college to clarify translations and design(colors etc..)
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 think is a good starting point(with some bugs for fixing)
@swolf86
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.
the implementation is good, but the design needs to be updated, so let's wait for it
closing on behalf of #1577 |
#1430