Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
85f24fd
feat: initial wallet-link implementation
lwin-kyaw Mar 31, 2026
8e71146
feat: useLinkAccount hook
lwin-kyaw Mar 31, 2026
6e1b8a0
chore: rebased to ew-session-management branch
lwin-kyaw Apr 2, 2026
e42e3e1
feat: connect external wallet to auth account
lwin-kyaw Apr 2, 2026
c0bbebc
feat: unlink accounts
lwin-kyaw Apr 6, 2026
1f1611e
feat: get connected accounts from citadel server
lwin-kyaw Apr 6, 2026
7c6a094
chore: removed local citadel server testings
lwin-kyaw Apr 6, 2026
9f46164
chore: resolved conflicts with base branch
lwin-kyaw Apr 6, 2026
d8ea1e0
Merge remote-tracking branch 'origin/master' into feat/link-ext-wallet
lwin-kyaw Apr 6, 2026
9e637e7
chore: rebased with master
lwin-kyaw Apr 6, 2026
24591ca
chore: resolved conflicts
lwin-kyaw Apr 7, 2026
e2f3b8f
feat: switch account
lwin-kyaw Apr 8, 2026
52a97dd
feat: persist connected account info in state
lwin-kyaw Apr 8, 2026
95ef452
feat: updated demo
lwin-kyaw Apr 8, 2026
7506233
fix: fixed build
lwin-kyaw Apr 8, 2026
37bdd8e
fix: switch chain on connected wallets
lwin-kyaw Apr 8, 2026
843d850
fix: fixed switch account require reconnect
lwin-kyaw Apr 9, 2026
c067c42
feat: use injected connector for account linking
lwin-kyaw Apr 9, 2026
2bc6737
chore: resolved conflicts with master
lwin-kyaw Apr 17, 2026
cc52e3b
fix: added missing await on setState
lwin-kyaw Apr 20, 2026
ddc6e91
chore: resolved confclits with master
lwin-kyaw Apr 20, 2026
6099bff
chore: dedupe useLinkeAccount and useSwitchAccount
lwin-kyaw Apr 20, 2026
36458a3
fix: fixd connection_updated listener
lwin-kyaw Apr 21, 2026
3653b76
chore: refactors
lwin-kyaw Apr 22, 2026
b6331bc
chore: more refactors
lwin-kyaw Apr 24, 2026
6ccbe94
chore: resolved conflicts
lwin-kyaw Apr 28, 2026
f9bf31d
fix: fixed metamask connector with multi-chain client
lwin-kyaw Apr 28, 2026
9db9e0b
feat: link account with wallet-connect
lwin-kyaw Apr 28, 2026
f48b9c6
fix: fixed wallet-connect account switch
lwin-kyaw Apr 28, 2026
84ed4d5
fix: fixed requiring reconnect upon every page refresh and provider b…
lwin-kyaw Apr 28, 2026
982ffa4
feat: update demo
lwin-kyaw Apr 28, 2026
bca3635
feat: added injectedEvmConnector support
lwin-kyaw Apr 29, 2026
4bad986
fix: fixed cached auto connect for metamask
lwin-kyaw Apr 29, 2026
fa9a3d9
fix: fixed eslint config for vue-new-app demo
lwin-kyaw Apr 29, 2026
42dd639
fix: fixed test and addressed comments
lwin-kyaw Apr 29, 2026
d63ae5f
chore: addressed comments
lwin-kyaw Apr 30, 2026
a13184e
chore: resolved conflicts
lwin-kyaw Apr 30, 2026
9a2220d
another conflicts
lwin-kyaw Apr 30, 2026
89c7e6d
chore: another conflicts
lwin-kyaw Apr 30, 2026
517857d
fix: fixed tests
lwin-kyaw Apr 30, 2026
6b8643c
chore: refactor AccountLinking components from root layout
lwin-kyaw Apr 30, 2026
3257baf
fix: fixed demo build
lwin-kyaw Apr 30, 2026
424b1bf
fix: fixed demo
lwin-kyaw Apr 30, 2026
213ed47
chore: addressed comments
lwin-kyaw May 5, 2026
53ee006
fix: fixed imports
lwin-kyaw May 5, 2026
8573cb0
fix: fixed user logged out from rejecting account linking request
lwin-kyaw May 5, 2026
02b9189
Merge remote-tracking branch 'origin/master' into feat/link-ext-wallet
lwin-kyaw May 12, 2026
a36472d
feat: refactor and dedupe account-linking exports/paths
lwin-kyaw May 12, 2026
f3f96c9
fix: fixed lint
lwin-kyaw May 12, 2026
d0c8e95
chore: addressed comments
lwin-kyaw May 13, 2026
71af882
fix hook reference
chaitanyapotti May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 45 additions & 29 deletions demo/vue-app-new/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading