- 21 Jul, 2022 5 commits
-
-
Vignesh Mohankumar authored
* build: only test for highest yarn-deduplicate strategy * remove exclusions
-
cartcrom authored
* initial changes * disabled all swap ui buttons when on unsupported chain * implementing Cal's requests to change sizing and copy on pools * updated snapshots * reverted changed snapshots * updated unsupported network test * fixing deprecated colors missing
-
Daniel James authored
* Add deprecated_ label to white and black * Add deprecated_ label to text1 through text5 * Add deprecated_ label for bg0 through bg6 * Add deprecated_ prefix to remaining colors * Add deprecated_ prefix to direct style references * Add deprecated_ prefix to all remaining colors * Update link color * Fix 'deprecated_white' -> theme.deprecated_white * Update snapshots
-
Vignesh Mohankumar authored
* add test.config.ts * don't need per file * comment * ts -> js * rm test.config.js? * update snapshots * update jest-styled-components
-
Jesse authored
fix: add celo gas override to circumvent 'out of gas' error from multicall
-
- 20 Jul, 2022 7 commits
-
-
Rachel-Eichenberger authored
* Update graph link * Add Gas over ride temp for Polygon * removal of personal tweaks * Update index.tsx * reset to original file * missing EOL * Update useClientSideV3Trade.ts * remove space
-
Sam Chen authored
-
Vignesh Mohankumar authored
-
Vignesh Mohankumar authored
* replaceURLChain * reorder stuff * don't use usePrevious for previousChainId * remove the replace param call in promise * variable names * comment * confirm isActive * wrong place for isActive * change ret type * add comments * check if not previous chain id
-
Vignesh Mohankumar authored
* remove all the funky logic * clear stuff * uncomment some tests * remove expert mode tests * skip these tests again, smh
-
Sam Chen authored
* chore: access router data with hooks * chore: clean RouteComponentProps * chore: use children instead of render * add import
-
Vignesh Mohankumar authored
fix: don't NetworkSelector onClick on desktop
-
- 19 Jul, 2022 5 commits
-
-
Vignesh Mohankumar authored
-
lynn authored
* init commit * revert yarn.lock changes * update test snapshots
-
Vignesh Mohankumar authored
-
lynn authored
* init commit * wallet connected event init commit * add received_swap_quote event property * add page context, connect wallet event log * add received_swap_quote property * fix typo * respond to cmcewen comments * respond to vm comments * move trace to app.tsx from header * respond to vm comments
-
Vignesh Mohankumar authored
* change package * yarn.lock
-
- 18 Jul, 2022 3 commits
-
-
Noah Zinsmeister authored
enable new optimism fee tier
-
Sam Chen authored
fix: catch CORS error
-
Vignesh Mohankumar authored
-
- 17 Jul, 2022 2 commits
- 15 Jul, 2022 1 commit
-
-
Jesse authored
* refactor: useUSDCValue -> useStablecoinValue * refactor: use the isCelo() helper * refactor: remove unneeded white space
-
- 14 Jul, 2022 10 commits
-
-
Vignesh Mohankumar authored
* Revert "build: pause deploy (#4102)" This reverts commit 3a1ea3df. * prettier
-
cartcrom authored
* replaced CHAIN_INFO access with a function call * updated CTACard tests to work with getChainInfo * updated typechecking, removed console.log
-
Vignesh Mohankumar authored
* style: prettier based on v2.2 * 2.7.1 instead? * npx * ^
-
lynn authored
fix: update styled-components in package.json to latest to remove react invalid hook call warnings (#4103) * fix warning vig found by updating styled-components * revert unnecessary yarn.lock changes * reduce unnecessary changes * dedup * manual fix and dedup of yarn.lock * manually dedup @emotion/is-prop-valid * update snapshot tests
-
Vignesh Mohankumar authored
-
Vignesh Mohankumar authored
* chore(web3-react): fix connectEagerly for MetaMask mobile * fix
-
lynn authored
* chore: upgrade to react 18 * fix: update tests * fix: fix lint issues and remove unnecessary react hooks testing library * fix: add types for stricter typescript checks * fix: fix additional typescript check issues * fix: revert to prev commmit * rebase * rebase * fix: fix lint issues and remove unnecessary react hooks testing library * fix: add types for stricter typescript checks * fix: fix additional typescript check issues * rebase * fix: rebase * fix * eslint fix * fix: package.json changes * fix: package.json changes * fix yarn lock * fix version package.json * fix: downgrade react-router-dom to original * fix: undo modification of .github/workflows/release.yaml * fix: revert cypress testing version update * rebase * rebase * fix: fix lint issues and remove unnecessary react hooks testing library * fix: add types for stricter typescript checks * fix: fix additional typescript check issues * rebase * chore: upgrade to react 18 * fix: update tests * fix: fix lint issues and remove unnecessary react hooks testing library * fix: add types for stricter typescript checks * fix: fix additional typescript check issues * fix * eslint fix * fix: package.json changes * fix: package.json changes * fix yarn lock * fix version package.json * fix: downgrade react-router-dom to original * fix: undo modification of .github/workflows/release.yaml * fix: revert cypress testing version update * fix * fix: error boundary change * yarn.lock change * fix: cypress tests finally passing due to zzmp redux multicall fix HOORAY * undo service worker changes * build: dedup lockfile * yarn.lock + lint * update snapshot tests * checkpoint * yarn.lock * fix: fix type errors during build * fixes * fix yarn.lock * dedup yarn * fix: import react components explicitly instead of all of react * dedup * yarn.lock * yarn.lock * dedup * yarn * dedup * dedupe use-sync-external-store * fix build issues * dedup use-sync-external-store Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
lynn authored
* init commit: initial constants for pages, implement vote page viewed * implement swap * implement pool * remove charts * simplify shouldLogImpression
-
Vignesh Mohankumar authored
* fix connectors changing * update package * add connection name * rename file * de-dupe * cb wallet fix * fix * yarn change * log the key * re-order connections * memoize the key * some updates * rm console * prevent memory leak Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
-
lynn authored
* init commit * add amplitude ts sdk to package.json * add more comments and documentation * respond to vm comments * respond to cmcewen comments * fix: remove unused constants * init commit * adapt to web * add optional event properties to trace * correct telemetry to analytics * change telemetry to analytics in doc * fix: respond to cmcewen comments + initialize analytics in app.tsx + add missing return statement * init commit * respond to zzmp comments * add token selected event * fixes * eliminate unnecessary state * respond to part of zzmp comments * respond to zzmp comments round 2 * fixes * respond to zzmp comments * add imported token event and other fixes * also log onKeyPress for suggested tokens * respond to cmcewen comments
-
- 13 Jul, 2022 6 commits
-
-
Zach Pomerantz authored
* build: use fewer babel versions * build: dedup * test: test deps dedups * fix: test.yml * fix: typo * test: failing * fix: dedup * fix: dedup * test: comment dedup tests * chore: whitespace
-
Zach Pomerantz authored
-
Zach Pomerantz authored
build: update @typescript-eslint
-
github-actions[bot] authored
-
Vignesh Mohankumar authored
* refactor: wallet specific Option components * fix * fix * fix coinbase wallet logic * injected logic * remove wallet.ts * install metamask * move all into InjectedOption * fix mobile metamask * wip * more mocking * more test fixes * refactor * more special casing * isMetaMask * simplify components * fix imports * fix coinbase wallet * test fix * fix connectors changing * Revert "fix connectors changing" This reverts commit 2acfe645ca506048e599d515674a54b27d12144f. * more to typescript logic instead of jsx
-
lynn authored
* init commit * add amplitude ts sdk to package.json * add more comments and documentation * respond to vm comments * respond to cmcewen comments * fix: remove unused constants * init commit * adapt to web * add optional event properties to trace * correct telemetry to analytics * change telemetry to analytics in doc * fix: respond to cmcewen comments + initialize analytics in app.tsx + add missing return statement * respond to zzmp comments * fixes * eliminate unnecessary state * respond to part of zzmp comments * respond to zzmp comments round 2 * fixes * respond to zzmp comments
-
- 12 Jul, 2022 1 commit
-
-
github-actions[bot] authored
chore(i18n): synchronize translations from crowdin [skip ci] Co-authored-by:
Crowdin Bot <support+bot@crowdin.com>
-