Commit graph

8 commits

Author SHA1 Message Date
Shibo Lyu
924427a810 refactor: Account management and settings navigation
Move profile page to /settings/account/profile and replace
CurrentAccountPicture with CurrentAccountIndicator component
using the new account manager pattern. Update identity type
to accept null instead of undefined.
2025-04-14 01:33:24 +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
Shibo Lyu
1e95dc0830 refactor: migrate to svelte 5, vite 6 and bits-ui 1. 2025-03-17 01:10:15 +08:00
Shibo Lyu
e78279114a feat: account switching 2024-10-16 03:21:26 +08:00
Shibo Lyu
2b47eeb146 feat: create account ui 2024-10-16 02:22:31 +08:00
Shibo Lyu
e3e3481739 feat: grouped list selected state 2024-10-15 03:03:30 +08:00
Shibo Lyu
3097b8a9dd feat: basic settings layout 2024-10-15 02:53:26 +08:00
Shibo Lyu
0cab27cae8 refactor: identity dropdown -> settings 2024-10-14 23:36:07 +08:00