Commit Graph

4 Commits

Author SHA1 Message Date
VardanHakobyan
7fab73395d fix: use correct variable for password confirmation value 2021-06-03 20:12:29 +04:00
VardanHakobyan
7a05a448c3 refactor: migrate account-menu to react - implement functionality
- implement download backup
- implement import backup
- add `useCallback` to function that is used in `useEffect`, so that its reference isn't changed on every render
2021-06-03 20:04:00 +04:00
VardanHakobyan
6a54ea90f9 refactor: migrate account-menu to react - implement functionality
- handle login and register
- advanced options in login section
- focus/blur events with React
- cleanup password fields when required (setting the value to `undefined` for resetting the input field doesn't work well in React, thus set to empty string)
2021-06-01 21:49:27 +04:00
VardanHakobyan
09f62b68ae refactor: migrate account-menu to react - implement functionality
- implement different handlers, such as set/change/remove passcode, etc.
- setup correct initial values
- rename React component
2021-05-31 22:15:49 +04:00