-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make sidebar collapsible #201
Conversation
remove unnecessary overflow:visible (#sidebar_plugin_SpoolManager) css rule because it overrides the visibility setting in the .collapse class.
This will make the I was looking for a way to include code in the heading of the sidebar widget, probably a solution like the one used for the Files widget here https://github.com/OctoPrint/OctoPrint/blob/a811f191f2992b8e8f4a10ed337ce1f2421fd165/src/octoprint/templates/sidebar/files_header.jinja2 |
After looking at OllisGit#201, I realise that simply removing the overflow won't do. Changing it to #sidebar_plugin_SpoolManager.collapse.in makes it work.
…debar) - set cursor to auto because the color preview is not clickable
- results in a more balanced whitespace distribution
Also fixed #190 |
After looking at #201, I realise that simply removing the overflow won't do. Changing it to #sidebar_plugin_SpoolManager.collapse.in makes it work.
Hi @TiziG, Adding a separate selection dialog was also on my list, because in the dialog it's possible to add more filters for the selection. I will take a closer look into implementation, after that it is in the next release. |
- PR #204, #201 redesign of the Spool-Selection in the sidebar. Huge thanks to @TiziG @MarloSM - E #125 New field "Serialnumber" - E Spool selection from Edit-Dialog - E #141 New Filter: Material, Vendor and Color - E #44 Sidebar filament usage in grams instead of volume - B #199, #198, #163, #156 some QR-Code optimisations - B #197, #196, #188, #181, #178, #177, #172, #162, #142, Some UI optimisations - B #194 CSV import, behind reverse proxy - B #175 Confirm dialog not shown
@OllisGit thanks for merging. Let me know if I can help with something. |
remove unnecessary overflow:visible (#sidebar_plugin_SpoolManager) css rule because it overrides the visibility setting in the .collapse class.
This fixes issue #197