Remove state::MessageBus in favor of String messages sent to Wrapper
from Slot.
Update Slot state from inside Wrapper::update such that changes should
be immediately visible per Slot (moved code from Wrapper::rendered,
fixing updates not being immediately visble).
More work was needed to have separate components of the front-end to
communicate with each other. Also added an output-text-box for
informative messages.