Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Install prettier * Prettier code * Install eslint-config-prettier * Init husky * Setup lint-staged * Tailwind prettier config * Update tailwind config * Install @polkadot/api * Test cross * Asset type * Refactor chain config * Connfigure cross * Chain utils * Configure cross wallet * Configure global styles * Update root layout * Add app icon.svg * PageWrap component * Create header and footer * Update root layout * Update header logo * Bridge lib * Create balance utils * Talisman provider * Hook useTalisman * New formatBalance util * Rename to getNativeBalance * Update test page * Configure parachain id * Improve bridge lib * Remove getBalance from balance util * Improve return value of getBalance * Configure isReserve * Update Asset type * Improve bridge lib * Talisman provider activeAccount * New Transfer provider * Hook useTransfer * New notification ui * Notify extrinsic and transaction * Hook useApi * Hook useBalance * Support refetch for useBalance * Fetch source and target balance * Transfer callback * Button ui * Split to sourceChain sourceAsset targetChain and targetAsset * Fix build failed * Hook useToggle * Dropdown ui * Select ui * Modal ui * CopyIcon ui * Loading ui * Input ui * Tooltip ui * Cross utils * Configure chain logo and asset icon * Utils getChainLogoSrc and getAssetIconSrc * AssetSelect component * BalanceInput component * SwitchCross component * ChainSelect component * ConnectWallet component * AddressSelect component * Label component * Fix dev console warning * TransferSection component * Improve Select with suffix props * Update Label text color * Support disconnect talisman wallet * Support innerSuffix of Select * AddressInput component * Talisman provider update activeAccount * ConnectWallet component * Update border radius * Improve transfer provider default value * Button component kind * Modal stopPropagation for mask click * Root layout import talisman and transfer providers * Fix disconnect for ConnectWallet * Fix default kind border color of Button * Fix useBalance * Tailwind content include utils tsx file * Fix Tooltip border color * Fix AddressInput value * Improve AssetSelect * Improve AddressSelect * Improve BalanceInput * Improve ChainSelect * Improve ConnectWallet * Improve SwitchCross * Update label text color * Improve TransferSelect * Fix transfer provider * Update defaultSourceChainOptions * Select arrowClassName * Transfer component * Page import Transfer * Improve footer * Support kind for ConnectWallet * ConnectWallet use client * ConnectWallet hover cursor-pointer * Improve header * Fix border radius of Modal * Improve theme rainbowkit provider
- Loading branch information