Feat/web input - #768
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bb0bd00c89
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
TorinAsakura
left a comment
There was a problem hiding this comment.
В PR не заполнено, как проверять реализацию, и не приложен визуальный пруф. Зелёные проверки подтверждают сборку, типы и тесты, но не позволяют проверить соответствие Figma и заявленные интерактивные состояния.
Нужно указать точный Storybook-сценарий и приложить скринкаст или набор скриншотов, на которых проверены обе темы, размеры и основные состояния: focus, error, disabled, helper/error messages, addons, typed inputs и Textarea.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ad8b88fc21
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3b804db133
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 65ebcaaa45
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dc83f4107d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b27d399980
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8811ec7361
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 890db35959
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
BREAKING CHANGE: Input type now accepts only text-field variants and hidden.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a936da11c2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Таска
Как проверять
Контекст: Storybook → Components/Input → Variants
Действие: переключить appearance, shape и theme; проверить focus, error, disabled, helper text, leading addon и trailing addon
Ожидаемый результат: обе темы, все appearances и shapes отображаются корректно; при focus размер поля не меняется; error и focus различимы одновременно; сообщения читаемы; disabled-поле недоступно для ввода; addons выровнены относительно текста
Контекст: Storybook → Components/Input → Search, Clearable, Password, Phone, Email
Действие: ввести и очистить значения мышью и клавиатурой, переключить видимость пароля, проверить валидные и невалидные телефон и email
Ожидаемый результат: typed inputs сохраняют состояния Input; Clearable после Enter и Space возвращает focus в поле; Password переключает видимость значения; невалидные телефон и email показывают ошибку, валидные — снимают её
Контекст: Storybook → Components/Textarea → Variants
Действие: переключить appearance, shape, theme, rows, error, helper text и disabled; установить focus и ввести многострочный текст
Ожидаемый результат: Textarea поддерживает те же визуальные состояния, что и Input; при focus размер не меняется; error и focus различимы одновременно; rows изменяет высоту; disabled-состояние блокирует ввод
Контекст: Storybook Accessibility для Input, typed inputs и Textarea
Действие: запустить accessibility-проверку каждой story и пройти элементы клавишей Tab
Ожидаемый результат: все поля имеют доступное имя; focus виден на input и action-кнопках; отсутствуют ошибки контраста и потеря focus
Пруфы
Details
2026-08-31.23.53.04.mov
2026-08-31.23.55.16.mov
2026-08-31.23.53.45.mov