fix: schema reload button
The schema reload button was not actually working for me. wsSchemaRequest was called, messages send and received correctly. Turns out providing a callback overrides the callback behavior of eventbus, so the request result schema was not set. By removing the callback, it actually works.
This also sets the loading spinner for the schema panel for a bit more user feedback on whats going on.