interface icon indicating copy to clipboard operation
interface copied to clipboard

🦄 Open source interfaces for the Uniswap protocol

Results 372 interface issues
Sort by recently updated
recently updated
newest added

## URL https://app.uniswap.org/#/vote?chain=mainnet ## Error ``` ChunkLoadError: Loading chunk 5 failed. (error: https://app.uniswap.org/static/js/5.4ba482db.chunk.js) ``` ## Stacktrace ``` ChunkLoadError: Loading chunk 5 failed. (error: https://app.uniswap.org/static/js/5.4ba482db.chunk.js) at c.e (https://app.uniswap.org/:2:3585) at https://app.uniswap.org/static/js/main.e5723063.chunk.js:1:755420 at...

Fails a CI check if an entrypoint file's gzipped size grows by more than 100B.

## URL https://app.uniswap.org/#/vote?chain=mainnet ## Error ``` ChunkLoadError: Loading chunk 3 failed. (error: https://app.uniswap.org/static/js/3.5f9cb4a2.chunk.js) ``` ## Stacktrace ``` ChunkLoadError: Loading chunk 3 failed. (error: https://app.uniswap.org/static/js/3.5f9cb4a2.chunk.js) at c.e (https://app.uniswap.org/:1:3642) at https://app.uniswap.org/static/js/main.60b53f21.chunk.js:1:459170 at...

- Increases the wait time for IPFS to be available during release to an hour. The current setup is functional, but eg https://github.com/Uniswap/interface/runs/7298181685?check_suite_focus=true#step:12:69 took 27 (of 31) tries, so the...

## URL https://app.uniswap.org/#/swap?chain=mainnet ## `swap` state ```json { "INPUT": { "currencyId": "ETH" }, "OUTPUT": { "currencyId": null }, "independentField": "INPUT", "typedValue": "", "recipient": null } ``` ## Error ``` NotFoundError:...

## URL https://app.uniswap.org/#/vote?chain=mainnet ## Error ``` ChunkLoadError: Loading chunk 9 failed. (error: https://app.uniswap.org/static/js/9.271b5d78.chunk.js) ``` ## Stacktrace ``` ChunkLoadError: Loading chunk 9 failed. (error: https://app.uniswap.org/static/js/9.271b5d78.chunk.js) at c.e (https://app.uniswap.org/:1:3726) at https://app.uniswap.org/static/js/main.84801060.chunk.js:1:760539 at...

## URL https://app.uniswap.org/#/swap?chain= ## `swap` state ```json { "INPUT": { "currencyId": "ETH" }, "OUTPUT": { "currencyId": null }, "independentField": "INPUT", "typedValue": "", "recipient": null } ``` ## Error ``` Error:...

## URL https://app.uniswap.org/#/pool/264735?chain=mainnet ## Error ``` Error: Unsupported chain ID ``` ## Stacktrace ``` Error: Unsupported chain ID at n.get (https://app.uniswap.org/static/js/main.8c9f966b.chunk.js:1:535062) at cp (https://app.uniswap.org/static/js/main.8c9f966b.chunk.js:1:344389) at sf (https://app.uniswap.org/static/js/2.365a8d52.chunk.js:2:2442916) at Vf (https://app.uniswap.org/static/js/2.365a8d52.chunk.js:2:2452483)...

**Bug Description** add/remove 0 after decimal in decimal input, not getting a new quote

bug
good first issue
p1