Skip to content

Show empty page when no room is selected

Kai A. Hiller requested to merge V02460/fractal:esc into fractal-next

This MR binds closing of the current room to the Escape key and disables controls when no room is shown.

I had to introduce a separate empty property for the room history, because binding bool to maybe does not seem to be supported :(

TODO

  • Remove room name and title of the previously opened room from the header bar on close.
Edited by Julian Sparber

Merge request reports