Commit 7ab980e
Release: 0.5.4 (#547)
* it returns to the page to show the error code and desc
* show the errors depends the code
* it returns the emoji but we need to define and tests the other possible errors
* added translation - redux function for match the errors - moved emojiError object
* removed comments and clgs
* added standard in redux/send
* merge conflicts solved
* fix: refresh button logic / disabled state and animation
* Fixed token standard in handleRequestTransfer (#541)
Co-authored-by: rocky-fleek <[email protected]>
* Chore/fe structure (#546)
* renamed Background folder
* Deleted @ui folder and moved it to @components
* Removed lib folder
* Created scripts folder
* Created views folder
* fix: dont ovewritte whitelist in case is another one present (#523)
* Revert "Chore/fe structure (#546)" (#548)
This reverts commit 1a55622.
Seems there was a merge error and the `Popup/Views` was deleted
* Replaced extension 32x32 icon (#549)
Co-authored-by: rocky-fleek <[email protected]>
* Revert "Revert "Chore/fe structure (#546)" (#548)" (#550)
This reverts commit 1fa4118.
* details done
* removed string and put into translation
* updated manually npm
* Chore/fe structure (#551)
* renamed Background folder
* Deleted @ui folder and moved it to @components
* Removed lib folder
* Created scripts folder
* Created views folder
* Specified extension folder on gitignore
* added extension folder
* Removed extension
* Moved send flow files to new location
* Fixed error matching
* Fixed locales error
* updated dependencies versions, but no npm
* Fixed amount parsing for new ledger interface. refactored flow to use standard scoped parsing
* Removed unnecessary object for icp/rosetta txs
* Token selection logic / Tests fixes (#557)
* chore: token selection logic / test fixes
* chore: logs removed
* Fixed transactionId and object proptypes
* Auto fix with --fix
* Fixed remaining issues
* Updated controller to 0.19.8 and bumped plug version to 0.5.4
* Moved whitelist population to requestConnect
* Removed whitelist population
* fix: DIP20_AMOUNT_MAP
* Fix/timeout on get balances (#572)
* Fixed error parsing to take into account Error in amount field
* Changed fetchAssets to take into account assets loading
Co-authored-by: Cancu <[email protected]>
Co-authored-by: Max ⚡️ <[email protected]>
Co-authored-by: Cancu <[email protected]>
Co-authored-by: tomiir <[email protected]>
Co-authored-by: angarita-dev <[email protected]>
Co-authored-by: Alejo Acevedo <[email protected]>
Co-authored-by: Alina Sytnik <[email protected]>1 parent b13b2ca commit 7ab980e
File tree
333 files changed
+1672
-1534
lines changed- .storybook
- source
- Background
- Modules
- Controller
- Popup/Views/SendFlow/hooks
- assets/icons
- components
- ActionButton
- ActionCard
- ActionDialog
- Actions
- ActivityItem
- components
- ActivityItemDetails
- ActivityItemDisplay
- SwapIcon
- items
- LiquidityItem
- components
- LiquidityIcon
- Activity
- AddressTranslation
- components
- AddressRow
- TranslationModal
- Alert
- AppItem
- Apps
- AssetFormat
- AssetItem
- Badge
- Button
- CanisterInfo/components
- Container
- Item
- Card
- Checkbox
- CodeBox
- ConnectAccountsModal
- components/ConnectAccountItem
- ConnectionStatus
- components
- ConnectionControls
- NetworkSelector
- ContactItem
- Container
- DataDisplay
- Dialog
- DisplayBox
- FormInput
- FormItem
- FullscreenContainer
- GenericIcon
- GroupedDisplay
- Header
- HoverAnimation
- ICNSDisplay
- IDInput
- IncomingAction
- InfoRow
- InputBase
- LinkButton
- ListItem
- MenuItemDetailed
- MenuItem
- MultiInput
- NFTDisplayer
- NFTs/components/NFTCollection
- Profile
- SeedPhrase
- SelectButton
- Select
- SwapInfo/components/AssetInfo
- Tabs
- Tab
- TextInput
- Title
- TokenIcon
- Tokens
- USDFormat
- theme
- hooks
- locales/en
- redux
- scripts
- ContentScript
- utils
- Inpage
- ui
- views
- Extension
- Views
- AddToken
- Steps
- components
- hooks
- ClockError
- Contacts
- components
- hooks
- Deposit
- Error
- ExportIdentity
- hooks
- steps
- Help
- Home
- Login
- NFTDetails
- components
- NetworkCreation
- Network
- components
- NetworkCard
- NoNetworks
- SeedPhrase
- Steps
- hooks
- SendError
- SendFlow
- components
- hooks
- steps
- confirm
- selectAsset
- components
- xtcToCanister
- utils
- SendNFT
- components
- InputStep
- NFTDisplay
- ReviewStep
- Settings
- Swap
- Steps
- hooks
- WalletDetails
- components
- DetailItem
- ICNSSelector
- ICNSToggle
- InfoModal
- Options
- Views/Welcome
- components/Header
- hooks
- steps
- Popup
- components
- AllowAgent
- AppConnection
- BurnXTC
- components
- constants
- hooks
- ImportToken
- LoginProxy
- NotificationError
- Principal
- Sign
- components
- BatchTransactions
- constants
- hooks
- Data
- Details
- components
- WarningModal
- constants
- hooks
- Transfer
- components
- constants
- hooks
- tests/e2e
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
333 files changed
+1672
-1534
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
186 | | - | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
| |||
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
146 | | - | |
| 152 | + | |
147 | 153 | | |
148 | 154 | | |
149 | 155 | | |
| |||
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
211 | | - | |
| 217 | + | |
212 | 218 | | |
213 | 219 | | |
214 | 220 | | |
| |||
219 | 225 | | |
220 | 226 | | |
221 | 227 | | |
222 | | - | |
| 228 | + | |
223 | 229 | | |
224 | 230 | | |
225 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| 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 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments