ripple / explorer

Open Source XRP Ledger Explorer

Home Page:https://livenet.xrpl.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leverage `useWindowSize` or `useMediaQuery` for responsive layouts

ckniffen opened this issue · comments

Several places use width from redux. In many of them this is only thing they use that relies on redux. Instead leverage useWindowSize or useMediaQuery from usehooks-ts to handle size based logic.

Closed by #680