Commit 9bbf482
committed
feat(app): auth route groups, Welcome stub, and wallet roadmap docs
Routing and UI:
- Add auth/AuthContext stub (isAuthenticated, signIn, signOut) and wrap the root layout with AuthProvider.
- Add Expo Router groups (auth) and (app): welcome placeholder at /welcome; guard (app) routes when logged out.
- Replace app/index with a redirect to /welcome or /home; move the previous wallet screen to (app)/home.
- Move AI screen under (app)/ai so /ai shares the same auth guard as home.
- Apply useColors() for background and text on home and AI for a consistent theme.
Documentation:
- Extend texts/wallet-implementation-roadmap-and-login-alignment.md with logged-in session storage, Welcome provider implementation (links and steps), Telegram Mini App vs web Continue with Telegram, and compliance notes.
Tooling:
- Add scripts/stop-cloudflared-service.ps1 to stop the Cloudflared Windows service with elevation.
Made-with: Cursor1 parent 798e7cd commit 9bbf482
10 files changed
Lines changed: 784 additions & 427 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
10 | | - | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | 38 | | |
39 | 39 | | |
0 commit comments