- 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 5 commits
-
-
Vignesh Mohankumar authored
* ignore user rejected errors * test * fix * use util
-
lynn authored
* update icons * add snapshot test for empty states * update failing snapshot
-
Tina authored
remove swap completed event
-
eddie authored
* fix: redo MP drawer layout changes with mobile fixed * fix: mobile fix and another test * fix: comments
-
eddie authored
* fix: testing snapshot updates * fix: remove inline style and update snapshots tests
-
- 10 Apr, 2023 5 commits
-
-
eddie authored
* feat: rename WalletDropdown to Portfolio * fix: update after rebase * feat: rename from Portfolio to AccountDrawer * fix: fix test
-
Zach Pomerantz authored
-
Zach Pomerantz authored
-
lynn authored
switch back header
-
eddie authored
-
- 07 Apr, 2023 3 commits
-
-
lynn authored
* init * testing if it works * wip * tooltip still not working correctly * modal still not triggered after initial buy click * remove invalid import * region check fixed * add disabled buy button treatment * simplify and fix toggle twice bug * no more state mgmt bugs finally * rename vars for clarity and add todos * add feature flag, remove toast * keep wallet drawer open upon repeated buy clicks * remove from feature flag modal for now * unused vars * first round respond to tina comments * respond to tina padding comments, fix padding in response to cal feedback * last round tina comments * init pending element names being added to analytics events repo * update event names * add tooltip delay requested by fred and cal * middle of revisions, fiat buy flow readability wip * hook logic refactor done + added basic unit test * rename enum and add todo for unit tests * mouseover tooltip disable properly * fix mouseover tooltip not working, ensure dot working as expected, rename buyFiatClicked to buyFiatFlowCompleted * change developer doc comment * respond comments * update snapshot test * lint fix * remove unnecessary changes
-
lynn authored
* init * testing if it works * wip * tooltip still not working correctly * modal still not triggered after initial buy click * remove invalid import * region check fixed * add disabled buy button treatment * simplify and fix toggle twice bug * no more state mgmt bugs finally * rename vars for clarity and add todos * add feature flag, remove toast * keep wallet drawer open upon repeated buy clicks * remove from feature flag modal for now * unused vars * first round respond to tina comments * respond to tina padding comments, fix padding in response to cal feedback * last round tina comments * add tooltip delay requested by fred and cal * middle of revisions, fiat buy flow readability wip * hook logic refactor done + added basic unit test * rename enum and add todo for unit tests * mouseover tooltip disable properly * fix mouseover tooltip not working, ensure dot working as expected, rename buyFiatClicked to buyFiatFlowCompleted * change developer doc comment * respond comments * update snapshot test * comments * small changes + unit tests * dedup * remove enzyme * Remove unecessary line * simplify * more cleanup * add missing await * more comments * more comment responses * more comment responses * delay show fixes and respond to comments * fix logic for show * remove tooltip delay, unit test changes * Update src/components/Popover/index.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * remove delay on tooltip * missed one * Update src/components/swap/SwapBuyFiatButton.test.tsx Co-authored-by:
Tina <59578595+tinaszheng@users.noreply.github.com> * comments * . * lint error --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> Co-authored-by:
Tina <59578595+tinaszheng@users.noreply.github.com>
-
Zach Pomerantz authored
-
- 06 Apr, 2023 6 commits
-
-
eddie authored
* fix: catch json parse error in fetchTokenList * fix: refactor fetchTokenList and add more tests * fix: import in test * fix: comments and names * fix: comment format * fix: comment formatting
-
Jack Short authored
* chore: removing unnecessary data in assets query * no smallimageurl * disabling nft drawer loading initially on nft pages * removed too much * renaming * fix missing rank
-
eddie authored
* fix: use console.debug for expected transient error * fix: add tests * fix: name and lints
-
Zach Pomerantz authored
test: configure retries for cypress CI
-
cartcrom authored
* fix: only use local txs for current account * refactor: remove unecessary try/catch * fix: add back try/catch
-
eddie authored
-
- 05 Apr, 2023 1 commit
-
-
Zach Pomerantz authored
* docs: use comments for pull_request_template * docs: update
-