forked from osmosis-labs/osmosis-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: Enable mobile support for Cosmostation wallet #1
Draft
G-Gamja
wants to merge
680
commits into
cosmostation:stage
Choose a base branch
from
G-Gamja:feature/resolve-conflict
base: stage
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+260,907
−55,942
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…sts (osmosis-labs#3088) * feat: compute token in amount based on pool's liquidity * feat: retry e2e tests * feat: remove only flag * improvement: comment * fix: remove retry test
* feat: 💄 remove daily column removed daily column inside earn table. * feat: ✨ add default sorting by TVL added strategy table default sorting by TVL. * fix: 💄 fix searchbox outline variant * feat: ✨ add new apr tooltip * fix: 🚨 fix lint errors * fix: 🚨 fix lint errors
* wormhole * Add let * Update config * Update var * Text using useRouter * Cleanup --------- Co-authored-by: Sunny Aggarwal <[email protected]>
* label astroport pools * add whitewhale pools too
* added playwright * added select pair tests * added commands to a readme * Added swap test * added unpacked extension v12 * added ignorePatterns
* Add transaction details modal * Clean up imports * Clean up class names
…s#3070) * refactor/test: swap tool token in/out & fee fiat pricing * remove obsolete inBaseOutQuoteSpotPrice * Update packages/web/hooks/use-swap.ts Co-authored-by: Jose Felix <[email protected]> * Update packages/web/hooks/use-swap.ts Co-authored-by: Jose Felix <[email protected]> * move test file * use Curreny insteas of Asset --------- Co-authored-by: Jose Felix <[email protected]>
…o frontend, and extras (osmosis-labs#3077) * build trpc procedure, return dummy transaction data to frontend * Add example data * Add data to rows * Add slideOver mapped values * Add txFee * Add formatting * Clean up * Clean up open slideover * Clean up slideover values * Clean up data * Clean up comments * Add types * Add fallback images * Fix token out amount * add conversion * clean up transition * Make type names consistent * Migrate to edge router * Clean up * Update URL * Clean up types for query * Fix ts issue * fix type issue * merge with stage * Merge formatting for modal * Add question mark * Clean up extra hook * Remove duplicate content * Clean up conversion rate * Clean up types * Remove types file * Simplify imports * import from server * Update FormattedMetadata
* build trpc procedure, return dummy transaction data to frontend * Add example data * Add data to rows * Add slideOver mapped values * Add txFee * Add formatting * Clean up * Clean up open slideover * Clean up slideover values * Clean up data * Clean up comments * Add types * Add fallback images * Fix token out amount * add conversion * clean up transition * Make type names consistent * Migrate to edge router * Clean up * Update URL * Clean up types for query * Fix ts issue * Group by date * Fix build issue * remove extra files * Clean up comments * Update example dates
* feat: ✨ improve pool chart price format * feat: ✨ improve pool price format for other charts
* Test Swap USDC/USDC.axl
* improvement: prefetch token in price before quote * improvement: variable name * improvement: add comment
* new sidebar * clean up logs * fix build (need to translate) * fix svg * remove some unneeded elements * add translations
This reverts commit bbdad78.
* remove time frame selector * enable pre fetch pools * add highlights * adjustments * localization * fix build * sort top gainers * match design * higlight coin name overflow * fix max w * price display * update colors, sort logic * translate table, remove rank * perf * hide 0 * filter * add fault tolerance * use rem
* feat: remember previous trade in swap tool * test: add two swap tool integration tests * feat: handle fallback tokens * test: fix use query param state test * test: move test utils to root __test__ folder * test: exclude non spec files
…-labs#3110) * fix sorting and update translation * key by coin minimal denom
* WIP add recent transfers UI, prepare transaction row * add chain ID helper to utils * WIP add recent transfers * fixes * fix: withdrawal reactivity issue * use sig figs * translate * fix handling of decimals * apply font classes * Update packages/web/localizations/ro.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * add missing translations --------- Co-authored-by: Jose Felix <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* feat: adjust network fees from swap amout Amount in useAmountInput is adjusted if it is set to max available amount. with @JoseRFelix * fix: gas subtraction and add loading to 'max' button * improvement: remove keys from .env * feat: handle max balance error * improvement: @jonator feedback * improvement: env file * feat: create useSwapInputAmount hook * improvement: other case for nt enough max balance amount * improvement: rename current balance quote * improvement: inline multiplication * fix: amount input regression * improvement: rename to isMaxSelected * test: resolve msw warnings * test: update superjson import * test: extend day js in test * test: inline isDuration --------- Co-authored-by: Amos Elmaliah <[email protected]>
* change wallet order * wallet order --------- Co-authored-by: Michael Millington <>
Co-authored-by: Michael Millington <>
…ons, and Network Select (osmosis-labs#3317) * feat: remove ethers dep and continue moving to viem * feat: remove ethers imports * test: fix viem tests * feat: allow squid withdrawals * improvement: use numberToHex for better typesafety * improvement: better data type * test: add test for squid approval tx * test: clear all mocks after running provider tests * feat: disable squid withdraw * feat: handle case where fee is not the same as balance * feat: add skip, and squid external url generator * feat: add bridge provider external url generator functions * test: fix tests * test: add more cases for axelar external url generation * mock axelar assets and chains * feat: add ibc external url function * feat: add initial deposit screen step * feat: match ui with designs * feat: add input and finalize initial design * feat: initial more deposit options modal * feat: move external url function to providers * feat: add more deposits modal * feat: add network select modal * feat: add search bar to select network * feat: add translations and finish deposit/withdraw amount screen * fix: build * fix: add resize observer polyfill * fix: downgrade headless ui * improvement: @jonator feedback
* add gas estimation for cosmos txs * fix tests * skip tests * update gas cost tests
* add axelar source assets * return bridge info with source assets * squid * add skip * add IBC source assets * remove use of chain list * include testnet in Skip API Client * rename + fix * include conterparty array * add unit tests + fixes * fix test * lint * @JoseRFelix review * lint * rename, user params obj, catch and log all errors and return no assets * fix tests * add IBC provider test case for getSupportedAssets
* Added Synthetic Monitoring E2E tests workflow * use separate wallet for stables
* Added frontend quote tests * Print trx url
* Approve tx inside swap function * up playwright
* fix: 🐛 transmuter pool liquidity percentage calc * refactor: ♻️ use getTenExponentN instead on CoinPretty
* feat: add cdc wallet * fix: build
* remove Errors and use string type literal for error type * remove unexpected errors * @coderabbitai feedback * fix build
* use allUSDT instead of USDT
* Remove concentratedLiquidity and its usages * Remove missed usage from assets-page-v1.tsx
* Added first portfolio tests * added allBTC, fixed workflow
* Auto stash before merge of "jon/fe-573-bridge-providers-remove-sourcedenom" and "stage" * update tests, remove sourceDenom * fix build * WIP remove sourceDenom * fix tests * use v2 API * remove log
Uploaded in https://daodao.zone/dao/osmosis/proposals/791 Confirmed migrated: https://celatone.osmosis.zone/osmosis-1/codes/842 Both testnet and mainnet will now be v1.0.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.