-
Notifications
You must be signed in to change notification settings - Fork 295
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
[DDW-769] Remove locale-specific rules from the CSS files #1871
[DDW-769] Remove locale-specific rules from the CSS files #1871
Conversation
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.
@DeeJayElly there are still some edge cases where the UI falls apart:
Can you try removing breakpoints and use flex-box instead?
We need max-width in order to show the ellipsis (...) so i just tried to tweak it now. |
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.
@DeeJayElly rejected! This is what I want: https://css-tricks.com/flexbox-truncated-text/
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.
Good work 🎉
…-rules-from-the-css-files
…-rules-from-the-css-files # Conflicts: # CHANGELOG.md
…ic-rules-from-the-css-files' into fix/ddw-769-remove-locale-specific-rules-from-the-css-files # Conflicts: # CHANGELOG.md
Done |
Great @DeeJayElly 🎉 @a-rukin can you please check the spacing between the label and the "COPY" button? I believe it should be bigger than what it currently is... Please check and let @DeeJayElly know 🙏 |
@DeeJayElly Hey! As discussed please double check Linux fonts. |
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.
Good work 👍
…-rules-from-the-css-files
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.
@DeeJayElly can you please check the comments I have left?
@DmitriiGaico I don't think this font issue is related to this PR. Please test again - could be some glitch on your end. Compare v2-integration build too 🙏 cc @DeeJayElly |
…-rules-from-the-css-files
@DeeJayElly can we make left padding to be at least 24px? so the button would be connected to the right part on any width. |
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.
@DeeJayElly Nice job 🚀
@DeeJayElly Hello! looks like it was my local glitch. The fonts in the latest build looks same as in V2. Thank you! |
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
…ic-rules-from-the-css-files' into fix/ddw-769-remove-locale-specific-rules-from-the-css-files
Done |
This PR removes locale-specific rules from the CSS files.
Screenshots
Testing Checklist
Review Checklist
Basics
feature
/bug
/chore
,release-x.x.x
)yarn test
)yarn dev
)yarn package
/ CI builds)yarn flow:test
)yarn lint
)yarn prettier:check
)yarn manage:translations
produces no changes)yarn storybook
)yarn.lock
file is updatedCode Quality
Testing
After Review
done
column on the YouTrack board