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

Feat migrate mantine notification center #2000

Conversation

ainouzgali
Copy link
Contributor

No description provided.

Copy link
Contributor

@p-fernandez p-fernandez left a comment

Choose a reason for hiding this comment

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

Looking good!

tabsList: {
gap: '30px',
padding: '15px',
paddingBottom: 0,
borderBottom: '1px solid ' + (colorScheme === 'dark' ? colors.B20 : colors.B98),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
borderBottom: '1px solid ' + (colorScheme === 'dark' ? colors.B20 : colors.B98),
borderBottom: `1px solid ${colorScheme === 'dark' ? colors.B20 : colors.B98}`,

@gitpod-io
Copy link

gitpod-io bot commented Nov 13, 2022

…nto feat-migrate-mantine-notification-center
Copy link
Contributor

@scopsy scopsy left a comment

Choose a reason for hiding this comment

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

Looks great! I think we can merge this for now, I believe we will revisit parts of this in the next release too combining the notification center abstraction @LetItRock will work on.

@ainouzgali ainouzgali merged commit 4c33103 into feature/migrate_to_mantine_v5 Nov 28, 2022
@ainouzgali ainouzgali deleted the feat-migrate-mantine-notification-center branch November 28, 2022 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants