-
Notifications
You must be signed in to change notification settings - Fork 184
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
fix(WriteBar): icons shift #5836
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 035ac91:
|
size-limit report 📦
|
e2e tests |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #5836 +/- ##
==========================================
+ Coverage 80.87% 81.13% +0.26%
==========================================
Files 300 300
Lines 9166 9193 +27
Branches 3122 3125 +3
==========================================
+ Hits 7413 7459 +46
+ Misses 1753 1734 -19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
👀 Docs deployed
Commit 035ac91 |
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.
👍
- [ ] Unit-тесты- [ ] Дизайн-ревьюОписание
В
iOS
"прыгала"after
часть в случае, когда иконка и кнопка располагались вместе, а должны оставаться на своих местах2023-09-20.11.12.28.mov
Изменения
2023-09-20.11.19.30.mov
Добавила компенсацию отступа для случая, когда в
after
части находится и кнопка, и иконки вместе.И исправила обводку в
IOS
компонентаCounter
, чтобы она совпадала с фоном (пришлось ещё потрогать threshold, чтобы изменения на скриншотах появились)