- 13 May, 2021 13 commits
-
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Justin Domingue authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
-
- 12 May, 2021 17 commits
-
-
Ian Lapham authored
-
Moody Salem authored
-
Moody Salem authored
-
Ian Lapham authored
* truncate and format large numbers * update truncation shorthand * update logic for detecting small amount
-
Moody Salem authored
-
Moody Salem authored
-
Justin Domingue authored
* add header background-color on scroll overlap * slide background in/out on scroll * remove unused import Co-authored-by:
Justin Domingue <domingue.justin@gmail.com>
-
Justin Domingue authored
* only animate NFT SVG on hover by using a canvas * handle high dpis * animation transition between canvas and img * set start state to not animated * removed animations that were causing issues on Firefox * simplify code * remove debugger statement * remove useEffect in favor of an event handler * hide canvas without unmounting to avoid blinking * fix lint error * fix flicker on hover by leaving canvas always visible * add comment about z-index Co-authored-by:
Justin Domingue <domingue.justin@gmail.com>
-
Moody Salem authored
-
Moody Salem authored
-
Noah Zinsmeister authored
-
Noah Zinsmeister authored
only pass tokenId to useV3PositionFees
-
Moody Salem authored
-
Moody Salem authored
* do not construct tokens for wrapped token info * some cleanup of the wrapped token info * back to extends, bump sdk core version via v2/v3 sdk updates * Revert "back to extends, bump sdk core version via v2/v3 sdk updates" This reverts commit 92cc5073 * update the sdk version * fix some more uses of instanceof * finish the refactor * mess with the currency list performance * start replacing with the latest v3/v2 sdks * raw -> quotient * more cleanup * finish the refactor * clean up currency list refactor * fix list rendering * perf(token lists): improve app performance when there are large inactive token lists (#1510) * improve inactive token lists performance * cleanup before larger changes to combine inactive lists * only do the search if the query does not match any active lists, limit the number of results * more performance improvements * search inactive lists more aggressively
-
Ian Lapham authored
* fix for error token map parsings * update varios UI styles * update padding on & amounts
-
Moody Salem authored
-
Noah Zinsmeister authored
-
- 11 May, 2021 10 commits
-
-
Noah Zinsmeister authored
-
Ian Lapham authored
* fix for error token map parsings * fix error on formatting sig figs * fix various bugs * no hover cursor Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
-
Noah Zinsmeister authored
-
Jorropo authored
* feat(routing): support mirror protocol routing as additional bases * Fix code style issues with ESLint Co-authored-by:
Lint Action <lint-action@samuelmeuli.com>
-
John Shutt authored
* feat(uma): uma call option routing Signed-off-by:
John Shutt <john.d.shutt@gmail.com> * Fix code style issues with ESLint Co-authored-by:
Lint Action <lint-action@samuelmeuli.com> Co-authored-by:
Moody Salem <moodysalem@users.noreply.github.com>
-
Callil Capuozzo authored
* Change price ratio using slash to "per" * Fix header, toggle copy and increase copy * Add clearer V2 and migrate buttons * Fix link * fix account modal background color * tweak sig figs Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
-
Moody Salem authored
* automatic slippage tolerance start * get it compiling * out of range/in range behavior of slippage tolerance in add * small useDerivedSwapInfo refactor * improve useSwapSlippageTolerance * fix unit test * thread placeholder slippage through * small improvement to slippage input behavior * fix the display bug * fix tx settings modal ux * don't pass props unnecessarily * switch back to static swap slippage for now bump migrate slippage to .75% * fix font size * add flag for auto slippage migration validate version updates even more Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
-
jochenboesmans authored
* Add App-level error boundary, referring users to GitHub issue creation on page crashes. (#1452) * Class component is used as boundary since catching errors is apparently not yet possible with hooks. * EventListener in window was removed and replaced by error boundary's error catch, which now fires a GA exception. The fields it passes are slightly different because React uses slightly different error types. * Pre-filling issues with dynamic data is possible with POST requests to GitHub's API, but the GH web client seems to only support pre-fill based on templates. Therefore users still need to copy error info themselves. * Prefill GitHub issues with crash data. * Added package 'react-device-detect' to include device data such as OS, browser etc. in crash report. * Included error stack in issue body. * Used <code> html tag for displaying stack to user. * Slightly reduce vertical padding on code block. * Add ua-parser-js for parsing user agent. * Revert react-device-detect to ^1.6.2 (which is used for mobile detection etc. in components)
-
Noah Zinsmeister authored
-
Justin Domingue authored
Co-authored-by:
Justin Domingue <domingue.justin@gmail.com>
-