-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore page header #110
Comments
at a first glance we can calculate these with simple queries of the pindexer summary table (take the max over all pairs, sum over all pairs, etc.), except for the number of trades, that's missing (can be added). However, there's a genuine bit of exploration / thinking about how exactly we put things into a common numeraire (in this mockup, dollars). e.g. for the UM / OSMO pair, there's a volume in terms of UM or in terms of OSMO (the volume measures how much is trading in one direction or the other, so not just symmetrized over the price). In general, a pair might exist without there being a known price in terms of USDC; we could ignore these for the summary, but we should be cognizant that we're doing so. |
# Conflicts: # src/widgets/header/ui/header.tsx # tailwind.config.ts
* feat: #110: add PenumbraWaves SVG to the header * feat: #110: add markup for the explore page header * feat: #111: add loading markup for the pairs table * feat: fill table with fake data * feat: implement stats backend request * feat: apply stats data to the explore page * feat: #110: use server components to render the explore page * fix: lint * fix: move the constant out * fix: add tablet layout
Desktop Skeleton:
Desktop Loaded state:
Mobile skeleton:
Mobile Loaded state:
Add penumbra background image as well 🌔
Reference: https://www.figma.com/design/xWsVprkEgEihweVN9isrGQ/DEX-(Incl.-UI-Lib)?node-id=3658-145100&node-type=canvas&t=NYogohDveZXB9V4J-0
The text was updated successfully, but these errors were encountered: