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(Popover, Tooltip): add prop strategy to positioning element #8017

Merged
merged 7 commits into from
Dec 4, 2024

Conversation

EldarMuhamethanov
Copy link
Contributor

@EldarMuhamethanov EldarMuhamethanov commented Nov 29, 2024

  • Unit-тесты
  • Дизайн-ревью
  • Документация фичи
  • Release notes

Описание

Сейчас всплывающие элементы позиционируются с помощью position: 'fixed'. Но библиотеки floating-ui позвояет позицонировать элемент с помощью absolute. Это можно сделать с помощью свойства strategy: 'fixed' | 'absolute'. Нужно добавить возможность прокинуть свойство strategy снаружи.

Кейс, в котором понадобился бы такой функционал. То есть когда якорный элемент может перемещаться по экрану

7244975311484.mp4

Изменения

  • Добавил возможность прокинуть свойство strategy в Popover и Tooltip
  • Сделал рефакторинг SliderThumb - переиcпользовал там компонент Tooltip

Release notes

Улучшения

  • Popover: Добавлено свойство strategy, которое позволяет изменять способ позиционирования элемента
  • Tooltip: Добавлено свойство strategy, которое позволяет изменять способ позиционирования элемента

Copy link
Contributor

github-actions bot commented Nov 29, 2024

size-limit report 📦

Path Size
JS 385.6 KB (+0.03% 🔺)
JS (gzip) 116.61 KB (+0.03% 🔺)
JS (brotli) 96.07 KB (+0.12% 🔺)
JS import Div (tree shaking) 1.56 KB (0%)
CSS 337.16 KB (0%)
CSS (gzip) 42.77 KB (0%)
CSS (brotli) 33.71 KB (0%)

Copy link

codesandbox-ci bot commented Nov 29, 2024

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

github-actions bot commented Nov 29, 2024

e2e tests

⚠️ Some screenshots were failed. See Playwright Report.

Playwright Report

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.50%. Comparing base (625a8d0) to head (992fc96).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8017   +/-   ##
=======================================
  Coverage   95.49%   95.50%           
=======================================
  Files         393      393           
  Lines       11199    11216   +17     
  Branches     3711     3716    +5     
=======================================
+ Hits        10695    10712   +17     
  Misses        504      504           
Flag Coverage Δ
unittests 95.50% <100.00%> (+<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.

Copy link
Contributor

github-actions bot commented Nov 29, 2024

👀 Docs deployed

Commit 992fc96

Copy link
Contributor

@andrey-medvedev-vk andrey-medvedev-vk left a comment

Choose a reason for hiding this comment

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

Отличная работа 👍

Классный рефакторинг SliderThumb, давно пора. 💠
Но заметны отличия от прошлого поведения.
Было бы лучше вернуть именно поведение как было.

Copy link
Contributor

@andrey-medvedev-vk andrey-medvedev-vk left a comment

Choose a reason for hiding this comment

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

🔥

# Conflicts:
#	packages/vkui/src/components/Popover/Popover.test.tsx
#	packages/vkui/src/components/Popover/Popover.tsx
Copy link
Contributor

@inomdzhon inomdzhon left a comment

Choose a reason for hiding this comment

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

🙏

нужно будет Release notes отредактировать

и странно, что скриншоты Slider не упали после реверта SliderThumb 🤔

@EldarMuhamethanov
Copy link
Contributor Author

и странно, что скриншоты Slider не упали после реверта SliderThumb 🤔

Это в целом логично, так как по сути в логике ничего не поменялось, те же отступы и тд. Вообще сейчас скришоты одинаковые, но из-за того, что они единожды были изменены в этом pr, поэтому показывается, будто бы они изменены

@EldarMuhamethanov EldarMuhamethanov merged commit 507a00d into master Dec 4, 2024
28 checks passed
@EldarMuhamethanov EldarMuhamethanov deleted the e.muhamethanov/add-popover-strategy-prop branch December 4, 2024 13:20
@vkcom-publisher
Copy link
Contributor

v7.1.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants