- 10 Jun, 2023 1 commit
-
-
Tina authored
use routing-api or URA for price fetches behind feature flag
-
- 09 Jun, 2023 10 commits
-
-
Zach Pomerantz authored
* build: codecov config * build: better codecov * build: omit default * build: sensical codecov * build: upload-artifact * build: customize codecov comment * build: try again * build: try again * build: turn off status except flags * build: flag comments * build: changes on * build: simplify * build: after_n for comment
-
Charles Bachmeier authored
* fix: Handle scientific notation for NFT Details pricing * add test case --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Jack Short authored
-
Jack Short authored
-
Shubham Rasal authored
* ui: navbar ui updated * added margin right * moved style to higher component
-
Jack Short authored
* chore: removing error state for rejecting chain switch * removing connection error state
-
Zach Pomerantz authored
-
eddie authored
* test(e2e): disable video compression * refactor: improve popupList impl/test * test(e2e): log JSON-RPC calls * fix: retry backoff logic * test(e2e): wait for hardhat/popup assertions * fix: remove transactions after expired * test(e2e): re-enable other swap tests Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> * chore: rm console.log * fix: expire txs after 6h * refactor: dry trade info * test(e2e): use default deadline * test(e2e): use aliases for permit2 test * test(e2e): automine/off in beforeEach * test(e2e): rm intermediate screen with no pause * fix: stop resetting modal when we interrupt quote polling' * feat: add e2e test for window losing focus * fix: move test * fix: combine tests --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com>
-
Jordan Frankfurt authored
-
Jordan Frankfurt authored
* fix: remove mainnet from optional chains list * simplify imports
-
- 08 Jun, 2023 9 commits
-
-
Jack Short authored
-
cartcrom authored
* refactor: convert getConnection to non-hook * fix: remove getConnection from hook dependecies * fix: unecessary optional
-
eddie authored
-
eddie authored
-
eddie authored
<!-- Your PR title must follow conventional commits: https://github.com/Uniswap/interface#pr-title --> ## Description <!-- Summary of change, including motivation and context. --> <!-- Use verb-driven language: "Fixes XYZ" instead of "This change fixes XYZ" --> <!-- Delete inapplicable lines: --> _Linear ticket:_ https://linear.app/uniswap/issue/WEB-2151/permit2-fix-dialog-window-height <!-- Delete this section if your change does not affect UI. --> ## Screen capture ### Before | Mobile | Desktop | | ------------ | ------------ | | paste_before | <img width="516" alt="image" src="https://github.com/Uniswap/interface/assets/66155195/4b7320c3-9bd3-4c5c-8d28-341a5ae7fa4f"> | ### After | Mobile | Desktop | | ------------ | ----------- | | paste_after |  |
-
Zach Pomerantz authored
* test(e2e): disable video compression * refactor: improve popupList impl/test * test(e2e): log JSON-RPC calls * fix: retry backoff logic * test(e2e): wait for hardhat/popup assertions * fix: remove transactions after expired * test(e2e): re-enable other swap tests Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> * chore: rm console.log * fix: expire txs after 6h * refactor: dry trade info * test(e2e): use default deadline * test(e2e): use aliases for permit2 test * test(e2e): automine/off in beforeEach * test(e2e): rm intermediate screen with no pause * fix merge * fix only --------- Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com>
-
Nate Wienert authored
-
Zach Pomerantz authored
-
Nate Wienert authored
feat: disconnect button has confirmation step with animated width transition to show confirm text (#6668) * feat: changes disconnect button to a two-step animated button with confirmation * fix: use ConfirmSwapModal in expert mode (#6673) Fixes the swap flow for users who are still in expert mode and need permit2 approvals for a token --------- Co-authored-by:
eddie <66155195+just-toby@users.noreply.github.com>
-
- 07 Jun, 2023 11 commits
-
-
Zach Pomerantz authored
* test(e2e): disable video compression * refactor: improve popupList impl/test * test(e2e): log JSON-RPC calls * fix: retry backoff logic * test(e2e): wait for hardhat/popup assertions * fix: remove transactions after expired * test(e2e): re-enable other swap tests Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> * chore: rm console.log * fix: expire txs after 6h * refactor: dry trade info * test(e2e): use default deadline --------- Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com>
-
Jordan Frankfurt authored
* feat(wallet-connect): add support for v2 * use theme button to fix opacity issue * fix lint * add new web3-react v2 package * add mainnet to chains list * fix test * yarn dedupe * add new @walletconnect/ethereum-provider * fix safari padding * fix second-click flash on popover toggle * add walletconnect theme * add goerli to non-prod chain selector * remove: debug * remove vertical line * WEB-2107 Fix modal close behavior * remove logging * clean up accountDrawerOpenAtom usage * remove irrelevant comments * remove unintentional whitespace diff * yarn yarn-deduplicate --strategy=highest * add conditional chain selector * update wc package version * goerli -> sepolia * goerli -> sepolia * yarn yarn-deduplicate --strategy=highest * UNIWALLET -> UNISWAP_WALLET * useWalletSupportsChain -> useWalletSupportedChains * use TOGGLE_SIZE * remove inline styles * remove inline styles and use better alt text * update Option.test * use a named function for forwardRef arg * fix types --------- Co-authored-by:
Jordan Frankfurt <jordan@CORN-Jordan-949.frankfurt>
-
Brendan Wong authored
* fix: token bridge pointer bug * fix: use zIndex enum instead of hardcoded
-
Brendan Wong authored
* fix: info labels for extended list tokens * test: update warning tests for new changes * fix: function for label and padding * fix: use warning check function * fix: update displayWarningLabel
-
Brendan Wong authored
* fix: updated celo logo * fix: use celo logo from local fs * fix: removed outdated comments * fix: combine if statements in celo check * fix: fix lint
-
Nate Wienert authored
* feat: add link to download the uniswap wallet to the homepage
-
clrdo authored
fix: swaps with native currency destination in BNB Chain Co-authored-by:
clrdo <clrdo@github.com>
-
eddie authored
* feat: log swap errors to sentry * fix: dont stringify
-
eddie authored
-
eddie authored
* fix: disable settings button when contextual chainId !== connectedChainId * fix: re-enable TDP tests (#6708)
-
Charles Bachmeier authored
* feat: upgrade to node 18 * use 18.x * try removing npx from fetch schema fn * use yarn * setup github build on 18 * no yarn * use yarn and sanitize output * yarn silent * update workflows * fully remove unused step --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
- 06 Jun, 2023 8 commits
-
-
Zach Pomerantz authored
-
Zach Pomerantz authored
-
Zach Pomerantz authored
* test: skip SwapDetailsDropdown tests Tests depend on network requests, which may cause flakiness. These tests should have the network requests mocked, then be re-enabled. * add TODO --------- Co-authored-by:
cartcrom <cartergcromer@gmail.com>
-
Zach Pomerantz authored
* docs(e2e): best practices * docs: rewording running * wip: thenable * docs(e2e): writing tests
-
Jordan Frankfurt authored
* chore: add better documentation to a complicated hook * input from eddie * Update src/hooks/useUnmountingAnimation.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * remove jsdoc types --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Brendan Wong authored
-
Jordan Frankfurt authored
fix: add '-' instead of '$0.00' when the api does not return a price for a tokens page entry (#6691) * fix: show '-' instead of .00 when we don't have price data on a token * explicitly handle the 0 case * add tests to token row component
-
cartcrom authored
-
- 05 Jun, 2023 1 commit
-
-
Nate Wienert authored
-