-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathproject_structure.text
More file actions
90 lines (90 loc) · 1.7 KB
/
project_structure.text
File metadata and controls
90 lines (90 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
- .env
- .env.local
- .gitignore
- README.md
- ViewerSRC1128.zip
- bun.lock
- components.json
- eslint.config.mjs
- next-env.d.ts
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- public
- escrow-background.png
- file.svg
- globe.svg
- logo.png
- next.svg
- vercel.svg
- window.svg
- src
- ViewersrcSep5.zip
- app
- [id]
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- components
- Navbar.tsx
- escrow
- EscrowDetails.tsx
- LedgerBalancePanel.tsx
- TransactionDetailModal.tsx
- TransactionTable.tsx
- desktop-view.tsx
- error-display.tsx
- escrow-content.tsx
- header.tsx
- search-card.tsx
- tab-view.tsx
- title-card.tsx
- welcome-state.tsx
- shared
- detail-row.tsx
- info-tooltip.tsx
- loading-logo.tsx
- milestone-card.tsx
- network-toggle.tsx
- progress-bar.tsx
- role-card.tsx
- role-icon.tsx
- section-card.tsx
- status-badge.tsx
- status-panel.tsx
- ui
- badge.tsx
- button.tsx
- card.tsx
- dialog.tsx
- dropdown-menu.tsx
- input.tsx
- progress.tsx
- separator.tsx
- tabs.tsx
- theme-toggle.tsx
- tooltip.tsx
- contexts
- NetworkContext.tsx
- hooks
- useEscrowData.ts
- useTokenBalance.ts
- lib
- amount-format.ts
- escrow-constants.ts
- network-config.ts
- rpc.ts
- token-service.ts
- utils.ts
- mappers
- escrow-mapper.ts
- utils
- animations
- animation-variants.ts
- ledgerkeycontract.ts
- token-balance.ts
- transactionFetcher.ts
- tsconfig.json