workbenchapp / solana-workbench

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

"Manage localhost" doesn't show after navigating to other nets #255

Open nathanleclaire opened 2 years ago

nathanleclaire commented 2 years ago

re: https://github.com/workbenchapp/solana-workbench/commit/8f7ab0b14c95911ccad29fc8645852ae45dcf855

I noticed that if you click another net, that menu item changes back to "localhost"

Don't feel this is particularly high pri for 0.4.0, but wanted to note it down

SvenDowideit commented 2 years ago

yeah - its because we don't have a validator status for localnet if we're not on localnet - i'm only changing the link to the manage page if we know the validator's down,

i think i'd like to make the dropdown more complicated, instead of doign this in the menu, but v0.5.0 :)