- 07 Aug, 2023 2 commits
-
-
Brendan Wong authored
* fix: update wrangler version * yarn deduplicate * Update .gitignore Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Nate Wienert authored
-
- 05 Aug, 2023 3 commits
-
-
Nate Wienert authored
* chore: update typescript to 4.9.4 to align with wallet repo * fix: update mainnet block (#7042) * fix: update mainnet block * fix: typecheck * fix: use deeplink instead of universal link (#7017) * fix: use deeplink instead of universal link * docs: added comment * test: mock quotes to avoid errors logged (#7031) * fix: change style of mobile pool buttons and menu (#7020) * fix: menu flyout alignment overridden on mobile * fix: change button order, sizing * Replace deprecated media queries and text components * fix: remove flakey token test (#7029) * fix: reverted swap state (#7044) * fix: wait for transaction status in ConfirmSwapModal * fix: use actual swap status in ConfirmSwapModal * feat: add test * fix: shared hook * fix: fix test * fix: dont create Activity instance * fix: clearing input on connect wallet (#6928) * fix: clearing input on connect wallet * update e2e tests * fix: text wrap and spacing on mobile TDP (#6909) fix text wrap and spacing on mobile TDP * fix: top token charts on mobile (#6967) * fix: top token charts on mobile * Update TokenRow.test.tsx.snap * Update src/components/Tokens/TokenTable/TokenRow.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/components/Tokens/TokenTable/__snapshots__/TokenRow.test.tsx.snap Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * update * Update TokenRow.test.tsx.snap * Update TokenRow.test.tsx.snap --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * test: deflake and clean universal search (#7034) * fix: improve v2 network support (#7012) * fix: improve v2 network support * add an unsupported message to all v2 pages * test: add v2 pool tests * add guard on transaction callbacks * fix: dep array --------- Co-authored-by:
eddie <66155195+just-toby@users.noreply.github.com> * fix: failing nft buy test (#7049) --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> Co-authored-by:
cartcrom <39385577+cartcrom@users.noreply.github.com> Co-authored-by:
gnewfield <18626088+gnewfield@users.noreply.github.com> Co-authored-by:
Brendan Wong <35351983+LunrEclipse@users.noreply.github.com> Co-authored-by:
eddie <66155195+just-toby@users.noreply.github.com> Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> Co-authored-by:
Jack Short <john.short.tj@gmail.com>
-
Nate Wienert authored
-
eddie authored
* feat: initial support for base goerli * wip: update dependencies * chore: yarn deduplicate * feat: mainnet wip support * feat: mainnet wip support * fix: radial gradient * fix: logo update * fix: ur address * fix: add weth to common bases * fix: updates * fix: yarn dedup * fix: correct rpc url * fix: correct explorer url * feat: add USDbC to common bases * fix lint warnings * bump SOR version * fix: fallback URLs * feat: statsig flag for base support (#7079) * feat: put base support behind statsig flag * fix: null checks * fix: hide pool page * fix: baseEnabledChains * feat: update sor --------- Co-authored-by:
Jordan Frankfurt <jordan@uniswap.org>
-
- 04 Aug, 2023 7 commits
-
-
Brendan Wong authored
* feat: add token and nft injection * feat: basic tests * fix: get jest configured properly * fix: change timeout * fix: uninstall port ready * fix: readd port ready * fix: local tests work * Update yarn.lock * add lint disable for setup files * fix: update dependencies * fix: basic test suite for nfts/tokens * feat: collection data * fix: make tests more comprehensive * fix: change matches to contains * fix: tests for twitter alt image tag * fix: image gen * fix: add patch-package * fix: update yarn install * feat: basic image gen for nfts and collections * fix: remove vibrant attempt * use watermark asset * dynamically grab color * modularize code and prototype for token preview * refactor code * finalize css * fix color grabber * update tests * fix up css * refactor code a bit more * remove console logs * tests * update tests * update images based on design feedback * network logos * update lint * slight refactoring * more refactoring * fix packages * Update yarn.lock * remove dynamically generated image stuff * cleanup return values * Create README.md * Revert "Create README.md" This reverts commit 7a91c98d384995fba914c9bf9a2fb3072793621f. * First round of feedback * comments * feat: cache * Update test.yml * Update test.yml * Update test.yml * feedback round 2 * final feedback * final final feedback * add coverage and other options * Update test.yml * start typecheck * update cache * update snapshots? * Update jest.config.json * Update jest.config.json * give timeout some buffer * update import * upgrade ts * fix typing for apollo deps * finalize typechecks * downgrade typescript to original version * add cache directory to jest * remove coverage * remove google analytics from tests * review changes * try cache setup * Update cache.test.ts * make cache helper function * cache test * remove unneeded test causing issues * feat: parallelize cache (#6930) * feat: parallelize cache? * remove graph query from concurrency await * most of feedback * move tests * update token tests * singleton cache * restructuring res and cache promise * abstract away repeated graph logic * final feedback * Update yarn.lock * final final feedback * final final final feedback! * final final final final feedback?
-
eddie authored
fix: allow gouda after user disables
-
eddie authored
-
eddie authored
* fix: match PendingModalContent number formatting w/ SwapModalHeader * fix: typo * fix: remove argument
-
eddie authored
* fix: use submitted icon on mainnet * fix: e2e test * fix: some cleanup
-
Jack Short authored
* fix: adjusting slippage in a different language * making overflow hidden on close * passing width instead of visibility * min width
-
eddie authored
* test(cypress): disable infura from browser * build: typecheck cypress * build: es5 * build: rm cypress videos * fix failing tests * skip nft failure and rm infra-175 * feat: implement tts metric * wip e2e test * fix: improve v2 network support (#7012) * fix: improve v2 network support * add an unsupported message to all v2 pages * test: add v2 pool tests * add guard on transaction callbacks * fix: dep array --------- Co-authored-by:
eddie <66155195+just-toby@users.noreply.github.com> * test: adjust test options * fix: move to helper method * fix: merge and make code style change * fix: use local variable to track first event * fix: amplitude cypress command * fix: use file-level var * fix: clear input in test --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com>
-
- 03 Aug, 2023 13 commits
-
-
cartcrom authored
* feat: update cancelled local tx's * fix: use updated queries * test: add cancel reducer and hook tests * fix: spelling in test descriptor * feat: improved activity descriptors * fix: check activity groups instead of activity * fix: pending hooks cleanup * fix: destruct object from pending hook * refactor: update usage of pending util * fix: removed unused util
-
Brendan Wong authored
* fix: failing token cloud function tests * utilize enum from chains
-
gnewfield authored
* Disable increment/decrement when range prices undefined * Enable full-range price selection for new pools * Add cypress tests * Fix lint error
-
Brendan Wong authored
update link
-
Brendan Wong authored
* fix: close settings menu on drawer close * migrate change to default menu * remove indent * add cleanup
-
Brendan Wong authored
* fix: bring back safeNamehash * Update safeNamehash.test.ts
-
Nate Wienert authored
* chore: align @uniswap/analytics dep versions with wallet * fix: use deeplink instead of universal link (#7017) * fix: use deeplink instead of universal link * docs: added comment * test: mock quotes to avoid errors logged (#7031) * fix: change style of mobile pool buttons and menu (#7020) * fix: menu flyout alignment overridden on mobile * fix: change button order, sizing * Replace deprecated media queries and text components * fix: remove flakey token test (#7029) * fix: reverted swap state (#7044) * fix: wait for transaction status in ConfirmSwapModal * fix: use actual swap status in ConfirmSwapModal * feat: add test * fix: shared hook * fix: fix test * fix: dont create Activity instance * fix: clearing input on connect wallet (#6928) * fix: clearing input on connect wallet * update e2e tests * fix: text wrap and spacing on mobile TDP (#6909) fix text wrap and spacing on mobile TDP * fix: top token charts on mobile (#6967) * fix: top token charts on mobile * Update TokenRow.test.tsx.snap * Update src/components/Tokens/TokenTable/TokenRow.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/components/Tokens/TokenTable/__snapshots__/TokenRow.test.tsx.snap Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * update * Update TokenRow.test.tsx.snap * Update TokenRow.test.tsx.snap --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * test: deflake and clean universal search (#7034) * fix: improve v2 network support (#7012) * fix: improve v2 network support * add an unsupported message to all v2 pages * test: add v2 pool tests * add guard on transaction callbacks * fix: dep array --------- Co-authored-by:
eddie <66155195+just-toby@users.noreply.github.com> * fix: failing nft buy test (#7049) --------- Co-authored-by:
cartcrom <39385577+cartcrom@users.noreply.github.com> Co-authored-by:
gnewfield <18626088+gnewfield@users.noreply.github.com> Co-authored-by:
Brendan Wong <35351983+LunrEclipse@users.noreply.github.com> Co-authored-by:
eddie <66155195+just-toby@users.noreply.github.com> Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> Co-authored-by:
Jack Short <john.short.tj@gmail.com>
-
Brendan Wong authored
* feat: MP closes on scroll down * fix: make dismissal smoother * fix: implement react gestures and fix scroll * fix: fix drag when not starting from top * fix: double scroll on mobile * fix: comments for clarity * fix: mobile scrolling? * remove console logs * potential fix? * remove change again * maybe fix? * cope * even more cope * even more more cope * copiest * make less buggy * nope * maybe? * HOLD * maybe * try 2 * maybe * hopefully * test * another try * cope * redo * attempt 2 * hmm * maybe * I THINK
-
gnewfield authored
* Clip token name with ellipsis style * Use built-in ellipsis style
-
Brendan Wong authored
* fix: set input panel to 0 when recalculating * fix: only reset number when input cleared * fix: remove useEffect and more graciously handle trade mutation
-
Ankit Boghra authored
fix: broken link for polygon bridge Co-authored-by:
Charlie B <charles@bachmeier.io>
-
eddie authored
-
Jordan Frankfurt authored
* add you pay/you receive label to swap inputs * update styles * update snapshots
-
- 02 Aug, 2023 2 commits
-
-
Zach Pomerantz authored
-
Thomas Thachil authored
-
- 31 Jul, 2023 2 commits
-
-
Jack Short authored
-
Jordan Frankfurt authored
* fix: improve v2 network support * add an unsupported message to all v2 pages * test: add v2 pool tests * add guard on transaction callbacks * fix: dep array --------- Co-authored-by:
eddie <66155195+just-toby@users.noreply.github.com>
-
- 29 Jul, 2023 5 commits
-
-
Zach Pomerantz authored
-
Brendan Wong authored
* fix: top token charts on mobile * Update TokenRow.test.tsx.snap * Update src/components/Tokens/TokenTable/TokenRow.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/components/Tokens/TokenTable/__snapshots__/TokenRow.test.tsx.snap Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * update * Update TokenRow.test.tsx.snap * Update TokenRow.test.tsx.snap --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Brendan Wong authored
fix text wrap and spacing on mobile TDP
-
Brendan Wong authored
* fix: clearing input on connect wallet * update e2e tests
-
eddie authored
* fix: wait for transaction status in ConfirmSwapModal * fix: use actual swap status in ConfirmSwapModal * feat: add test * fix: shared hook * fix: fix test * fix: dont create Activity instance
-
- 28 Jul, 2023 5 commits
-
-
Brendan Wong authored
-
gnewfield authored
* fix: menu flyout alignment overridden on mobile * fix: change button order, sizing * Replace deprecated media queries and text components
-
cartcrom authored
-
cartcrom authored
* fix: use deeplink instead of universal link * docs: added comment
-
Zach Pomerantz authored
* fix: update mainnet block * fix: typecheck
-
- 27 Jul, 2023 1 commit
-
-
gnewfield authored
* fix: remove currency select drop shadows and make deposit label non-interactive * rename labelOnly prop to pointerEvents
-