Commit graph

5 commits

Author SHA1 Message Date
Shibo Lyu
4b51f2ebeb feat: Add account export functionality for identity backup
Some checks failed
Build & Test / build (20.x) (push) Has been cancelled
Build & Test / build (22.x) (push) Has been cancelled
2025-05-09 01:28:37 +08:00
Shibo Lyu
c5716718bf feat[wip]: Add password change functionality
Some checks failed
Build & Test / build (20.x) (push) Has been cancelled
Build & Test / build (22.x) (push) Has been cancelled
Add method to update ID key pair encoding for password changes and create
privacy-security page with password change dialog.
2025-04-28 00:54:54 +08:00
Shibo Lyu
35315ca5f3 fix(accounts): Do not attempt to decode ID key if password is not provided 2025-04-14 03:40:51 +08:00
Shibo Lyu
b467ec1491 refactor: account management system
Replace store-based approach with manager-based implementation and update
related components to use the new system. Change ProfilePicture props
from `account` to `identity`.
2025-04-14 00:49:59 +08:00
Shibo Lyu
308eef1cff feat: Implement AccountManager
Replace simple keystore with a full-featured AccountManager that handles
identity management, account creation, and authentication. Update account-
related UI components to integrate with the new system.
2025-04-13 02:23:06 +08:00