see picture above# Solidly To-dos: Solidly UI Adjustments ## Not Done ### High Priority #### General - [ ] Add a network selector besides the user address, so instead of grey-ing out the whole screen, network selector will become red (see app.uniswap.org), allowing user to choose a network (in the start only Ethereum in prod, Fantom for testing) #### Liquidity - [ ] Do subgraph work and hook up to liquidity page to make it load faster - [ ] Pair does not show up even after clearing local storage or updating the API unless the pair has a gauge - [ ] Show APR of providing liquidity for given pair of current epoch - [x] Remove negative voting and change color of the slider line to the same blue as the vote button. ![](https://i.imgur.com/Ig2Rp7E.png) - [ ] **Blue bar is still misaligned and also doesn't correspond to the same color code as the "Cast Votes" button, which should be HTML 695aff** #### Swap & Routing - [ ] Fix price impact issues where price impact is shown as 0%, possibly leading to loss of user funds if not carefully controlled by user. Generally speaking the routing is bad, leading to outcomes of ~90% losses. ![](https://i.imgur.com/N3BNMHo.png) - [x] "% Slippage" text should line up horizontally with input number. Furthermore the field should be enlarged a bit horizontally, because input number doesn't fully show when using 3 or more characters (i.e. using a comma) Example 12.5%: ![](https://i.imgur.com/TWEGcLi.png) - [ ] **It was partly fixed, upper bound is still not aligned, i.e. needs same font size. Same for the % number, 12.5% still doesn't fit into the field. It should allow for 5 characters to fit in see picture above** #### Vote - [ ] Show voting APR (i.e. what APR a veNFT for given pair got in fees for current epoch) - [ ] Show current epoch's votes abs+% in one column and next week's votes in another (new) column #### Rewards - [ ] Popup window showing and linking (to ftmscan.com) bribe claim went missing, please reinstate - [ ] Getting 5s timeout error 50-60% of the time - [ ] New reward tokens not showing up unless local storage is cleared #### Vesting - [ ] Merge window breaks if the user has <2 veNFTs ### Low Priority #### General - [ ] The whole website must be able to be accessed without connecting a wallet, even showing voting numbers, APRs, etc. (i.e. not like Velodrome, where browsing is allowed but zero information is showed) - [ ] Change HTML color code of the bar on the top i.e. "Swap, Liquidity" etc, from HTML 646464 to HTML 525252 in order to increase redability/contrast #### Swap - [ ] Asset selection window opacity is too low for older browsers (specifically for Firefox extended release version). Check other browsers as well: Chromium, Edge, Brave ![](https://i.imgur.com/ytBXI0d.png) - Low priority, supporting old browsers condtionally is a huge undertaking. Tell users to upgrade add to list with proper formatting and correct category: - Currency symbols sometimes appear warped, need to be displayed correctly, gives off a bad impression (example: DEI) - Sometimes elements from the legacy UI are imported 1:1 including color scheming, they must be replaced (for example vest, vote checkmark) also check the filter on liquidity page, it shows up in the old royal blue colors when clicking on it - Providing liq shows a slippage field? - Change default currencies to ETH not FTM - note to self: check if votes are still automatically reset in UI when there are RPC issues or page is acting slowly