Commit 692785b
authored
Feat/implement wallet connect (#116)
* feat: enhance authentication and user experience - Integrated Zustand for state management in authentication flow - Implemented loading states and error handling in login and protected route components - Added animated transitions for improved UI responsiveness - Refactored middleware for better route protection and user session management - Fixed all linting errors and improved type safety - Fixed TypeScript errors in server-auth and wallet-utils
* refactor: improve type safety and cookie handling in authentication - Updated cookie handling to use await for asynchronous operations - Enhanced type safety in user object properties in getServerUser function - Refactored stellar network conversion functions for clarity and consistency1 parent a94f625 commit 692785b
57 files changed
Lines changed: 6073 additions & 1311 deletions
File tree
- app
- auth/signin
- debug
- test-auth
- user
- projects
- components
- auth
- buttons
- connect-wallet
- layout
- overview
- providers
- wallet
- docs
- hooks
- lib
- api
- auth
- stores
- public
- wallets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments