Lately, I’ve been busy making a bunch of changes to HiveTools and Market-Viewr.
This wasn’t just one big feature drop. Instead, it was a laundry list of layout cleanups, UI/UX polish, dark mode fixes, and some under-the-hood structural changes that I finally got around to staging.
Before I jump into the details, I want to give a massive shoutout and special thanks to @forkyishere. Most of the UI improvements and functional tweaks listed below came directly from his suggestions and feedback. Working with the community to make these tools less annoying is easily the best part of building them.
Here is the rundown of what has been going on.
The first big change is a branding shift. The old Beeswap references and modules are now rebranded to Mithril Diesel Pool.
Along with the name change, the layout got a complete makeover:
It looks a lot cleaner and feels like a cohesive part of the tool suite.

If you shared a specific pool link on Twitter/X or Discord before, you just got the default site metadata.
Now, pools have a dynamic OG image generator built on the backend using Python's Pillow library. When a link is shared, the server dynamically draws a custom preview image showing the pair symbols, active reserves, current price, and TVL metrics.
You also get full OpenGraph, Twitter Cards, and Facebook tags generated dynamically for every single pool route. Sharing is much more visual now.

In the pool pages, we have long dropdowns listing available tokens or user positions. If you are dealing with common base tokens like SWAP.HIVE, that list can stretch to dozens or hundreds of items. It overflowed the screen, looked terrible, and made selection a chore.
We fixed this by:
max-height: 250px or 300px).This is active on the main swap interface, the tokens list, and the add/remove liquidity screens.

Dark mode is great until you find pages with high-contrast text that look like they were styled in 1998, or cards with white backgrounds that blind you.
I did a sweep across the code and fixed these:
bg-light classes to theme-aware bg-body-tertiary or bg-body-secondary.table-light headers that overrode dark mode table rendering.text-body-emphasis so they are readable.Search engine optimization isn't exciting, but it has to be done.
I wired up a /sitemap.xml endpoint that dynamically queries the Flask application's url_map. It automatically lists every static and tools route while filtering out dynamic detail pages, API endpoints, and redirects. If I add a new tool tomorrow, it will show up in the sitemap automatically.
Also, I finally put together a proper favicon suite (including high-res icons and a web app manifest) so the app icons look crisp on mobile home screens and modern browsers.
On the Market-Viewr side, I made a couple of adjustments to align with the new design:

It feels good to get these details sorted.
As always,
Michael Garcia a.k.a. TheCrazyGM
Signal
Type: original post | Authentic: authentic | Importance: important
Topic: Visual and usability improvements to Hive tools to make them more user-friendly.
Tags: #hive #webdesign #update
Claim: The user argues that the software improves when the community is listened to.
Stance: support
00 — Extensive drop-down menus have been created that display available tokens or user positions.
Why it matters: Because an app that looks good and is easy to use makes our browsing experience much more enjoyable.
Posted via First Context