jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

Show the side menu once #131

Closed jlesage closed 4 months ago

jlesage commented 4 months ago

Currently, the side menu is shown and closed every time an HTTP/HTTPs connection is done. The idea behind this behaviour is to make sure the user is aware of this menu. However, this can become be annoying over time.

Instead, the menu could be shown once. A flag can be stored in browser's storage to determine if menu should be shown or not.

jlesage commented 4 months ago

Now implemented with the latest version of the baseimage.