Commit 05ffe8d
Select provider (#285)
* 0.1.7 (#281)
* Refactored sign transactions panel internal components (#267)
* Update styles
* Refactored sign transactions footer
* Refactored copy button
* Refactored button component
* Refactored tooltip component
* Refactored spinner icon component
* Refactored arrow right component
* Updated copy button
* Updated styles
* Refactored sign transactions overview
* Refactored sign-transactions-advanced and sign-transactions-header
* Updated styles
* Fixed test
* Updated changelog
* Updated files
* Fixes after review
* Eslint and prettierrc fixes (#270)
* Eslint fixes
* Prettierrc fixes
* Updated changelog
* Added minimize/maximize toasts (#272)
* Added min/max toasts
* Update changelog
* Replace icon
* Fixed trimmed address not showing in address-table (#273)
* Fixed addresses not showing
* Fix issue with trimWrapperVisible
* Fixed unlockPanelFooter styles
* Updated Trim
* Updated Trim
* Updated changelog
---------
Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>
* Refactored side panel components (#271)
* Update styles
* Refactored sign transactions footer
* Refactored copy button
* Refactored button component
* Refactored tooltip component
* Refactored spinner icon component
* Refactored arrow right component
* Updated copy button
* Updated styles
* Refactored sign transactions overview
* Refactored sign-transactions-advanced and sign-transactions-header
* Updated styles
* Updated styles
* Fixed test
* Updated changelog
* Updated changelog
* Updated files
* Fixes after review
* Fixes after review
* Updates files location
* Refactored side-panel-header comp
* Refactored side-panel comp
* Refactored side-panel-swipper styles
* Refactored side panel swiper component.
* Updated components
* Updated styles
* Updated changelog
* Fixed test
* Fixes after review
* Refactored transaction list item (#274)
* Refactored styles
* Refactored transaction-list-item component
* Updated changelog
* Fixed tests
* Fixes after review
* Upgraded version
* Fixed copy button (#276)
* Fixed copy button
* Upgraded version
* Sync development with main (#278)
* 0.1.5 (#275)
* Refactored sign transactions panel internal components (#267)
* Update styles
* Refactored sign transactions footer
* Refactored copy button
* Refactored button component
* Refactored tooltip component
* Refactored spinner icon component
* Refactored arrow right component
* Updated copy button
* Updated styles
* Refactored sign transactions overview
* Refactored sign-transactions-advanced and sign-transactions-header
* Updated styles
* Fixed test
* Updated changelog
* Updated files
* Fixes after review
* Eslint and prettierrc fixes (#270)
* Eslint fixes
* Prettierrc fixes
* Updated changelog
* Added minimize/maximize toasts (#272)
* Added min/max toasts
* Update changelog
* Replace icon
* Fixed trimmed address not showing in address-table (#273)
* Fixed addresses not showing
* Fix issue with trimWrapperVisible
* Fixed unlockPanelFooter styles
* Updated Trim
* Updated Trim
* Updated changelog
---------
Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>
* Refactored side panel components (#271)
* Update styles
* Refactored sign transactions footer
* Refactored copy button
* Refactored button component
* Refactored tooltip component
* Refactored spinner icon component
* Refactored arrow right component
* Updated copy button
* Updated styles
* Refactored sign transactions overview
* Refactored sign-transactions-advanced and sign-transactions-header
* Updated styles
* Updated styles
* Fixed test
* Updated changelog
* Updated changelog
* Updated files
* Fixes after review
* Fixes after review
* Updates files location
* Refactored side-panel-header comp
* Refactored side-panel comp
* Refactored side-panel-swipper styles
* Refactored side panel swiper component.
* Updated components
* Updated styles
* Updated changelog
* Fixed test
* Fixes after review
* Refactored transaction list item (#274)
* Refactored styles
* Refactored transaction-list-item component
* Updated changelog
* Fixed tests
* Fixes after review
* Upgraded version
---------
Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>
* Updated changelog
---------
Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>
* Fixed compatibility issue on stencil/core (#279)
* Updated package version
* Updated changelog
* Updated lockfile
* Upgraded version
---------
Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>
Co-authored-by: Tudor Morar <tudor.morar@multiversx.com>
* v0.1.8 (#283)
- fix SidePanel WalletConnect issues
- (temp) fix sdk-dapp 5.5.1 breaking changes
- update publish script
- pnpm test fix
* Add provider selection handling to unlock panel
- Subscribed to SELECT_PROVIDER event to handle provider selection.
- Implemented handleProviderSelection method to initiate login with the selected provider.
- Updated unsubscribe functions to include the new subscription.
* Update CHANGELOG
* Update CHANGELOG
* Update version
---------
Co-authored-by: Iulia Cimpeanu <72752718+iuliacimpeanu@users.noreply.github.com>
Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>
Co-authored-by: Radu Mojic <radu.mojic@multiversx.com>1 parent c657c83 commit 05ffe8d
File tree
8 files changed
+52
-44
lines changed- .github/workflows
- src
- common/SidePanel
- components
- functional/unlock-panel
- visual/transaction-list-item
8 files changed
+52
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
19 | 30 | | |
20 | 31 | | |
21 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 53 | + | |
60 | 54 | | |
61 | 55 | | |
62 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
29 | 24 | | |
30 | | - | |
| 25 | + | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
| |||
56 | 51 | | |
57 | 52 | | |
58 | 53 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 54 | + | |
63 | 55 | | |
64 | 56 | | |
65 | 57 | | |
66 | 58 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
81 | 69 | | |
| 70 | + | |
82 | 71 | | |
83 | 72 | | |
84 | 73 | | |
85 | 74 | | |
86 | 75 | | |
87 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | | - | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
70 | 81 | | |
71 | 82 | | |
72 | 83 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments