about summary refs log tree commit diff
path: root/src/screens/Settings/components/ChangePasswordDialog.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Modernise change password dialog (#8269)Samuel Newman2025-08-261-0/+300
* alf change password dialog * rm old modal * move dialog * fix buttons on native * lowercase * fix dupe import * Apply suggestions from code review Thanks @surfdude29 :) Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * use primary_subtle, change web layout * move to into non-network err, warn -> error * error -> safeMessage * better message than token is invalid * cancel button native only * move close to end of focus priority --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>