about summary refs log tree commit diff
path: root/src/view/com/modals/ChangePassword.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+1
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Sort imports (#6009)dan2024-10-291-6/+6
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Replace getAgent() with reading agent (#4243)dan2024-05-281-2/+1
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-13/+15
| | | | | | | | | | | * Hook it up * Memoize getAgent method * Use one shared reference --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Update ChangePassword.tsxMinseo Lee2024-02-271-1/+3
|
* Update ChangePassword.tsxMinseo Lee2024-02-271-1/+1
|
* Mark more texts for localizationMinseo Lee2024-02-141-2/+2
|
* password flow improvements (#2730)Hailey2024-02-061-0/+336
* add button to skip sending reset code * add validation to reset code * comments * update test id * consistency sneak in - everything capitalized * add change password button to settings * create a modal for password change * change password modal * remove unused styles * more improvements * improve layout * change done button color * add already have a code to modal * remove unused prop * icons, auto add dash * cleanup * better appearance on android * Remove log * Improve error messages and add specificity to function names --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>