Commit 1bc62f0
Merge main into feat/sanchonet (#763)
* feat(staking): maintenance 24 Nov 2023 (#754)
* feat(staking): maintenance 24 Nov 2023
* [LW-9151] Edit account name component (#746)
* feat(ui): input component
* feat(extension): edit account drawer
* feat(extension): add unit test
* feat: rename input component
* feat(ui): use pseudo parameters
* feat(ui): input width
* feat(ui): input disabled style
* feat(extension): add ui package
* feat: update lock file
* feat(ui): remove redundant styles
* feat(extension): [LW-5806] update Minting transaction display from dapps (#608)
* feat: identify minting txs from dapps and display proper UI to confirm
refs: LW-5806
* feat(extension): update dapp transaction styling
* refactor(extension,core): fix sonarcloud quality checks
* ci(core): add @lace/ui to dependencies
* test(extension): add mocks in ConfirmTransaction.test.tsx
* test(extension): remove leftover from local testing
* refactor(core): add missing newline at end of file
---------
Co-authored-by: przemyslaw.wlodek <[email protected]>
* test(extension): maintenance 27 nov (#757)
* test(extension): maintenance nov 27
* test(extension): clear failed request test logs
* test(extension): add real time console test logging, remove unnecessary logs
* test(extension): update wdio version
* test(extension): add node option env variable for e2e github runs
* test(extension): move node options to e2e test sections
* test(extension): increase max-old-space-size
* test(extension): downgrade wdio to stable version, remove node env variable
* feat(staking): [LW-6437, LW-8877] past epochs rewards chart (#718)
---------
Co-authored-by: refi93 <[email protected]>
Co-authored-by: przemyslaw.wlodek <[email protected]>
Co-authored-by: januszjanus <[email protected]>
* feat(extension): track manual re-sync and hd wallet discovery (#712)
* feat(staking): [LW-8929, LW-8777] apply pool search also to selected pools (#706)
---------
Co-authored-by: refi93 <[email protected]>
* feat(staking,common): enable manageDelegation CTA from pool details (#720)
Co-authored-by: przemyslaw.wlodek <[email protected]>
* feat(staking): load multi-delegation for HW wallets (#686)
---------
Signed-off-by: Kamil Džurman <[email protected]>
Co-authored-by: Rafael Korbaš <[email protected]>
Co-authored-by: januszjanus <[email protected]>
Co-authored-by: przemyslaw.wlodek <[email protected]>
* test(extension): test maintenance 29 Nov - fix Dapp e2e (#760)
* feat(extension): [LW-9028] Add wallet concepts to menu (#742)
* feat(extension): update dropdown menu with new wallet component
* feat(extension): add add new wallet option to profile dropdown
* refactor(ui): add test id
* refactor(extension): add test id for multi wallet
* refactor(extension): increase button width to match figma
* refactor(extension): remove copy address tooltip from multi-wallet menu it em
* refactor(extension): align top navigation buttons with side panel
* refactor(extension): update the expand button styling
* refactor(extension): update network pill and expand button styling
* refactor(extension): update network pill border radius
* refactor(extension): limit network pill change to popup only
* fix(extension): fix moving left side bar
* refactor(extension,core,cardano): post-merge fixes
* chore(extension): fix unit tests + rename
* chore(extension): fix unit tests and mocks
* chore(extension): remove TODO comments
* chore(core): review comments
---------
Signed-off-by: Kamil Džurman <[email protected]>
Co-authored-by: Janusz Janus <[email protected]>
Co-authored-by: Lucas <[email protected]>
Co-authored-by: Leonel Gobbi <[email protected]>
Co-authored-by: bslabiak <[email protected]>
Co-authored-by: Tomek Marciniak <[email protected]>
Co-authored-by: refi93 <[email protected]>
Co-authored-by: Kamil Džurman <[email protected]>
Co-authored-by: Lukasz Jagiela <[email protected]>
Co-authored-by: Renan Valentin <[email protected]>1 parent 595aafe commit 1bc62f0
File tree
111 files changed
+2349
-706
lines changed- apps/browser-extension-wallet
- src
- components
- DropdownMenu
- ExpandButton
- MainMenu
- DropdownMenuOverlay
- components
- NetworkPill
- features
- account/components/EditAccount
- dapp/components/confirm-transaction
- __tests__
- hooks
- lib/translations
- providers
- routes
- stores/slices
- utils/mocks
- views/browser-view
- components
- Layout
- LeftSidePanel
- SendReceiveBox
- features
- settings/components
- wallet-setup/components
- packages
- cardano/src/wallet
- common/src/analytics
- core/src/ui
- components
- ActivityDetail
- DappTransaction
- DappTxAsset
- DappTxHeader
- DappTxOutput
- lib/translations
- e2e-tests
- src
- assert
- elements/dappConnector
- features
- analytics
- e2e
- hooks
- pageobject
- utils
- staking
- src/features
- BrowsePools/StakePoolsTable
- Drawer
- confirmation
- activity
- PastEpochsRewards
- hooks
- i18n
- translations
- store/delegationPortfolioStore/stateMachine
- ui/src/design-system
- profile-dropdown
- text-box
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+2349
-706
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
Lines changed: 37 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | | - | |
57 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
58 | 82 | | |
59 | 83 | | |
60 | 84 | | |
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
39 | 54 | | |
40 | 55 | | |
41 | 56 | | |
| |||
Lines changed: 25 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
6 | 17 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
11 | 31 | | |
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
Lines changed: 20 additions & 0 deletions
| 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 | + | |
| 19 | + | |
| 20 | + | |
Lines changed: 46 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
48 | 56 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 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 | + | |
| 91 | + | |
67 | 92 | | |
68 | | - | |
69 | | - | |
| 93 | + | |
| 94 | + | |
70 | 95 | | |
71 | 96 | | |
72 | 97 | | |
| |||
0 commit comments