workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

Improve validator state display #256

Closed nathanleclaire closed 2 years ago

nathanleclaire commented 2 years ago

Closes https://github.com/workbenchapp/solana-workbench/issues/237 Closes https://github.com/workbenchapp/solana-workbench/issues/195

I also changed the icon to a more gentle IconMdiBrodcastOff because ... we can't connect to the network, but that's not really something we need to WARN ⚠️ you about.

I also want to simplify view in this state a bit, as there's no real sense in showing account data when we know none exists.

Signed-off-by: Nathan LeClaire nathan@cryptoworkbench.io

nathanleclaire commented 2 years ago

OK yea I like this, nice and muted when nothing is happening, but no confusing layout changes. Highlights the most important thing on the page.

Screen Shot 2022-07-18 at 5 55 05 PM
nathanleclaire commented 2 years ago

Side note, our links don't really display as links any more. :| Seems to be because of the text-decoration: inherit set on <a>. I had to use underline class from Tailwind.