-
Notifications
You must be signed in to change notification settings - Fork 7
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
ACC-50 Create edit profile page (first name, last name) #22
base: master
Are you sure you want to change the base?
Conversation
adds pages and logic for changing profile. for now it's only the first form (first name, last name) #50
ACC-50 Страница редактирования аккаунта пользователя
|
Добавлена вторая (примитивная) форма - для редактирования почты. |
# Conflicts: # package.json # src/features/session/model.ts # src/pages/login/page.tsx # yarn.lock
* need to use this instead of original component, | ||
* because the one from 'react-router' does not work with ssr | ||
* */ | ||
export const EffectorSsrRedirect = ({ href }: { href: string }) => { |
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.
Зачем?
src/features/session/model.ts
Outdated
sample({ | ||
clock: typedWrapper, | ||
fn: () => undefined, | ||
target: historyPush.prepend(path.login), | ||
}); |
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.
sample({ | |
clock: typedWrapper, | |
fn: () => undefined, | |
target: historyPush.prepend(path.login), | |
}); | |
sample({ | |
clock: typedWrapper, | |
fn: path.login, | |
target: historyPush, | |
}); |
@@ -91,6 +95,7 @@ const Submit = reflect({ | |||
bind: { | |||
type: 'submit', | |||
disabled: $isPending, | |||
text: 'Save password', |
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.
Я бы лучше унес визуальные пропсы в основной компонент.
Там проще читать.
Я отношусь к компонентам внизу как связка с логикой.
А в компоненте размещаю важное для восприятия
re#50
что-то попытался сделать, разобраться как работать с моделями, находящимися рядом со страницей и в самой странице. @sergeysova, посмотри пожалуйста.
пока драфт, но уже нужен ревью. следующий шаг -
закрепитьповторить имплементацию для новой страницы, страницы редактирования имейла.следующий шаг - добавить моки для всего этого добра. тоже нужна будет помощь.
вообще, помогите я ничего не умею 😢--
стили.
сейчас страница редактирования выглядит так
не очень красиво, но, кажется, это сейчас не важно - нужно просто физически иметь возможность редактирования.
сейчас заниматься стилями не хочу - как минимум до момента обновления woly. сейчас используется старая версия - 0.1.10, я попытался обновить, но самая последняя версия не завелась. возможно, неправильно приготовил, но там, кажется, баги с дата аттрибутами (0 вместо false, 1 вместо true или наоборот). энивей, суть - пока на стили не обращайте внимания, потом будут исправлены (но не в рамках этого пр скорее всего)