Replace the existing button in the navbar with the new component
Use the new component in mini mode with some additional CSS to show the mini mode toggle button when the mouse enters the mini mode window
Note that restoring using the button doesn't work on Windows. Neither does CTRL+M. The restore function gets called but the window doesn't change size. I'm not addressing that in this PR since it's unrelated to my changes, I'll open a separate issue for it.
Fixes #76
MiniModeToggleButton
componentNote that restoring using the button doesn't work on Windows. Neither does
CTRL+M
. The restore function gets called but the window doesn't change size. I'm not addressing that in this PR since it's unrelated to my changes, I'll open a separate issue for it.