- 21 Apr, 2023 7 commits
-
-
eddie authored
-
Zach Pomerantz authored
* build: add caching to eslint * build: add caching to jest * build: add caching to tsc * build: add caching to actions * fix: upgrade upload-artifact to v3 * build: update craco eslint cacheLocation * build: use ignore-path for craco eslint
-
Zach Pomerantz authored
-
Zach Pomerantz authored
-
eddie authored
* test: swap flow cypress tests * fix: use default parameter * fix: use shared token addresses * fix: fix test * fix: nits
-
Vignesh Mohankumar authored
* fix: filter CSP errors * not syntax * comment
-
Vignesh Mohankumar authored
* fix: handle invalid chainId on position page * fix * add test * Revert "add test" This reverts commit d18742aa506b210a6600d6ec2e8b5166d514f988. * fix: prevent crashes on /add and /remove on unsupported chains * handle v3 rm * chainId * lint * Update src/pages/RemoveLiquidity/V3.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
- 20 Apr, 2023 3 commits
-
-
lynn authored
* init * init * use test constants * use constants * change address * more comprehensive tests * move noop * add eslint rule * return null in noop * merge * fixes
-
cartcrom authored
* fix: updated uniswap wallet images * fix: revert unintended css update * feat: use updated app icon w/ border
-
yyip-dev authored
Update to app store link with tracking params
-
- 19 Apr, 2023 4 commits
-
-
Zach Pomerantz authored
* chore: ignore hardhat cache files * test: add forking hardhat config * test: install cypress-hardhat * build: add cypress-hardhat * fix: lint * build: add hardhat * build: add @sentry/types * fix: better origin
-
Jack Short authored
* fix: pwat not setting correct spender * todo * responding to comments
-
lynn authored
* init * use constants * change address * move noop * add eslint rule * return null in noop * fixes
-
Zach Pomerantz authored
* test: expand collectCoverageFrom * fix: improve types coverage * fix: target generated dirs * fix: glob dirs
-
- 18 Apr, 2023 4 commits
-
-
Zach Pomerantz authored
* build: add caching to eslint * build: add caching to jest * build: add caching to tsc * build: add caching to actions * fix: upgrade upload-artifact to v3 * build: update craco eslint cacheLocation * build: target ESNext for dev * merge again
-
Zach Pomerantz authored
* fix: translate "Get started" on landing page * lint: html
-
cartcrom authored
* refactor: move MP files into subfolders * refactor: consolidate MP subfolder file-naming scheme * test: add tests for parseLocal.ts * refactor: update existing parseLocal tests
-
lynn authored
* padding fixes, special casing for txn * add drop shadow, change width to 348px, remove debug code * opacity animation * address comments * one more change * respond to tina comments * name change * add $ to padding
-
- 17 Apr, 2023 1 commit
-
-
Zach Pomerantz authored
* build: add caching to eslint * build: add caching to jest * build: add caching to tsc * build: add caching to actions * fix: upgrade upload-artifact to v3 * build: update craco eslint cacheLocation * fix: pr nits
-
- 14 Apr, 2023 7 commits
-
-
lynn authored
init
-
Vignesh Mohankumar authored
* build: send url without hash to sentry * comments * Update src/tracing/index.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/tracing/index.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * add test * move files around
-
Vignesh Mohankumar authored
* fix: ignore error caused by Cloudflare HTML response * add test * Update src/tracing/errors.test.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/tracing/errors.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/tracing/errors.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * multiline
-
Zach Pomerantz authored
* test: add jest.asMock * test: use mocked instead * test: split test-utils to prevent interaction * test: whoops missed one * Merge but actually this time
-
Zach Pomerantz authored
* build: move typecheck/lint out of build * build: add typecheck to test action * build: fix lint to use gitignore * fix: correctly lint/check * fix: simplify lint * build: back out eslint array-ification * test(lint): add comment RE config/typings * build: clarify craco webpack plugin mods * build: simplify craco webpack with functional methods * build: rm unused IgnorePlugin * test(lint): order imports
-
Jack Short authored
* feat: creating feature flag for details v2 page * eslint ignore * moving details v2 under trace
-
Vignesh Mohankumar authored
* fix: handle invalid chainId on position page * fix * add test * Revert "add test" This reverts commit d18742aa506b210a6600d6ec2e8b5166d514f988. * pr comments * rename * fix
-
- 13 Apr, 2023 4 commits
-
-
lynn authored
* init * init * Update src/connection/index.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/components/Identicon/StatusIcon.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/components/Identicon/StatusIcon.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * address comments * unit test + remove _url in names --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
cartcrom authored
* feat: updated banner * fix: linted * feat: add download link to overflow menu * feat: hover animation * fix: update landing screen hide logic * feat: added descriptor comment for stopPropogation * fix: translations & responsiveness of button text * fix: icon sizing / padding + word casing * fix: Learn more casing
-
Charles Bachmeier authored
* fix app breaking when changing sorting or toggling usd price * compare floor change correctly --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Vignesh Mohankumar authored
* build: add chainId to sentry tags * set it in web3provider * set before sending
-
- 12 Apr, 2023 9 commits
-
-
cartcrom authored
* feat: replace internal microsite routes with links to external site * feat: use updated analytics events from events repo * fix: remove unnused empty wallet page
-
cartcrom authored
* feat: update wallet banner display logic * fix: linted * fix: learn more link
-
Jack Short authored
* fix: last sale nan * correct formatted price * responding to comments * refactoring for readability
-
cartcrom authored
* feat: log connection activation/errors in console.debug * fix: remove now-redundant comment
-
cartcrom authored
fix: use updated links/language
-
eddie authored
-
Vignesh Mohankumar authored
-
Charles Bachmeier authored
* hide looksrare until we can support their sdk * remove commented code --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
cartcrom authored
* refactor: move MP files into subfolders * refactor: consolidate MP subfolder file-naming scheme
-
- 11 Apr, 2023 1 commit
-
-
Vignesh Mohankumar authored
* ignore user rejected errors * test * fix * use util
-