-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect to "Assets" view after network change #21
Labels
bug
Something isn't working
Comments
rubenguc
added a commit
that referenced
this issue
Jul 21, 2023
Signed-off-by: Ruben <rubdeivis@gmail.com>
0xslipk
pushed a commit
that referenced
this issue
Aug 3, 2023
* show transfetable asset for polkadot in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * transferable assets Signed-off-by: Ruben <rubdeivis@gmail.com> * update assetProvider test + update version Signed-off-by: Ruben <rubdeivis@gmail.com> * get prices for substrate non native asset Signed-off-by: Ruben <rubdeivis@gmail.com> * update asset price on change amount + update acala assets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests + update version Signed-off-by: Ruben <rubdeivis@gmail.com> * fix xcm stimated validation Signed-off-by: Ruben <rubdeivis@gmail.com> * update astar xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix asset to select in xcm transfer Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test Signed-off-by: Ruben <rubdeivis@gmail.com> * change to asset tab after change selected network fix #21 Signed-off-by: Ruben <rubdeivis@gmail.com> * show balance when on transfer view fix #25 Signed-off-by: Ruben <rubdeivis@gmail.com> * drag and drop for mobile Signed-off-by: Ruben <rubdeivis@gmail.com> * change recovery phrase text on create account #27 Signed-off-by: Ruben <rubdeivis@gmail.com> * change font size Signed-off-by: Ruben <rubdeivis@gmail.com> * change chain selector test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * mend Signed-off-by: Ruben <rubdeivis@gmail.com> --------- Signed-off-by: Ruben <rubdeivis@gmail.com>
0xslipk
pushed a commit
that referenced
this issue
Aug 3, 2023
* add search bar in trusted sites * toggle show assets * remove unnecessary text * add letters separators on the contacts view * restore password from settings * wasm send asset refactor Signed-off-by: Ruben <rubdeivis@gmail.com> * Show private keys * change witch dependency * evm send assets refactor Signed-off-by: Ruben <rubdeivis@gmail.com> * add network icons Signed-off-by: Ruben <rubdeivis@gmail.com> * validate show seed button before creating accounts * manage networks improvements * Add reset wallet * Show testnets * call asset from wasm contracts Signed-off-by: Ruben <rubdeivis@gmail.com> * assets refactor Signed-off-by: Ruben <rubdeivis@gmail.com> * show assets usd amounts Signed-off-by: Ruben <rubdeivis@gmail.com> * Develop drag and drop (#7) * Drag and drop not working * fix drag and drop Signed-off-by: Ruben <rubdeivis@gmail.com> * Confirm seed working * Confirm recovery phrase i18n --------- Signed-off-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix reset wallet Signed-off-by: Ruben <rubdeivis@gmail.com> * copy to clipboard to component + add some english translations Signed-off-by: Ruben <rubdeivis@gmail.com> * copied translations Signed-off-by: Ruben <rubdeivis@gmail.com> * add fee to confirm transfer Signed-off-by: Ruben <rubdeivis@gmail.com> * listen to assets in wasm progress Signed-off-by: Ruben <rubdeivis@gmail.com> * account amount listener progress Signed-off-by: Ruben <rubdeivis@gmail.com> * balance changes for wasm contracts Signed-off-by: Ruben <rubdeivis@gmail.com> * random color for assets progress Signed-off-by: Ruben <rubdeivis@gmail.com> * add missing translations Signed-off-by: Ruben <rubdeivis@gmail.com> * load assets usd price every minute Signed-off-by: Ruben <rubdeivis@gmail.com> * fix asset icon + activity icons Signed-off-by: Ruben <rubdeivis@gmail.com> * send redirect to send view * process tx in background + some fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix send errors, types and warnings Signed-off-by: Ruben <rubdeivis@gmail.com> * fix typing and warnings Signed-off-by: Ruben <rubdeivis@gmail.com> * improve extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * delete useExtension Signed-off-by: Ruben <rubdeivis@gmail.com> * fix accountManager tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix netProviders tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix chain selector test + remove balance tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update packaje lock Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * asset tests Signed-off-by: Ruben <rubdeivis@gmail.com> * chains tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add trusted sites tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add activity tests Signed-off-by: Ruben <rubdeivis@gmail.com> * contact, register and registry tests Signed-off-by: Ruben <rubdeivis@gmail.com> * setting/s tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test warning Signed-off-by: Ruben <rubdeivis@gmail.com> * utils tests Signed-off-by: Ruben <rubdeivis@gmail.com> * manageasset and receive test Signed-off-by: Ruben <rubdeivis@gmail.com> * total balance tests Signed-off-by: Ruben <rubdeivis@gmail.com> * activity test + total balance fix Signed-off-by: Ruben <rubdeivis@gmail.com> * destination test Signed-off-by: Ruben <rubdeivis@gmail.com> * destinatio tests + warning fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fees tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable chain tests Signed-off-by: Ruben <rubdeivis@gmail.com> * confirmTx tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable assets tests and missing tests placeholders Signed-off-by: Ruben <rubdeivis@gmail.com> * contacts tests Signed-off-by: Ruben <rubdeivis@gmail.com> * asset provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * tx provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * evm form tests Signed-off-by: Ruben <rubdeivis@gmail.com> * wasmForm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * sign message tests + missing translations Signed-off-by: Ruben <rubdeivis@gmail.com> * wasmform tests fix Signed-off-by: Ruben <rubdeivis@gmail.com> * security tests Signed-off-by: Ruben <rubdeivis@gmail.com> * general settings tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix chain selector tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * improve accountProvider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * webApi Signed-off-by: Ruben <rubdeivis@gmail.com> * confirm word responsive Signed-off-by: Ruben <rubdeivis@gmail.com> * add button to show password on sign ing Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fix sign in icon + fullscren in welcome Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix script injection Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * test fix Signed-off-by: Ruben <rubdeivis@gmail.com> * update sign message Signed-off-by: Ruben <rubdeivis@gmail.com> * Integration docs * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * remove rococo from testnets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix change account assets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix contact search Signed-off-by: Ruben <rubdeivis@gmail.com> * fix fetch asset usd price Signed-off-by: Ruben <rubdeivis@gmail.com> * xcm in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * improving xcm config + add Kusama xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix polkadot -> Moonbeam extrinsic + some fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * astart xcm fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm balance listener Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm listener Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve network provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update moonbase based chains config + fix bug listener on change chain Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests mock Signed-off-by: Ruben <rubdeivis@gmail.com> * Xcm (#9) * remove test button in balance Signed-off-by: Ruben <rubdeivis@gmail.com> * add moonbeam config Signed-off-by: Ruben <rubdeivis@gmail.com> * add moonriver xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * default assets for moonbeam and moonriver Signed-off-by: Ruben <rubdeivis@gmail.com> * map xcm selectable assets on send Signed-off-by: Ruben <rubdeivis@gmail.com> --------- Signed-off-by: Ruben <rubdeivis@gmail.com> * Audit refactor (#10) * AUDIT: Security and quality * Remove unnecessary flag * refactor - auth in background pending * still missing auth on background * fix import names * remove public key * fix on show keys * fix on isAuth * reset wallet requires password * refactor is unlocked * making password private * re-enter password modal Signed-off-by: Ruben <rubdeivis@gmail.com> * cleaning code * re enter password * update account name * fix re-enter passwaord for show pk * fixing tests * password validation on reset wallet --------- Signed-off-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Piotr Romashov <promachov@gmail.com> Co-authored-by: Fernando Sirni <fsirni@gmail.com> * fix vault tests Signed-off-by: Ruben <rubdeivis@gmail.com> * keyrings tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add missing mocks Signed-off-by: Ruben <rubdeivis@gmail.com> * fix storage tests * fix extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix auth tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update readme - xcm supported messages Fix chains configuration * fix AccountManager tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix confirmTx and SelectableAssets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm and wasm form tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix network provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build types Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add sentry Signed-off-by: Ruben <rubdeivis@gmail.com> * fix send login required and evm send asset Signed-off-by: Ruben <rubdeivis@gmail.com> * Acala chain and his xcm config for future Signed-off-by: Ruben <rubdeivis@gmail.com> * fix import evm and add Acala Signed-off-by: Ruben <rubdeivis@gmail.com> * add binance and polygon networks Signed-off-by: Ruben <rubdeivis@gmail.com> * change WASM to Wasm * capture before show toast * Acala xcm Signed-off-by: Ruben <rubdeivis@gmail.com> * change send wasm tx logic Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes acala xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix acala to moonbeam xcm Signed-off-by: Ruben <rubdeivis@gmail.com> * call smart contracts from extension in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * call contracts error handling Signed-off-by: Ruben <rubdeivis@gmail.com> * minor fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * update chains rpcs Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build and lint Signed-off-by: Ruben <rubdeivis@gmail.com> * update coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * i18n updated * refactor input class Signed-off-by: Ruben <rubdeivis@gmail.com> * add change language selector on init, create/import account open in fullscreen Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * Merge main * add version, about us and bug report * fix xcm extrinsic and add Kusama config Signed-off-by: Ruben <rubdeivis@gmail.com> * add error handling to fees Signed-off-by: Ruben <rubdeivis@gmail.com> * fix open on tab or open redirect on init Signed-off-by: Ruben <rubdeivis@gmail.com> * remove - * capture error * change settings modal + change accountForm redirect Signed-off-by: Ruben <rubdeivis@gmail.com> * adding bug report and about us views * fix redirect and tests Signed-off-by: Ruben <rubdeivis@gmail.com> * about us * remove scrollbar from settings Signed-off-by: Ruben <rubdeivis@gmail.com> * kuma link * bug report view * change icons Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * add xcm wasm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * send asset directly on clicking arrow Signed-off-by: Ruben <rubdeivis@gmail.com> * add env vars Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fix showtestnet warning Signed-off-by: Ruben <rubdeivis@gmail.com> * fix wasmForm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * acala docs * acala xcm docs * suppor to call payable contract methods Signed-off-by: Ruben <rubdeivis@gmail.com> * update docs * update version to 0.2.0 * update version Signed-off-by: Ruben <rubdeivis@gmail.com> * change theme color based on chain in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * change chains colors + fix theme provider Signed-off-by: Ruben <rubdeivis@gmail.com> * adding testnets * remove console.log * change test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * version * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * refactor xcm files + fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * standarize buttons Signed-off-by: Ruben <rubdeivis@gmail.com> * change Logo and some ui fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix showKey and manifest Signed-off-by: Ruben <rubdeivis@gmail.com> * update version and fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * show transfetable asset for polkadot in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * transferable assets Signed-off-by: Ruben <rubdeivis@gmail.com> * update assetProvider test + update version Signed-off-by: Ruben <rubdeivis@gmail.com> * get prices for substrate non native asset Signed-off-by: Ruben <rubdeivis@gmail.com> * update asset price on change amount + update acala assets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests + update version Signed-off-by: Ruben <rubdeivis@gmail.com> * fix xcm stimated validation Signed-off-by: Ruben <rubdeivis@gmail.com> * update astar xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix asset to select in xcm transfer Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test Signed-off-by: Ruben <rubdeivis@gmail.com> * change to asset tab after change selected network fix #21 Signed-off-by: Ruben <rubdeivis@gmail.com> * show balance when on transfer view fix #25 Signed-off-by: Ruben <rubdeivis@gmail.com> * drag and drop for mobile Signed-off-by: Ruben <rubdeivis@gmail.com> * change recovery phrase text on create account #27 Signed-off-by: Ruben <rubdeivis@gmail.com> * change font size Signed-off-by: Ruben <rubdeivis@gmail.com> * change chain selector test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * Fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * update extension workflow Signed-off-by: Ruben <rubdeivis@gmail.com> * downgrade react-toastify Signed-off-by: Ruben <rubdeivis@gmail.com> * IU fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * add test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * update version Signed-off-by: Ruben <rubdeivis@gmail.com> * change to circle medium+ Signed-off-by: Ruben <rubdeivis@gmail.com> * add memory config on circle ci Signed-off-by: Ruben <rubdeivis@gmail.com> * test 3b memory Signed-off-by: Ruben <rubdeivis@gmail.com> * fix activity test Signed-off-by: Ruben <rubdeivis@gmail.com> --------- Signed-off-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Fernando Sirni <fsirni@gmail.com> Co-authored-by: Fernando Sirni <33009762+fersirni@users.noreply.github.com> Co-authored-by: Piotr Romashov <promachov@gmail.com>
0xslipk
added a commit
that referenced
this issue
Feb 5, 2024
* manage networks improvements * Add reset wallet * Show testnets * call asset from wasm contracts Signed-off-by: Ruben <rubdeivis@gmail.com> * assets refactor Signed-off-by: Ruben <rubdeivis@gmail.com> * show assets usd amounts Signed-off-by: Ruben <rubdeivis@gmail.com> * Develop drag and drop (#7) * Drag and drop not working * fix drag and drop Signed-off-by: Ruben <rubdeivis@gmail.com> * Confirm seed working * Confirm recovery phrase i18n --------- Signed-off-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix reset wallet Signed-off-by: Ruben <rubdeivis@gmail.com> * copy to clipboard to component + add some english translations Signed-off-by: Ruben <rubdeivis@gmail.com> * copied translations Signed-off-by: Ruben <rubdeivis@gmail.com> * add fee to confirm transfer Signed-off-by: Ruben <rubdeivis@gmail.com> * listen to assets in wasm progress Signed-off-by: Ruben <rubdeivis@gmail.com> * account amount listener progress Signed-off-by: Ruben <rubdeivis@gmail.com> * balance changes for wasm contracts Signed-off-by: Ruben <rubdeivis@gmail.com> * random color for assets progress Signed-off-by: Ruben <rubdeivis@gmail.com> * add missing translations Signed-off-by: Ruben <rubdeivis@gmail.com> * load assets usd price every minute Signed-off-by: Ruben <rubdeivis@gmail.com> * fix asset icon + activity icons Signed-off-by: Ruben <rubdeivis@gmail.com> * send redirect to send view * process tx in background + some fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix send errors, types and warnings Signed-off-by: Ruben <rubdeivis@gmail.com> * fix typing and warnings Signed-off-by: Ruben <rubdeivis@gmail.com> * improve extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * delete useExtension Signed-off-by: Ruben <rubdeivis@gmail.com> * fix accountManager tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix netProviders tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix chain selector test + remove balance tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update packaje lock Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * asset tests Signed-off-by: Ruben <rubdeivis@gmail.com> * chains tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add trusted sites tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add activity tests Signed-off-by: Ruben <rubdeivis@gmail.com> * contact, register and registry tests Signed-off-by: Ruben <rubdeivis@gmail.com> * setting/s tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test warning Signed-off-by: Ruben <rubdeivis@gmail.com> * utils tests Signed-off-by: Ruben <rubdeivis@gmail.com> * manageasset and receive test Signed-off-by: Ruben <rubdeivis@gmail.com> * total balance tests Signed-off-by: Ruben <rubdeivis@gmail.com> * activity test + total balance fix Signed-off-by: Ruben <rubdeivis@gmail.com> * destination test Signed-off-by: Ruben <rubdeivis@gmail.com> * destinatio tests + warning fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fees tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable chain tests Signed-off-by: Ruben <rubdeivis@gmail.com> * confirmTx tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable assets tests and missing tests placeholders Signed-off-by: Ruben <rubdeivis@gmail.com> * contacts tests Signed-off-by: Ruben <rubdeivis@gmail.com> * asset provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * tx provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * evm form tests Signed-off-by: Ruben <rubdeivis@gmail.com> * wasmForm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * sign message tests + missing translations Signed-off-by: Ruben <rubdeivis@gmail.com> * wasmform tests fix Signed-off-by: Ruben <rubdeivis@gmail.com> * security tests Signed-off-by: Ruben <rubdeivis@gmail.com> * general settings tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix chain selector tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * improve accountProvider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * webApi Signed-off-by: Ruben <rubdeivis@gmail.com> * confirm word responsive Signed-off-by: Ruben <rubdeivis@gmail.com> * add button to show password on sign ing Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fix sign in icon + fullscren in welcome Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix script injection Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * test fix Signed-off-by: Ruben <rubdeivis@gmail.com> * update sign message Signed-off-by: Ruben <rubdeivis@gmail.com> * Integration docs * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * remove rococo from testnets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix change account assets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix contact search Signed-off-by: Ruben <rubdeivis@gmail.com> * fix fetch asset usd price Signed-off-by: Ruben <rubdeivis@gmail.com> * xcm in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * improving xcm config + add Kusama xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix polkadot -> Moonbeam extrinsic + some fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * astart xcm fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm balance listener Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm listener Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve network provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update moonbase based chains config + fix bug listener on change chain Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests mock Signed-off-by: Ruben <rubdeivis@gmail.com> * Xcm (#9) * remove test button in balance Signed-off-by: Ruben <rubdeivis@gmail.com> * add moonbeam config Signed-off-by: Ruben <rubdeivis@gmail.com> * add moonriver xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * default assets for moonbeam and moonriver Signed-off-by: Ruben <rubdeivis@gmail.com> * map xcm selectable assets on send Signed-off-by: Ruben <rubdeivis@gmail.com> --------- Signed-off-by: Ruben <rubdeivis@gmail.com> * Audit refactor (#10) * AUDIT: Security and quality * Remove unnecessary flag * refactor - auth in background pending * still missing auth on background * fix import names * remove public key * fix on show keys * fix on isAuth * reset wallet requires password * refactor is unlocked * making password private * re-enter password modal Signed-off-by: Ruben <rubdeivis@gmail.com> * cleaning code * re enter password * update account name * fix re-enter passwaord for show pk * fixing tests * password validation on reset wallet --------- Signed-off-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Piotr Romashov <promachov@gmail.com> Co-authored-by: Fernando Sirni <fsirni@gmail.com> * fix vault tests Signed-off-by: Ruben <rubdeivis@gmail.com> * keyrings tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add missing mocks Signed-off-by: Ruben <rubdeivis@gmail.com> * fix storage tests * fix extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix auth tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update readme - xcm supported messages Fix chains configuration * fix AccountManager tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix confirmTx and SelectableAssets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm and wasm form tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix network provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build types Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add sentry Signed-off-by: Ruben <rubdeivis@gmail.com> * fix send login required and evm send asset Signed-off-by: Ruben <rubdeivis@gmail.com> * Acala chain and his xcm config for future Signed-off-by: Ruben <rubdeivis@gmail.com> * fix import evm and add Acala Signed-off-by: Ruben <rubdeivis@gmail.com> * add binance and polygon networks Signed-off-by: Ruben <rubdeivis@gmail.com> * change WASM to Wasm * capture before show toast * Acala xcm Signed-off-by: Ruben <rubdeivis@gmail.com> * change send wasm tx logic Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes acala xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix acala to moonbeam xcm Signed-off-by: Ruben <rubdeivis@gmail.com> * call smart contracts from extension in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * call contracts error handling Signed-off-by: Ruben <rubdeivis@gmail.com> * minor fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * update chains rpcs Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build and lint Signed-off-by: Ruben <rubdeivis@gmail.com> * update coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * i18n updated * refactor input class Signed-off-by: Ruben <rubdeivis@gmail.com> * add change language selector on init, create/import account open in fullscreen Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * Merge main * add version, about us and bug report * fix xcm extrinsic and add Kusama config Signed-off-by: Ruben <rubdeivis@gmail.com> * add error handling to fees Signed-off-by: Ruben <rubdeivis@gmail.com> * fix open on tab or open redirect on init Signed-off-by: Ruben <rubdeivis@gmail.com> * remove - * capture error * change settings modal + change accountForm redirect Signed-off-by: Ruben <rubdeivis@gmail.com> * adding bug report and about us views * fix redirect and tests Signed-off-by: Ruben <rubdeivis@gmail.com> * about us * remove scrollbar from settings Signed-off-by: Ruben <rubdeivis@gmail.com> * kuma link * bug report view * change icons Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * add xcm wasm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * send asset directly on clicking arrow Signed-off-by: Ruben <rubdeivis@gmail.com> * add env vars Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fix showtestnet warning Signed-off-by: Ruben <rubdeivis@gmail.com> * fix wasmForm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * acala docs * acala xcm docs * suppor to call payable contract methods Signed-off-by: Ruben <rubdeivis@gmail.com> * update docs * update version to 0.2.0 * update version Signed-off-by: Ruben <rubdeivis@gmail.com> * change theme color based on chain in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * change chains colors + fix theme provider Signed-off-by: Ruben <rubdeivis@gmail.com> * adding testnets * remove console.log * change test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * version * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * refactor xcm files + fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * standarize buttons Signed-off-by: Ruben <rubdeivis@gmail.com> * change Logo and some ui fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix showKey and manifest Signed-off-by: Ruben <rubdeivis@gmail.com> * update version and fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * show transfetable asset for polkadot in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * transferable assets Signed-off-by: Ruben <rubdeivis@gmail.com> * update assetProvider test + update version Signed-off-by: Ruben <rubdeivis@gmail.com> * get prices for substrate non native asset Signed-off-by: Ruben <rubdeivis@gmail.com> * update asset price on change amount + update acala assets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests + update version Signed-off-by: Ruben <rubdeivis@gmail.com> * fix xcm stimated validation Signed-off-by: Ruben <rubdeivis@gmail.com> * update astar xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix asset to select in xcm transfer Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test Signed-off-by: Ruben <rubdeivis@gmail.com> * change to asset tab after change selected network fix #21 Signed-off-by: Ruben <rubdeivis@gmail.com> * show balance when on transfer view fix #25 Signed-off-by: Ruben <rubdeivis@gmail.com> * drag and drop for mobile Signed-off-by: Ruben <rubdeivis@gmail.com> * change recovery phrase text on create account #27 Signed-off-by: Ruben <rubdeivis@gmail.com> * change font size Signed-off-by: Ruben <rubdeivis@gmail.com> * change chain selector test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * Fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * update extension workflow Signed-off-by: Ruben <rubdeivis@gmail.com> * downgrade react-toastify Signed-off-by: Ruben <rubdeivis@gmail.com> * IU fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * add test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * update package-lock.json Signed-off-by: Ruben <rubdeivis@gmail.com> * new design Signed-off-by: Ruben <rubdeivis@gmail.com> * ui fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * change astar color Signed-off-by: Ruben <rubdeivis@gmail.com> * assets icons + mapped assets for substrate chains Signed-off-by: Ruben <rubdeivis@gmail.com> * UI changes + change swap view Signed-off-by: Ruben <rubdeivis@gmail.com> * UI changes + change Swap view Signed-off-by: Ruben <rubdeivis@gmail.com> * fix ReenterPassword bug on security settings Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix logos * fix loading data Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix lint Signed-off-by: Ruben <rubdeivis@gmail.com> * CHANGELOG.md --------- Signed-off-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Fernando Sirni <fsirni@gmail.com> Co-authored-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Fernando Sirni <33009762+fersirni@users.noreply.github.com> Co-authored-by: Ruben Gutierrez <45153592+rubenguc@users.noreply.github.com> Co-authored-by: Piotr Romashov <promachov@gmail.com>
0xslipk
added a commit
that referenced
this issue
Feb 7, 2024
* fix reset wallet Signed-off-by: Ruben <rubdeivis@gmail.com> * copy to clipboard to component + add some english translations Signed-off-by: Ruben <rubdeivis@gmail.com> * copied translations Signed-off-by: Ruben <rubdeivis@gmail.com> * add fee to confirm transfer Signed-off-by: Ruben <rubdeivis@gmail.com> * listen to assets in wasm progress Signed-off-by: Ruben <rubdeivis@gmail.com> * account amount listener progress Signed-off-by: Ruben <rubdeivis@gmail.com> * balance changes for wasm contracts Signed-off-by: Ruben <rubdeivis@gmail.com> * random color for assets progress Signed-off-by: Ruben <rubdeivis@gmail.com> * add missing translations Signed-off-by: Ruben <rubdeivis@gmail.com> * load assets usd price every minute Signed-off-by: Ruben <rubdeivis@gmail.com> * fix asset icon + activity icons Signed-off-by: Ruben <rubdeivis@gmail.com> * send redirect to send view * process tx in background + some fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix send errors, types and warnings Signed-off-by: Ruben <rubdeivis@gmail.com> * fix typing and warnings Signed-off-by: Ruben <rubdeivis@gmail.com> * improve extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * delete useExtension Signed-off-by: Ruben <rubdeivis@gmail.com> * fix accountManager tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix netProviders tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix chain selector test + remove balance tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update packaje lock Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * asset tests Signed-off-by: Ruben <rubdeivis@gmail.com> * chains tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add trusted sites tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add activity tests Signed-off-by: Ruben <rubdeivis@gmail.com> * contact, register and registry tests Signed-off-by: Ruben <rubdeivis@gmail.com> * setting/s tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test warning Signed-off-by: Ruben <rubdeivis@gmail.com> * utils tests Signed-off-by: Ruben <rubdeivis@gmail.com> * manageasset and receive test Signed-off-by: Ruben <rubdeivis@gmail.com> * total balance tests Signed-off-by: Ruben <rubdeivis@gmail.com> * activity test + total balance fix Signed-off-by: Ruben <rubdeivis@gmail.com> * destination test Signed-off-by: Ruben <rubdeivis@gmail.com> * destinatio tests + warning fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fees tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable chain tests Signed-off-by: Ruben <rubdeivis@gmail.com> * confirmTx tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * selectable assets tests and missing tests placeholders Signed-off-by: Ruben <rubdeivis@gmail.com> * contacts tests Signed-off-by: Ruben <rubdeivis@gmail.com> * asset provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * tx provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * evm form tests Signed-off-by: Ruben <rubdeivis@gmail.com> * wasmForm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * sign message tests + missing translations Signed-off-by: Ruben <rubdeivis@gmail.com> * wasmform tests fix Signed-off-by: Ruben <rubdeivis@gmail.com> * security tests Signed-off-by: Ruben <rubdeivis@gmail.com> * general settings tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix chain selector tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * improve accountProvider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * webApi Signed-off-by: Ruben <rubdeivis@gmail.com> * confirm word responsive Signed-off-by: Ruben <rubdeivis@gmail.com> * add button to show password on sign ing Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fix sign in icon + fullscren in welcome Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix script injection Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * test fix Signed-off-by: Ruben <rubdeivis@gmail.com> * update sign message Signed-off-by: Ruben <rubdeivis@gmail.com> * Integration docs * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * remove rococo from testnets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix change account assets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix contact search Signed-off-by: Ruben <rubdeivis@gmail.com> * fix fetch asset usd price Signed-off-by: Ruben <rubdeivis@gmail.com> * xcm in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * improving xcm config + add Kusama xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix polkadot -> Moonbeam extrinsic + some fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * astart xcm fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm balance listener Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm listener Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve network provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update moonbase based chains config + fix bug listener on change chain Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests mock Signed-off-by: Ruben <rubdeivis@gmail.com> * Xcm (#9) * remove test button in balance Signed-off-by: Ruben <rubdeivis@gmail.com> * add moonbeam config Signed-off-by: Ruben <rubdeivis@gmail.com> * add moonriver xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * default assets for moonbeam and moonriver Signed-off-by: Ruben <rubdeivis@gmail.com> * map xcm selectable assets on send Signed-off-by: Ruben <rubdeivis@gmail.com> --------- Signed-off-by: Ruben <rubdeivis@gmail.com> * Audit refactor (#10) * AUDIT: Security and quality * Remove unnecessary flag * refactor - auth in background pending * still missing auth on background * fix import names * remove public key * fix on show keys * fix on isAuth * reset wallet requires password * refactor is unlocked * making password private * re-enter password modal Signed-off-by: Ruben <rubdeivis@gmail.com> * cleaning code * re enter password * update account name * fix re-enter passwaord for show pk * fixing tests * password validation on reset wallet --------- Signed-off-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Piotr Romashov <promachov@gmail.com> Co-authored-by: Fernando Sirni <fsirni@gmail.com> * fix vault tests Signed-off-by: Ruben <rubdeivis@gmail.com> * keyrings tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add missing mocks Signed-off-by: Ruben <rubdeivis@gmail.com> * fix storage tests * fix extension tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix auth tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update readme - xcm supported messages Fix chains configuration * fix AccountManager tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix assets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix confirmTx and SelectableAssets tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix evm and wasm form tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix network provider tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build types Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * add sentry Signed-off-by: Ruben <rubdeivis@gmail.com> * fix send login required and evm send asset Signed-off-by: Ruben <rubdeivis@gmail.com> * Acala chain and his xcm config for future Signed-off-by: Ruben <rubdeivis@gmail.com> * fix import evm and add Acala Signed-off-by: Ruben <rubdeivis@gmail.com> * add binance and polygon networks Signed-off-by: Ruben <rubdeivis@gmail.com> * change WASM to Wasm * capture before show toast * Acala xcm Signed-off-by: Ruben <rubdeivis@gmail.com> * change send wasm tx logic Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes acala xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix acala to moonbeam xcm Signed-off-by: Ruben <rubdeivis@gmail.com> * call smart contracts from extension in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * call contracts error handling Signed-off-by: Ruben <rubdeivis@gmail.com> * minor fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * update chains rpcs Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build and lint Signed-off-by: Ruben <rubdeivis@gmail.com> * update coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * i18n updated * refactor input class Signed-off-by: Ruben <rubdeivis@gmail.com> * add change language selector on init, create/import account open in fullscreen Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * Merge main * add version, about us and bug report * fix xcm extrinsic and add Kusama config Signed-off-by: Ruben <rubdeivis@gmail.com> * add error handling to fees Signed-off-by: Ruben <rubdeivis@gmail.com> * fix open on tab or open redirect on init Signed-off-by: Ruben <rubdeivis@gmail.com> * remove - * capture error * change settings modal + change accountForm redirect Signed-off-by: Ruben <rubdeivis@gmail.com> * adding bug report and about us views * fix redirect and tests Signed-off-by: Ruben <rubdeivis@gmail.com> * about us * remove scrollbar from settings Signed-off-by: Ruben <rubdeivis@gmail.com> * kuma link * bug report view * change icons Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * improve tests Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * add xcm wasm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * send asset directly on clicking arrow Signed-off-by: Ruben <rubdeivis@gmail.com> * add env vars Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * fix showtestnet warning Signed-off-by: Ruben <rubdeivis@gmail.com> * fix wasmForm tests Signed-off-by: Ruben <rubdeivis@gmail.com> * acala docs * acala xcm docs * suppor to call payable contract methods Signed-off-by: Ruben <rubdeivis@gmail.com> * update docs * update version to 0.2.0 * update version Signed-off-by: Ruben <rubdeivis@gmail.com> * change theme color based on chain in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * change chains colors + fix theme provider Signed-off-by: Ruben <rubdeivis@gmail.com> * adding testnets * remove console.log * change test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * version * improve test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * refactor xcm files + fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * standarize buttons Signed-off-by: Ruben <rubdeivis@gmail.com> * change Logo and some ui fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix showKey and manifest Signed-off-by: Ruben <rubdeivis@gmail.com> * update version and fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * show transfetable asset for polkadot in progress Signed-off-by: Ruben <rubdeivis@gmail.com> * transferable assets Signed-off-by: Ruben <rubdeivis@gmail.com> * update assetProvider test + update version Signed-off-by: Ruben <rubdeivis@gmail.com> * get prices for substrate non native asset Signed-off-by: Ruben <rubdeivis@gmail.com> * update asset price on change amount + update acala assets Signed-off-by: Ruben <rubdeivis@gmail.com> * fix tests + update version Signed-off-by: Ruben <rubdeivis@gmail.com> * fix xcm stimated validation Signed-off-by: Ruben <rubdeivis@gmail.com> * update astar xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * fix asset to select in xcm transfer Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test Signed-off-by: Ruben <rubdeivis@gmail.com> * change to asset tab after change selected network fix #21 Signed-off-by: Ruben <rubdeivis@gmail.com> * show balance when on transfer view fix #25 Signed-off-by: Ruben <rubdeivis@gmail.com> * drag and drop for mobile Signed-off-by: Ruben <rubdeivis@gmail.com> * change recovery phrase text on create account #27 Signed-off-by: Ruben <rubdeivis@gmail.com> * change font size Signed-off-by: Ruben <rubdeivis@gmail.com> * change chain selector test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * Fix tests Signed-off-by: Ruben <rubdeivis@gmail.com> * update xcm config Signed-off-by: Ruben <rubdeivis@gmail.com> * update extension workflow Signed-off-by: Ruben <rubdeivis@gmail.com> * downgrade react-toastify Signed-off-by: Ruben <rubdeivis@gmail.com> * IU fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * add test timeout Signed-off-by: Ruben <rubdeivis@gmail.com> * fix build Signed-off-by: Ruben <rubdeivis@gmail.com> * update package-lock.json Signed-off-by: Ruben <rubdeivis@gmail.com> * new design Signed-off-by: Ruben <rubdeivis@gmail.com> * ui fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix test coverage Signed-off-by: Ruben <rubdeivis@gmail.com> * change astar color Signed-off-by: Ruben <rubdeivis@gmail.com> * assets icons + mapped assets for substrate chains Signed-off-by: Ruben <rubdeivis@gmail.com> * UI changes + change swap view Signed-off-by: Ruben <rubdeivis@gmail.com> * UI changes + change Swap view Signed-off-by: Ruben <rubdeivis@gmail.com> * fix ReenterPassword bug on security settings Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix logos * fix loading data Signed-off-by: Ruben <rubdeivis@gmail.com> * fixes Signed-off-by: Ruben <rubdeivis@gmail.com> * fix lint Signed-off-by: Ruben <rubdeivis@gmail.com> * storage moved to background Signed-off-by: Ruben <rubdeivis@gmail.com> * default env vars Signed-off-by: Ruben <rubdeivis@gmail.com> * remove console.log Signed-off-by: Ruben <rubdeivis@gmail.com> * add @polkadot/extension-base dependecy Signed-off-by: Ruben <rubdeivis@gmail.com> * remove package-lock Signed-off-by: Ruben <rubdeivis@gmail.com> * fix send tx + some tests fixed Signed-off-by: Ruben <rubdeivis@gmail.com> * fix blockcoders logo Signed-off-by: Ruben <rubdeivis@gmail.com> * fix lock --------- Signed-off-by: Ruben <rubdeivis@gmail.com> Co-authored-by: Fernando Sirni <fsirni@gmail.com> Co-authored-by: Piotr Romashov <promachov@gmail.com> Co-authored-by: Jose Ramirez <jarcodallo@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After changing the selected network, the view below the account balance is still on the Activity tab
Current behavior
If the user changes the selected network while on the activity tab, after the change the tab does not change to the assets view.
Expected behavior
After a network change the deafult view should be the asstes tab and not the activity tab.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Improve UX/UI
Environment
The text was updated successfully, but these errors were encountered: