OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

Add doubleSeparatorBefore property to application menu configuration #343

Closed smalers closed 3 years ago

smalers commented 3 years ago

The configuration file currently supports separatorBefore property. However, it is also useful to have a double line to indicate higher level grouping of menus. Therefore, I suggest adding a property doubleSeparatorBefore. As indicated in other issues, this should handle boolean value and quoted boolean value.

Nightsphere commented 3 years ago

I have done the push for these new changes. doubleSeparatorBefore is now a valid property option just like separatorBefore, and will display two horizontal lines in between each dropdown SubMenu. I will leave this open in case there are any small margin/sizing changes that need to happen.

smalers commented 3 years ago

The double line separator looks good. I have also updated the InfoMapper configuration documentation. I am closing this issue.