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

refactor(Snackbar): show snackbar always from bottom-start in mobile #7135

Conversation

inomdzhon
Copy link
Contributor

@inomdzhon inomdzhon commented Jul 5, 2024


  • Unit-тесты

Описание

Теперь placement="bottom-start", placement="bottom" и placement="bottom-end" в мобильном режиме всегда будут показываться слева-направо, чтобы избежать проблемы с вызовом системных поведений, таких как pull-to-refresh и/или режим одного пальца.


@inomdzhon inomdzhon requested a review from a team as a code owner July 5, 2024 14:50
@github-actions github-actions bot added the patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча label Jul 5, 2024
Copy link
Contributor

github-actions bot commented Jul 5, 2024

size-limit report 📦

Path Size
JS 372.69 KB (+0.02% 🔺)
JS (gzip) 114.08 KB (+0.04% 🔺)
JS (brotli) 93.83 KB (-0.07% 🔽)
JS import Div (tree shaking) 1.42 KB (0%)
CSS 300.56 KB (+0.18% 🔺)
CSS (gzip) 38.29 KB (+0.05% 🔺)
CSS (brotli) 30.81 KB (-0.07% 🔽)

Copy link

codesandbox-ci bot commented Jul 5, 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 Jul 5, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Jul 5, 2024

👀 Docs deployed

Commit 40a22e1

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.05%. Comparing base (138bc01) to head (40a22e1).
Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7135      +/-   ##
==========================================
- Coverage   84.07%   84.05%   -0.03%     
==========================================
  Files         359      359              
  Lines       10909    10893      -16     
  Branches     3591     3585       -6     
==========================================
- Hits         9172     9156      -16     
  Misses       1737     1737              
Flag Coverage Δ
unittests 84.05% <100.00%> (-0.03%) ⬇️

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.

@inomdzhon inomdzhon force-pushed the imirdzhamolov/issue7121/fix/Snackbar-swipe-calling-pull-to-refresh branch from cb12cd2 to 4936fd3 Compare July 10, 2024 20:02
@inomdzhon inomdzhon changed the title fix(Snackbar): prevent browser pull-to-refresh behavior refactor(Snackbar): show snackbar always from bottom-start in mobile Jul 10, 2024
@inomdzhon inomdzhon requested a review from a team July 15, 2024 09:54
Теперь `placement="bottom-start"`, `placement="bottom"` и `placement="bottom-end"` в мобильном режиме всегда будет показываться слева-направо, чтобы избежать проблемы с вызовом системных поведений, таких как pull-to-refresh и/или режим одного пальца.
@inomdzhon inomdzhon force-pushed the imirdzhamolov/issue7121/fix/Snackbar-swipe-calling-pull-to-refresh branch from 4936fd3 to f03378a Compare July 15, 2024 10:28
BlackySoul
BlackySoul previously approved these changes Jul 15, 2024
Co-authored-by: Victoria Zhizhonkova <indarklight@gmail.com>
Copy link
Contributor

@mendrew mendrew left a comment

Choose a reason for hiding this comment

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

👌

Copy link

@Zaycevq Zaycevq left a comment

Choose a reason for hiding this comment

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

👍🏽

@inomdzhon inomdzhon requested a review from qurle July 16, 2024 15:14
@inomdzhon inomdzhon merged commit 397a971 into master Jul 16, 2024
25 of 26 checks passed
@inomdzhon inomdzhon deleted the imirdzhamolov/issue7121/fix/Snackbar-swipe-calling-pull-to-refresh branch July 16, 2024 15:19
@vkcom-publisher
Copy link
Contributor

❌ Patch

Не удалось автоматически применить исправление на ветке 6.2-stable.

Дальнейшие действия выполняют контрибьютеры из группы @VKCOM/vkui-core

Чтобы изменение попало в ветку 6.2-stable, выполните следующие действия:

  1. Создайте новую ветку от 6.2-stable и примените изменения используя cherry-pick
git stash # опционально
git fetch origin 6.2-stable
git checkout -b patch/pr7135 origin/6.2-stable

git cherry-pick --no-commit 397a971d04485458f9d105e73c644cfb229b7768
git checkout HEAD **/__image_snapshots__/*.png
git diff --quiet HEAD || git commit --no-verify --no-edit
  1. Исправьте конфликты, следуя инструкциям из терминала
  2. Отправьте ветку на GitHub и создайте новый PR с веткой 6.2-stable (установка лейбла не требуется!)
git push --set-upstream origin patch/pr7135
gh pr create --base 6.2-stable --title "patch: pr7135" --body "- patch #7135"

inomdzhon added a commit that referenced this pull request Jul 16, 2024
…7135)

Теперь `placement="bottom-start"`, `placement="bottom"` и `placement="bottom-end"` в мобильном режиме всегда будут показываться слева-направо, чтобы избежать проблемы с вызовом системных поведений, таких как pull-to-refresh и/или режим одного пальца.
@inomdzhon inomdzhon mentioned this pull request Jul 16, 2024
inomdzhon added a commit that referenced this pull request Jul 16, 2024
…7135) (#7203)

Теперь `placement="bottom-start"`, `placement="bottom"` и `placement="bottom-end"` в мобильном режиме всегда будут показываться слева-направо, чтобы избежать проблемы с вызовом системных поведений, таких как pull-to-refresh и/или режим одного пальца.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: При смахивании снекбара вниз, скроллится вся страница
6 participants