Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] feat: add guardian recovery #52

Draft
wants to merge 51 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
880f3d2
feat: add initial guardian recovery views
aon Jan 9, 2025
e6efc33
feat: add confirm guardian view
aon Jan 14, 2025
d2f4d8e
feat: improve guardian view with edge cases
aon Jan 15, 2025
eb03f6f
fix: remove commented code
aon Jan 15, 2025
213fff5
Merge pull request #1 from Moonsong-Labs/feat/initial-recovery-views
aon Jan 16, 2025
fee0c9f
Merge pull request #2 from Moonsong-Labs/feat/confirm-guardian-view
aon Jan 16, 2025
5fc1724
feat: improve component imports
aon Jan 17, 2025
774d978
feat: add logout icon in desktop breakpoint
aon Jan 17, 2025
7259168
fix: naming
aon Jan 17, 2025
14c454b
Merge pull request #3 from Moonsong-Labs/feat/add-recovery-flow
aon Jan 17, 2025
72e653e
Merge remote-tracking branch 'upstream/main' into update-upstream
aon Jan 17, 2025
ed8c70c
fix: pnpm lock
aon Jan 17, 2025
9fd9cc8
Merge pull request #4 from Moonsong-Labs/update-upstream
aon Jan 17, 2025
407db29
fix: wrong nav component import
aon Jan 17, 2025
2c2ee47
fix: add missing package to cspell
aon Jan 17, 2025
6864fc0
feat: add recover account views
aon Jan 20, 2025
b4213e0
feat: add unknown account page
aon Jan 20, 2025
f05f3cd
feat: improve account init recovery start
aon Jan 21, 2025
b6d13d9
feat: reorganize routes with typed routes
aon Jan 21, 2025
27d66e9
feat: add recovery process warning when logged in
aon Jan 21, 2025
96e841e
feat: add account not ready page
aon Jan 21, 2025
9ad3286
fix: confirm-guardian page
aon Jan 21, 2025
5bb9e60
feat: add base guardian recovery module
MiniRoman Jan 22, 2025
565cf05
chore: update contracts submodule
MiniRoman Jan 22, 2025
47c4c4f
chore: update contracts submodule
MiniRoman Jan 23, 2025
71df9a9
chore: update contracts submodule
MiniRoman Jan 23, 2025
2885ef9
Merge pull request #5 from Moonsong-Labs/feat/add-recover-account-views
aon Jan 23, 2025
ba6a841
Merge pull request #6 from Moonsong-Labs/feat/add-contracts-integration
aon Jan 23, 2025
c9c065b
feat: add sso account validation
aon Jan 23, 2025
b289130
Update packages/auth-server/pages/recovery/guardian/index.vue
aon Jan 24, 2025
3d9ddd8
Merge pull request #7 from Moonsong-Labs/feat/add-recovery-guardian-r…
aon Jan 24, 2025
acc3fd3
feat: add integration with /recovery/guardian/find-account
aon Jan 27, 2025
cb1ce10
Merge pull request #8 from Moonsong-Labs/feat/integrate-route-recover…
aon Jan 27, 2025
da9dc3b
feat: integrate contracts in guardians settings page
MiniRoman Jan 28, 2025
602987e
feat: set proper path to confirm-guardian page
MiniRoman Jan 28, 2025
56f4eb9
feat: add guardian confirmation integration
MiniRoman Jan 28, 2025
9f1b187
feat: add ui improvements
aon Jan 28, 2025
05ea4b7
feat: address pr comments
MiniRoman Jan 29, 2025
859e9d8
Merge pull request #9 from Moonsong-Labs/feat/integrate-contract-in-g…
aon Jan 29, 2025
bf8656c
feat: merge from dev
aon Jan 30, 2025
af08b5a
feat: update contracts submodule
aon Jan 30, 2025
af569f7
Merge pull request #10 from Moonsong-Labs/feat/ui-improvements
aon Jan 30, 2025
8224b10
chore: update contract submodule
aon Jan 30, 2025
8fe79b7
feat: add integration to confirm recovery view
MiniRoman Feb 4, 2025
210bfda
feat: add integration with cancel recovery (#53)
aon Feb 4, 2025
424faf4
feat: add verify recovery view on the main page
aon Feb 4, 2025
36232c0
chore: update contracts
aon Feb 4, 2025
3d171fc
feat: add missing nuxt config
aon Feb 5, 2025
157fc49
feat: improve confirm guardian flow
aon Feb 12, 2025
151896c
chore: update contracts package
aon Feb 12, 2025
7890bea
feat: execute pending recovery on login (#57)
MiniRoman Feb 12, 2025
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
Prev Previous commit
Next Next commit
fix: wrong nav component import
aon committed Jan 17, 2025
commit 407db29c9467c47ac16fe509aa6e99ba586d5381
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="min-h-screen">
<header class="max-w-[1920px] mx-auto mb-12">
<app-generic-nav />
<confirm-guardian-nav />
</header>
<main class="max-w-[900px] mx-auto flex flex-col gap-6">
<div>