I have a pretty information-dense website, so for improved navigation I want to have the ‘Header with categories’ presented as a column. This is currently possible with Softr (and this block already gives great flexbility in colors/fonts/icons), but by default these categories are collapsed (and I see no option to have them expanded/opened by default → can you please add this (minor) option to this header?
I use the same menu in the desktop version, and it works perfectly with the headings, icons, etc. Please create a solution or a special menu specifically designed for the desktop version. This would be highly valuable to almost everyone here.
Please also add the function to change the background of the active link or the font (hover).
The absolute highlight would be if there’s an option at the bottom of this menu to display the active user’s information (for the upgrade plan, etc.).
In essence, we are requesting a dashboard menu with the mentioned features, similar to what you use in Softr or what is commonly seen in the SaaS industry.
I needed this too for my app, I ended up adding a snippet of custom code to the app level custom code header. You’ll need to change ‘home-header’ to the block name of your vertical header.
This should give you the behavior of all header categories being expanded by default.
Thank you, we’re almost there! This code makes the first category collapse indeed (thanks!), but the second and third won’t collapse just yet… any suggestions on how to make the final tweak to this code? (I tried some things, but I can’t get it to work myself)
I needed a similar feature for my app, and I’d like to share my solution in case anyone finds it useful. The goal was to keep the menus that were previously opened open after a click. Here’s my solution: