Commit e916190
[DDW-694] Implement the Tokens screen (#2671)
* [DDW-694] Initial file structure
* [DDW-694] Improve file structure
* [DDW-694] CHANGELOG
* [DDW-694] Search init
* [DDW-694] Fix Assets search
* [DDW-694] Fix Assets dropdown search
* [DDW-694] Tokens list - progress
* [DDW-694] Storybook stories
* [DDW-694] Storybook stories
* [DDW-694] Tokens List Header - init
* [DDW-694] Tokens List Header - progress
* [DDW-694] Tokens List Header - progress
* [DDW-694] Tokens List Header - progress
* [DDW-694] Remove controls for the MVP scope
* [DDW-694] Remove controls for the MVP scope
* [DDW-694] Favorite - init
* [DDW-694] Favorites localstorage
* [DDW-694] Styling adjustments
* [DDW-694] Styling adjustments
* [DDW-694] Styling adjustments
* [DDW-694] Favorites working
* [DDW-694] Only recent tokens
* [DDW-694] Toggle favorite animation
* [DDW-694] Show Zero Tokens - init
* [DDW-694] Move animation to the specific component using it
* [DDW-694] Move animation to the specific component using it
* [DDW-694] View all tokens button
* [DDW-694] Translation manager
* [DDW-694] Sorting - init
* [DDW-694] Wallet Tokens sorting
* [DDW-694] Fix memoized token dependency
* [DDW-694] Fix memoized token dependency
* [DDW-694] Move sort fn into utils
* [DDW-694] Adjust column title position
* [DDW-694] Sorting and animation tweaks
* [DDW-694] JP translation
* [DDW-694] Preparing for translation
* [DDW-694] JP translation and adjustments
* [DDW-694] Adjustments
* [DDW-694] Adjustments
* [DDW-694] Adjustments
* [DDW-694] Add mistakenly removed flow to Routes
* [DDW-694] Remove unused type
* [DDW-694] Fix variables naming
* [DDW-694] Fix variables naming
* [DDW-694] Styling adjustment
* [DDW-694] Add hooks to Func Component functions
* [DDW-694] Wallet Summary tokens adjustments and fns docs
* [DDW-694] Fix toggle sort direction
* [DDW-694] Restoring state for the Tokens tab
* [DDW-694] Fix search not working
* [DDW-694] Styling adjustments
* [DDW-694] Disable send when token has zero balance
* [DDW-694] No Tokens scenario in the Tokens tab
* [DDW-694] No Tokens scenario in the Tokens tab - fix typo
* [DDW-694] Remove zero tokens from the scope
* [DDW-694] Sort qtd with formatted amount
* [DDW-694] Fix CHANGELOG
* [DDW-694] Proper flow typing
* [DDW-694] useMemo in main content functions
Co-authored-by: Nikola Glumac <[email protected]>1 parent a05ee8d commit e916190
File tree
69 files changed
+2375
-965
lines changed- source
- common
- config
- types
- renderer/app
- actions
- api
- assets
- utils
- assets/images
- components
- assets
- wallet
- send-form
- summary
- tokens
- transactions
- config
- containers
- notifications
- wallet
- dialogs
- i18n/locales
- stores
- themes/daedalus
- types
- utils
- storybook/stories
- assets
- wallets
- _utils
- send
- summary
- tokens
- transactions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+2375
-965
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
14 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
330 | 355 | | |
331 | 356 | | |
332 | 357 | | |
| |||
Loading
Lines changed: 3 additions & 0 deletions
Loading
0 commit comments