-
Notifications
You must be signed in to change notification settings - Fork 14
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
Redesign Login
interface
#35
Conversation
FCM
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrigel, нет, всё-таки слишком много всего нужно проверить, пересмотреть и протестировать, а тут можно разбить задачу на несколько более мелких. Предлагаю:
- Тут оставить только то, что относится к новому дизайну модального окошка логина.
- Вынести
IntroductionView
и связанную с ним логику в отдельный PR, который будет зависеть от этого (т.е. ждём слива логина, т.к. тут будет введён интерфейс попапа). - Вынести
ConfirmLogoutView
в отдельный PR, аналогично тоже зависит от этого.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrigel много мелочей. Просьба (уже далеко не первая) внимательнее относиться к замечаниям.
- impl styled `ModalPopup` - replace `Login` page with redesigned `Login` modal popup Additionally: - add `Roboto` font to assets - add `maxWidth` and `height` fields to `OutlinedRoundButton` - add `prefix`, `trailing`, `filled` and `treatErrorAsStatus` fields to `ReactiveTextField` Co-authored-by: SleepySquash <NordNikita@icloud.com> 87aa663
Synopsis
Был сверстан новый дизайн логина.
Solution
Нужно перенести изменения затрагивающие дизайн логина, протестировать и вычитать их.
Checklist
k::
labels applied