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

Adding Campaign Page Chips to Sections #1524

Closed

Conversation

dzhaniivanov
Copy link
Contributor

@github-actions
Copy link

github-actions bot commented Jul 29, 2023

❌ Not all tests have run for this PR. Please add the run tests label to trigger them.

Comment on lines 141 to 145
<Grid container item xs={12}>
{Object.entries(chipsLabel).map(([id, label]) => (
<CampaignDetailsChip key={id} chip={label} onClick={() => scrollToSection(id)} />
))}
</Grid>
Copy link
Contributor

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

Copy link
Contributor Author

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..)

Copy link
Contributor Author

@dzhaniivanov dzhaniivanov Aug 5, 2023

Choose a reason for hiding this comment

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

Screenshot 2023-08-05 182515
Screenshot 2023-08-05 182453
i think is a good starting point(with some bugs for fixing)
@swolf86

@igoychev igoychev changed the title base structure added Adding Campaign Page Chips to Sections Jul 31, 2023
@dzhaniivanov dzhaniivanov marked this pull request as ready for review August 5, 2023 15:23
@ani-kalpachka ani-kalpachka linked an issue Aug 9, 2023 that may be closed by this pull request
@igoychev igoychev added the run tests Allows running the tests workflows for forked repos label Aug 9, 2023
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Aug 9, 2023
Copy link
Contributor

@igoychev igoychev left a 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

@igoychev
Copy link
Contributor

igoychev commented Sep 1, 2023

closing on behalf of #1577

@igoychev igoychev closed this Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Campaign Page chips
3 participants