- 11 Aug, 2023 2 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 * Revert "remove dynamically generated image stuff" This reverts commit a80241edb3a970a724b9a07ce36e492ff8a1c2af. * change image reference and revamp tests * 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 * merge main * remove timeout * update tests * update graphql queries * 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 * update tests and functions * refactor * update typing, parallelize, and start tests * fix one tsc issue * final feedback * Update yarn.lock * final final feedback * add svgs * try and setup svg * stashing changes * cleanup! * prepare for start of feedback? * LESS GOO * modify versioning * fix: update wrangler version * Update yarn.lock * downgrade wrangler * Update yarn.lock * Update yarn.lock * fix type error * update github test * cleanup tests * Delete custom.d.ts * fix: cloudfunctions * update tests * final touchups * lint * change github action * Update yarn.lock * styling updates * nate's feedback * feedback p1 * typing feedback * update yarn * Create wrangler.toml * move wrangler.toml location * last try * Delete wrangler.toml * use 2.20? * remove comment * Update yarn.lock * change compatibility date * update wrangler and fix bugs * Update colorthief+2.4.0.patch * build: cleanup flags * cleaner patches * update compatibility date * quick tweeks * cleanup rendering and lint * patch things up * fix: color extraction * DONE! * tests and other qol updates * lint * add more tests * feedback * simplify getcolors --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
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 * Revert "remove dynamically generated image stuff" This reverts commit a80241edb3a970a724b9a07ce36e492ff8a1c2af. * change image reference and revamp tests * 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 * merge main * remove timeout * update tests * update graphql queries * 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 * update tests and functions * refactor * update typing, parallelize, and start tests * fix one tsc issue * final feedback * Update yarn.lock * final final feedback * add svgs * try and setup svg * stashing changes * cleanup! * prepare for start of feedback? * LESS GOO * modify versioning * fix: update wrangler version * Update yarn.lock * downgrade wrangler * Update yarn.lock * Update yarn.lock * fix type error * update github test * cleanup tests * Delete custom.d.ts * fix: cloudfunctions * update tests * final touchups * lint * change github action * Update yarn.lock * styling updates * nate's feedback * feedback p1 * typing feedback * update yarn * Create wrangler.toml * move wrangler.toml location * last try * Delete wrangler.toml * use 2.20? * remove comment * Update yarn.lock * change compatibility date * update wrangler and fix bugs * Update colorthief+2.4.0.patch * build: cleanup flags * cleaner patches * update compatibility date * quick tweeks * cleanup rendering and lint * final color update --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
- 10 Aug, 2023 12 commits
-
-
eddie authored
feat: remove base feature flag
-
eddie authored
* fix: unknown token logo styling * fix: tests
-
eddie authored
-
Jack Short authored
* feat: bottom sheet for settings dialogue * renaming to settings * renmaing * cypress tests * fixing the cypress tests * chore: e2e insufficient liquidity test * Revert "chore: e2e insufficient liquidity test" This reverts commit 8250730f35182246ec908b5878b91b55a51cb941.
-
Jordan Frankfurt authored
* fix: standardize styled component file names and ignore them in codecov * Update codecov.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Jordan Frankfurt authored
* feat: add base promotional advert add mobile layout tweak text container size only show new banner on Base fix import update to new state structure * Update src/components/Banner/BaseAnnouncementBanner/index.tsx Co-authored-by:
Charles Bachmeier <charles@bachmeier.io> * pr feedback --------- Co-authored-by:
Charles Bachmeier <charles@bachmeier.io>
-
Brendan Wong authored
* downgrade wrangler * remove report * comment and update test * update comment
-
Charles Bachmeier authored
* feat: add multichain_ux flag * update flag text * add new flag file
-
Jordan Frankfurt authored
* chore: remove e2e coverage from aggregate calculation in codecov * pr feedback
-
Jordan Frankfurt authored
-
Charles Bachmeier authored
* send gas estimate failure * update event name * update analytics events package * add error and tx to analytics event
-
Thomas Thachil authored
-
- 09 Aug, 2023 6 commits
-
-
Nate Wienert authored
fix: make loading indicator for pools nft card use a shine rather than spinner and fill the full height
-
Jack Short authored
-
Thomas Thachil authored
-
Zach Pomerantz authored
* build: rm unnecessary cache-on-main * build: hardhat fan-in cache
-
Brendan Wong authored
* feat: fallback metadata * fix lint * Update tsconfig.json * feedback * fix: cloudfunctions * update test
-
Brendan Wong authored
* cleanup! * update comments * fix: cloudfunctions
-
- 08 Aug, 2023 12 commits
-
-
Zach Pomerantz authored
* chore: refactor ms.macro to ms * build: upgrade lingui@4 * chore: avoid styled-components/macro * build: replace babel loader with swc * build: upgrade vanilla-extract * build: simplify e2e config * build: migrate jest to swc * build: dedup * whoops * fix: initial translations * build: coverage * build: ignore static extract warning * build: rm old babel pkg * test: rm e2e codecov * build: fix swc cache * cleanup * fix visible t9ns * cleanup * cleanup setup * crank it * actual merge conflict resolution * fix: restore locale initialization
-
Jordan Frankfurt authored
-
cartcrom authored
* fix: update swapConfirmed logic * fix: success icon display
-
Zach Pomerantz authored
-
Charles Bachmeier authored
* shelve Details redesign for now * remove feature flag enum * no longer used utils
-
cartcrom authored
-
Nate Wienert authored
-
Brendan Wong authored
fix: cloudfunctions
-
Nate Wienert authored
-
Mike Grabowski authored
* feat: initial commit * chore: whitelist vercel * chore: fix e2e test * chore: update all occurences of # * chore: tweaks * chore: remove todo * chore: revert changes * chore: bring back old tweet logic and fix nested URLs * chore: fix merge * improve check * fix: cypress * chore: fix tests * chore: update snapshot * chore: update readme * address review * satisfy eslint * chore: fix ui issue * fix: tests * fix: e2e test
-
eddie authored
* fix: check chainId in findCancelTx * fix: add comment explaining fix --------- Co-authored-by:
cartcrom <cartergcromer@gmail.com>
-
Jordan Frankfurt authored
* Re-organize add liquidity page * fix title alignment * Update styles * Update logic for disable/enable input on creation * lint and clean up a couple small things * lint and clean up a couple small things * Tweak UI * clean up code * add back range selector * remove inline styles --------- Co-authored-by:
Callil Capuozzo <callil@uniswap.org>
-
- 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 3 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
-