PrintVault Desktop v0.2.21
The sidebar no longer traps itself open on a phone.
Below 900px the sidebar stops being a column and becomes an overlay on top of the content, covering most of a phone screen. There was no way to dismiss it: the toggle button carried an inline style that hid it, its CSS class did not exist, and the function behind it was never called from anything. On the library tab it simply sat there, and a first visit had the "Choose a folder" button buried underneath it.
The button now appears and works at that width, tapping away from the sidebar closes it, and choosing a filter closes it too rather than leaving it over the results you just asked for. Whether it is open is tracked separately from the desktop setting, so a phone visit no longer decides what your desktop does.
Only affects narrow windows. On a desktop it is the same column it always was.