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

docs: Auto detect hasPointer on mobile #6647

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

BlackySoul
Copy link
Contributor


Описание

В мобильном представлении мы форсим скрытие параметров адаптивности (в частности hasPointer), поэтому просто запоминается последнее значение из контекста (по умолчанию hasPointer=true). Из-за этого на мобилках параметры адаптивности невалидные.

Изменения

В мобильном представлении убираем задание адаптивности (оно будет определяться автоматически)

Copy link
Contributor

👀 Docs deployed

Commit 1a759ed

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

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.20%. Comparing base (df10510) to head (1a759ed).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6647   +/-   ##
=======================================
  Coverage   82.20%   82.20%           
=======================================
  Files         331      331           
  Lines       10245    10245           
  Branches     3433     3433           
=======================================
  Hits         8422     8422           
  Misses       1823     1823           
Flag Coverage Δ
unittests 82.20% <ø> (ø)

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.

@BlackySoul BlackySoul added the patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча label Feb 29, 2024
@BlackySoul BlackySoul merged commit e140ea9 into master Feb 29, 2024
18 checks passed
@BlackySoul BlackySoul deleted the docs/4619/hasPointer_auto_detect branch February 29, 2024 08:48
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.

[Doc][Bug]: DatePicker не заменяется на input type=date на мобильном виде
3 participants