luc-github / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
GNU General Public License v3.0
747 stars 305 forks source link

[FEATURE REQUEST]Allow user to fix orders of panels #250

Closed luc-github closed 2 years ago

luc-github commented 2 years ago

This is a recurent request which is a nice to have and must not use complex code to be implemented because this is not something you do often, but only at setup, or when you adjust UI according your habits after a while, and so footprint must be as small as possible

So instead of implementing Drag and Drop / just display an order list in settings - same style as macro buttons settings - with all available panels and their position, the preferences.json will just have to remember the list of panel and their order, this order will be applied just after loading the preferences.json and also each time the panel is requested to be show in menu, this feature will be optional so current behavior of last show is in top list can also be keept

TBC

luc-github commented 2 years ago

Now you can fix the panel order or let as last Show/ first listed

image

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.