Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: ui modal round for large window * refactor: color clean * feat: add Check icon component ui * feat: add Cross icon component ui * refactor: use new component ui * refactor: use Ethereum Sepolia as default chain for Dev mode * refactor: add fake asset for sepolia testnet * feat: enable EVM erc20 wallet to wallet transfer * feat: add getTransactionsHistory provider function * refactor: add component for Token network detail * refactor: add style utilities * refactor: use new component * refactor: handle with debounce and warning msg * refactor: clean styles rules * refactor: add token alocation to desktop ui * feat: add confirmation before send tx * feat: Txs history implementation * feat: add filter logic for txs * refactor: change deploy url to dedicated subdomain * feat: add token icon * refactor: border radius changes * refactor: use link to base site * refactor: rmv welcome desktop page * refactor: defin redirection for old entry point * refactor: disable web page rte * refactor: set currentSegment as default on index path * refactor: index redirect to wallet * refactor: use proxy for txs api * refactor: bind filter to component * refactor: add padding * refactor: round percent display * feat: Firebase web3Connect integration as auth provider & wallet connector (#49) * feat: firebaseWeb3Connect integration * refactor: rmv network managment and use Web3Connector * feat: multi env implentation with services * refactor: pools network data management * refactor: init wallet with default chain * refactor: implement getSigner to use DeFi features * refactor: add tx confirmation with fees overview * fix: use correct types * chore: upd pkgs * refactor: setup initializeMagicWeb3Connect() as deprecated * feat: implement Magic migration guide * chore: upd pkgs * refactor: create index * refactor: rmv switch network to display strategy * refactor: disable non evm chain for external wallet * fix: use correct chain ID * fix: handle unexisting signer * refactor: use correct icon * feat: add backup seed * refactor: typo * refactor: add backup wallet option * fix: add missing await * refactor: rmv magic.link export option * refactor: typo * fix: use correct color-scheme value * refactor: disable auth error ui msg * refactor: clean logic & change folder * fix(ui): disable * fix(ui): alignement svg * fix(ui): border alignements * refactor: mv utils as module * refactor: change ui btn position * refactor: disable option * feat: implement NFTs overview * refactor: use light theme if enabled * chore: patch pks version * refactor: prevent multi initialize app * refactor: manage networks * fix: use correct api method * refactor: display asset wallet allocation * refactor: add chart multi interval data * refactor: use chart series data * refactor: disable load datas to test in stage mode * refactor: use minimal auth logic to allow debug standalone * refactor: dislpay log as alert * refactor: try with browser resolver * refactor: add getAdditionalUserInfo to try * refactor: back to initial code * chore:pkg v * chore:pkg v * chore:pkg v * refactor: upd pkgs * refactor: ui border * refactor: enable mobile ui for browser mobile * refactor: force reload on disconnect & clean ui * refactor: load async data without blocking ui * refactor: reflect type change * chore:pkg v * chore:pkg v * chore:pkg v * chore:pkg v * feat: add AuthWithLinkContainer * refactor: upd pkg to add ops params * fix: rmv unexported pkg module * fix: add missig call function * refactor: prevent multiple initialize & set deps manualy * refactor: enable build with success * refactor: add session storage * refactor: rmv redirection after auth this cause UI issuie when user coming from standalone to authenticate * refactor: remove loader that not be usefull * chore: upd pkg * refactor: change firebase config * refactor: import wallet lib as src * refactor: use local llib * refactor: test with npm lib & local deps * refactor: use local libs * refactor: setup local backend emulator * refactor: toggle alignement * feat: enable earn section acces to empty user wallet * fix: handle error & return empty value * feat: use txs as marker on asset page * refactor: add marker txs * refactor: unse inline html * refactor: rmv pwd input * refactor: use dedicated service to manage Coin Data provider * refactor: add provicer api key * refactor: use provider api keys * refactor: use env to manage emulator activation * refactor: change rpc endpoints * refactor: use const from workspace * refactor: disable api if not production mode * fix: use public method to enable initialize firebase * refactor: expose method from connector * refactor: use connector with exposed method * refactor: prevent wallet creation on auth with link page * refactor: disable state management for auth path * refactor: add emulators logs to ignore * refactor: clean authentication email link workflow ui * refactor: manage migration modal display flow * refactor: upd collection name * chore: Remove logs in production, excluding error logs * refactor: disable email link auth in standalone mode * refactor: add new assets icon * refactor: display txs on token detail page * refactor: only use in|out tx * refactor: use Set() in place of Map() * refactor: upd swaps deps * refactor: init * refactor: manage stte change with externalwallet * refactor: use localforage via Ionic/Storage API * refactor: enable switch mode with encryption * chore: patch v * refactor: use colorized app logo & favicon * refactor: upd ico * fix: set fail with undefined value * refactor: wrap with try catch to prevent app init crahs * refactor: add external ops to controls chart * refactor: add chart control for mobil * refactor: handle chart event to update price * refactor: color lightmode * refactor: lightmode param * refactor: rmv reload & clean small thing * chore: md
- Loading branch information