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

fix(ImageBase): fix bug with css selectors of ImageBase #8004

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

EldarMuhamethanov
Copy link
Contributor


  • e2e-тесты
  • Дизайн-ревью
  • Release notes

Описание

Сейчас при отображении в PanelHeader компонента Avatar в after/before добавляется margin по бокам. Есть ощущение, что эти отступы не нужны. В общем, погуляя по истории git я нашел pull request в котором был добавлен отступ. Это было сделано аж в 2020 году, так я и не понял, какая тогда была версия VKUI, но точно меньше 3.12.4(это последняя версия, которую можно посмотреть через сайт). Проблема в том, что все также непонятно конкретно зачем это было сделано. Там конечно есть упоминание этой задачи, но связать это с изменениями я не понял как, возможно был запрос от дизайна когда-то тогда, либо автор сам решил, что отступ нужен.
Решил, что можно доработать селектор, добавив ">", чтобы только прямому потомку добавлялся отступ. А при использовании Avatar с оберткой в виде PanelHeaderButton отступ не будет добавляться.

Изменения

Поправил селектор, добавив ">", чтобы только прямому потомку добавлялся отступ

Для DesignReview

Чтобы посмотреть отображение Avatar в PanelHeader, нужно перейти на страницу PanelHeader и выключить настройку hasCustomPanelHeaderAfter.
Просьба посмотреть отображение Avatar в after PanelHeader на разных платформах и размерах экранов.

Release notes

Исправления

  • PanelHeader: поправлен отступ для Avatar в компоненте PanelHeader при прокидывании в after/before

@EldarMuhamethanov EldarMuhamethanov requested a review from a team November 27, 2024 08:03
@EldarMuhamethanov EldarMuhamethanov requested a review from a team as a code owner November 27, 2024 08:03
Copy link
Contributor

size-limit report 📦

Path Size
JS 385.36 KB (0%)
JS (gzip) 116.81 KB (0%)
JS (brotli) 96.17 KB (0%)
JS import Div (tree shaking) 1.56 KB (0%)
CSS 334.98 KB (0%)
CSS (gzip) 42.41 KB (+0.01% 🔺)
CSS (brotli) 33.42 KB (+0.01% 🔺)

Copy link

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.

Copy link
Contributor

e2e tests

Playwright Report

Copy link
Contributor

👀 Docs deployed

Commit 414652f

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.46%. Comparing base (027d01d) to head (414652f).
Report is 30 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8004      +/-   ##
==========================================
- Coverage   95.47%   95.46%   -0.01%     
==========================================
  Files         380      380              
  Lines       11325    11324       -1     
  Branches     3777     3777              
==========================================
- Hits        10812    10811       -1     
  Misses        513      513              
Flag Coverage Δ
unittests 95.46% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vkcom-publisher vkcom-publisher added the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности
Projects
None yet
2 participants