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 ModalDismissButton appearance in the doc #5764

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

mendrew
Copy link
Contributor

@mendrew mendrew commented Sep 8, 2023

Описание

Кнопка пропала из документации https://vkcom.github.io/VKUI/#/ModalDismissButton

Пропажа связана с
b5aa644
потому что мы стали полагаться на position: relative PopoutWrapper__content, но в примере он имеет ширину на всю страницу.

Вернул position: relative в пример.

Изображения

До
5337-dab1-d9b5-4640

После
Снимок экрана 2023-09-08 в 19 35 53

The button dissapeared from the screen after
b5aa644

Because we started to rely on the .PopoutWrapper__content position
relative, but the with of PopoutWrapper is the whole screen.
@codesandbox-ci
Copy link

codesandbox-ci bot commented Sep 8, 2023

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 6f224dd:

Sandbox Source
VKUI TypeScript Configuration

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2023

👀 Docs deployed

Commit 6f224dd

@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (752c0d6) 81.99% compared to head (6f224dd) 81.99%.
Report is 10 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5764   +/-   ##
=======================================
  Coverage   81.99%   81.99%           
=======================================
  Files         298      298           
  Lines        9839     9839           
  Branches     3115     3115           
=======================================
  Hits         8067     8067           
  Misses       1772     1772           
Flag Coverage Δ
unittests 81.99% <ø> (ø)

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.

@mendrew mendrew self-assigned this Sep 8, 2023
@mendrew mendrew marked this pull request as ready for review September 11, 2023 08:14
@mendrew mendrew requested a review from a team as a code owner September 11, 2023 08:14
@SevereCloud SevereCloud added ci:cherry-pick:patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча v5 Автоматизация: PR продублируется в ветку v5 labels Sep 11, 2023
@inomdzhon inomdzhon added this to the v5.8.1 milestone Sep 11, 2023
@inomdzhon inomdzhon merged commit bcf3c66 into master Sep 11, 2023
@inomdzhon inomdzhon deleted the origin/mendrew/fix-modal-dismiss-button-example branch September 11, 2023 09:47
vkcom-publisher pushed a commit that referenced this pull request Sep 11, 2023
The button dissapeared from the screen after
b5aa644

Because we started to rely on the .PopoutWrapper__content position
relative, but the with of PopoutWrapper is the whole screen.
vkcom-publisher pushed a commit that referenced this pull request Sep 11, 2023
The button dissapeared from the screen after
b5aa644

Because we started to rely on the .PopoutWrapper__content position
relative, but the with of PopoutWrapper is the whole screen.
@vkcom-publisher
Copy link
Contributor

v5.8.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:cherry-pick:patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча v5 Автоматизация: PR продублируется в ветку v5
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants