omgnetwork / optimism

Monorepo implementing the Optimistic Ethereum protocol
https://optimism.io
MIT License
16 stars 6 forks source link

Boba Gateway - UI Tweaks #432

Open HangingGolem opened 3 years ago

HangingGolem commented 3 years ago

Here are issues that really bother me at the moment

  1. This blurred gradient was meant to be fixed down and work in complex with other visuals. We need to remove this gradient, since now it looks like the sidenav is broken image

  2. Deposit button on wallet is inconsistent with other buttons - should be linked to the same global style as other outline buttons image

  3. Hover states aren't presented in some places. It creates a lot of confusion in understanding what is clickable when platform is used. In general hover effects would be: default: gray -> hover: white default: white -> hover: orange

We don't have .hov on: network selector dropdown, tabs, datepicker (should have same active and .hov applied on top of that styling as the regular input), deposit/transact/stake expanders(basically all of them), transactions: more info expander (also lacks arrow icon), transactions hash code link image

CAPtheorem commented 3 years ago

@sk-enya please tackle 1/ and 3/

sk-enya commented 3 years ago

@CAPtheorem shall I look into the 3/ as well? As it seems we just have to add hover effect

sk-enya commented 3 years ago

@CAPtheorem Please review changes here https://github.com/omgnetwork/optimism/pull/436