bugy / script-server

Web UI for your scripts with execution management
Other
1.52k stars 244 forks source link

Add a second level/group in side panel to allow for more organized script grouping #740

Closed CynicalWilson closed 3 months ago

CynicalWilson commented 3 months ago

I love the script-server, especially due to it's overall simplicity and usability. One thing I'd love to see, or maybe somebody could provide me the modified code for the index.js file and I'll just pop that in, would be to not only be restricted to main groups --> list of scripts, but instead allow for main-group --> Sub - Group --> list of scripts. That would enable a structure like :

Main Group A: Production

Main-Group B: Sandbox

Looks like this could, for somebody that's a bit more advanced than me in JavaScript, be rather easily be accomplished by some changes to the components ScriptsList , ScriptsListGroup, and ScriptsListItem.

bugy commented 3 months ago

Hi, thanks for reporting. The same request here: #608 Regarding which classes should be changed, you are right.