Hi René,I agree. I've made some more notes / suggestions here: https://github.com/opnsense/core/issues/2554proportions: logos vs. submenus is too drasticpresentation: remove transparent effect and delay / better click behaviour (hover should probably trigger menu instantly)tooltips for full/minified button toggleCheers,Franco
Hi René,Sounds good. Your minified menu is far better for quick, "click-less" navigation but we just need to bring it to that point. Both menu types work fundamentally different so using different approaches to them is fine. I won't be available for two weeks, just to let you know.Good luck and thanks,Franco
Collapse.TRANSITION_DURATION = 350
$(document).on('click
Collapse.TRANSITION_DURATION = 350 to "0"
$.fn.collapse.Constructor.TRANSITION_DURATION = 0;
noname12123: the usual way in javascript is to rebind it to a function which calculates it but it does not work here. Maybe you can patch it but I don't think this is a good idea. This is how you can override it:Code: [Select]$.fn.collapse.Constructor.TRANSITION_DURATION = 0;