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: Consider using feat view related utility classnames #519

Merged
merged 3 commits into from
Oct 19, 2023

Conversation

janmichek
Copy link
Collaborator

@janmichek janmichek commented Sep 21, 2023

Description

resolves #93

I think it was a good time to use utility classes. I am not against utility classes, but should be used as a syntactic sugar, when in benefits from huge code elimination like in this example. Just wanted to avoid premature usage before.

Demo

Visually without a change

Checklist:

@github-actions
Copy link

Deployed to https://pr-519-aescan.stg.aepps.com

Copy link
Contributor

@lukeromanowicz lukeromanowicz left a comment

Choose a reason for hiding this comment

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

Massive improvement!! Well done, code-wise looks great but we will need some help from Liubov to verify if there are no regressions.

Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

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

Great job! Please have a look at my comment.

.token-holders-panel {
&__table {
display: none;
margin-bottom: var(--space-4);
Copy link
Collaborator

Choose a reason for hiding this comment

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

margin-bottom: var(--space-4); got removed. Can you check it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Nope, for this case was not needed. Forgot to comment this

@janmichek janmichek merged commit eb9284d into develop Oct 19, 2023
@janmichek janmichek deleted the Consider-using-view-related-utility-classnames branch October 19, 2023 09:15
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.

Consider using view related utility classnames
3 participants