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(Textarea): support after prop #6331

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

Conversation

eugpoloz
Copy link
Contributor

@eugpoloz eugpoloz commented Dec 21, 2023


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

Описание

Добавила поддержку after в Textarea.

Изменения

Textarea отличается от обычных инпутов тем, что может меняться в размерах. Поэтому after спозиционирован так же, как кнопка копирования примера в блоке "Редактирование кода" в нашей текущей доке: абсолютно и по правому верхнему (block-start inline-end) краю.

@eugpoloz eugpoloz requested a review from a team as a code owner December 21, 2023 18:52
@eugpoloz eugpoloz changed the title feat(Textarea): after prop feat(Textarea): support after prop Dec 21, 2023
Copy link
Contributor

github-actions bot commented Dec 21, 2023

size-limit report 📦

Path Size
JS 347.67 KB (+0.02% 🔺)
JS (gzip) 106.31 KB (+0.02% 🔺)
JS (brotli) 87.91 KB (+0.12% 🔺)
JS import Div (tree shaking) 1.43 KB (0%)
CSS 256.57 KB (+0.04% 🔺)
CSS (gzip) 33.6 KB (+0.03% 🔺)
CSS (brotli) 27.28 KB (+0.02% 🔺)

Copy link

codesandbox-ci bot commented Dec 21, 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 0deee5b:

Sandbox Source
VKUI TypeScript Configuration

Copy link
Contributor

github-actions bot commented Dec 21, 2023

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Dec 21, 2023

👀 Docs deployed

Commit 0deee5b

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (14fccac) 81.26% compared to head (0deee5b) 81.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6331   +/-   ##
=======================================
  Coverage   81.26%   81.26%           
=======================================
  Files         326      326           
  Lines       10108    10108           
  Branches     3397     3397           
=======================================
  Hits         8214     8214           
  Misses       1894     1894           
Flag Coverage Δ
unittests 81.26% <ø> (ø)

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
Copy link
Contributor

Надо бы сначала сходить к дизайну и попросить их отрисовать в дизайн-системе такой вариант х)

Чтобы было понятно, с какими отступами разрулить такую ситуацию:

image

@eugpoloz eugpoloz marked this pull request as draft December 22, 2023 08:57
@github-actions github-actions bot added the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Dec 29, 2023
@eugpoloz eugpoloz added no-stale Добавляет PR в исключения для автоматического закрытия and removed pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности labels Dec 29, 2023
@eugpoloz eugpoloz added the design Нужно участие команды дизайна label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Нужно участие команды дизайна no-stale Добавляет PR в исключения для автоматического закрытия
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Textarea]: after проп
2 participants