- 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 10 commits
-
-
gnewfield authored
* fix: remove currency select drop shadows and make deposit label non-interactive * rename labelOnly prop to pointerEvents
-
Brendan Wong authored
* maintain ens info on other chains * update ens hook * feedback! * initial test * test progress * e2e test? * final feedback * fix(lint): rm unused test var * fix final bugs * last lint issue * fix: update catches * fix: define catch handlers * fix: use error in catch * empty commit --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
cartcrom authored
-
Brendan Wong authored
* change z-index of network banner * change to use pointer-events rather than deprecated value
-
Zach Pomerantz authored
Revert "fix: update token tests for cloudflare functions (#7026)" This reverts commit b58d4b72.
-
Tina authored
* bump uniswapx-sdk * add feature flag * use undefined if feature flag is off * move to top level config * remove unused variable
-
Brendan Wong authored
fix: update tests
-
Zach Pomerantz authored
* fix: use redirect for landing * chore: rm console.log
-
eddie authored
-
Zach Pomerantz authored
-
- 26 Jul, 2023 5 commits
-
-
Brendan Wong authored
mock graphql query
-
Jordan Frankfurt authored
-
eddie authored
* fix: remove duplicate hook for permit2 approvals * fix: address comments
-
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 * 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
-
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. * Revert "Revert "Create README.md"" This reverts commit d0a4f5b95115e8ad47b6b3fd01b47806d68ad3d7. * add docs for html rewriter * Update README.md * remove previously removed files
-
- 25 Jul, 2023 5 commits
-
-
Nate Wienert authored
fix: use deferred value to avoid suspense issues with inputting text during supsended render causing errors
-
Nate Wienert authored
fix flaky test covering searchbar
-
Charles Bachmeier authored
* import creation block from ur sdk * update ur sdk
-
Zach Pomerantz authored
-
Jack Short authored
-
- 24 Jul, 2023 1 commit
-
-
eddie authored
-
- 21 Jul, 2023 6 commits
-
-
Jack Short authored
* making shared settings toggle component * adding description to analytics toggle * trace analytics wrapper * changing sendAnalytics to optOut * updating functions * moving atom location * adding back testid to testnet toggle * sending data on page load * defaulting to true * refactoring toggles * renaming and moving to new filepath * exporting everything out of analytics * updating eslint * typo * responding to requested changes * fixing merge conflicts
-
Jack Short authored
-
Charles Bachmeier authored
* useSearchParams * delete old param * properly handle a connected wallet * update chain query via network switcher * updated tests * working test * comment typo * don't overwrite current params * change chain based on user wallet interaction * one instance of set * update chainIdRef on account load * useeffect * set chainIdRef when isActive * remove logging * update comment * make condition else if
-
eddie authored
* fix: token img loading state * fix: nits * fix: update snapshots * fix: token logos in MP and tests * fix: really weird visibility / tooltip bug * fix: update snapshots
-
Nate Wienert authored
feat: add tracking params and go straight to app store for iOS for the landing page wallet CTA (#6732) * feat: add tracking params and go straight to app store for iOS for the landing page wallet CTA
-
Nate Wienert authored
* feat: disconnect button hides after hover out, click away, and improved animations and colors
-
- 20 Jul, 2023 3 commits
-
-
eddie authored
-
Nate Wienert authored
* fix: fix SearchBarDropdown selecting invalid result on enter after initial search when recent searches are filled * add test * Update cypress/e2e/universal-search.test.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update cypress/e2e/universal-search.test.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update cypress/e2e/universal-search.test.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * use searhc hotkey * Revert "" This reverts commit 7b04d5d575e8f776e8127e9b43c3fff6f74d8919. * chore: gitignore cypress/downloads.html --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Zach Pomerantz authored
* fix: show logos on warned tokens * test: update snapshots * fix: hide logos for unsupported tokens
-
- 19 Jul, 2023 2 commits
-
-
Charles Bachmeier authored
* fix: update depedencies to fix avax/bnb routing * pull latest * use rpc_url * deduplicate
-
Ivan Sorokin authored
-
- 18 Jul, 2023 3 commits
-
-
Charles Bachmeier authored
ga analytics
-
Charles Bachmeier authored
-
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 * feedback round 2 * final feedback * final final feedback * nest twitter:image:alt in image check * better title handling --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-