-
Notifications
You must be signed in to change notification settings - Fork 0
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
Close and back button in profile changes #222
Conversation
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.
Jedna drobnost pri dialogu, plus druha vec: vsetky dialogy/potvrdzovania sme doteraz na stranke robili tak ze pozitivna odpoved bola v pravo a negativna vlavo. Bude to mozno potrebne este niekedy prejst, ale bo otvorit tu diskusiu, ale pre zatial prosim vymen poradie aj pre zmenu hesla aj pre ukladanie profilu nech to mame zatial jednotne.
<Button type="submit" onClick={handleSubmit(onSubmit)}> | ||
Potvrdiť | ||
</Button> | ||
<Button onClick={close}>Zavrieť</Button> |
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.
bolo by este vhodne pustit reset()
aby sa vymazali udaje z formulara.
Ak si to chces vyskusat, tak vypln nejake udaje, daj zavriet a otvor si zmenu hesla znova, idealne by mala byt prazdna, no momentalne nie je.
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.
komenty ako z posledneho review, kde som to omylom approvol
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.
mozes mergovat
closes #200