Commit b7ac780
Feat/referral screen (#9)
* feat: referral screen with mocks
* feat: api connected
* fix: api function renamed
* feat: added referrals tracker using start_params
* fix: props fixed
* fix: Menu screen padding-bottom added
* feat: added WebView exapand feature
* update: referral API DTO
* wip: referrals layout
* feat: points API added
* fix: route naming fixed
* feat: cleaned-up the mocks, connecetd transactions API, added util date function
* fix: totalreferrals check
* fix: removed '-' value from points display
* fix: pointsData check
* fix: aliases added to the router.tsx
* fix: width resolution updated
* feat: adjusted the referral DTO as TG TMA API
* Updated /api/referral/track DTO Interface
---------
Co-authored-by: Jeongyeon Yang <[email protected]>1 parent 2424cca commit b7ac780
File tree
28 files changed
+997
-112
lines changed- src
- assets
- icons
- Landing
- Referral
- image
- components
- common
- main
- Menu
- referral/Modals
- hooks/api/referral
- pages
- Main
- Referral
- Stake
- styles
- types/referral
- utils
28 files changed
+997
-112
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Loading
Loading
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
84 | 104 | | |
85 | 105 | | |
86 | 106 | | |
| |||
139 | 159 | | |
140 | 160 | | |
141 | 161 | | |
| 162 | + | |
142 | 163 | | |
143 | 164 | | |
144 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments