paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
1.98k stars 577 forks source link

Improve UI event grid explorer #752

Closed ErikMogensen closed 7 months ago

ErikMogensen commented 7 months ago

Changed the menus on the Mainform: image

On the Connect form I changed the order and width of the fields. I also made the API version a combo box. I did not the set list of tenants associated with the logged in account since I am pretty sure you need to log in the user first and that would be out of scope for this PR. However, I think that is the way to go.

I did not change the selection of the Cloud tenant, since I am not sure how that should work. I set the icon and made the OK button the Accept button and the Cancel button the Escape button.

image

For the three other dialogs I set the window position to CenterParent, window frame to Fixed and set Accept and Escape buttons: image

image

image