Pranshu Srivastava
Pranshu Srivastava
@jywarren I guess an optimal approach here would be to keep the most frequently/important 3 or 4 icons out of the submenu while grouping the other ones. So, I'm guessing,...
@sashadev-sky Can you please glance over the issues above and let me know if you've started/finished up on anyone of these in any of your PRs? That'll be really helpful...
@sashadev-sky Are you working on this (or have plans to)?
About time we incorporated @justinmanley's logic. Working on this as well. *** ## [Rename LeafletToolbar namespace to L.Toolbar2](https://github.com/Leaflet/Leaflet.toolbar/commit/83245b177a9671b810c4cc2155a1aa3c2ae29a22) This matches the recommended API design described in the [Leaflet plugin guide](https://github.com/Leaflet/Leaflet/blob/master/PLUGIN-GUIDE.md)....
Building this with the `subToolbar` field at the core, more info [here](https://github.com/leaflet/Leaflet.Toolbar/wiki/API-Reference#toolbaractionoptions). 
Thanks for the clarification on this, @justinmanley! I do want to mention though that one of the reasons behind considering renaming this was the increasing amount docs that incorporate the...
Great input, Justin! This definitely cleared out my doubts on the confusion above, and regarding the missing functionality, I'll surely be creating some issues to bring them to your notice....
@sashadev-sky @jywarren I've managed to successfully incorporate the `subToolbar` functionality into the `main` branch of this repository (refer gif below), so the hard part's done with. What I want your...
@jywarren I've maintained the order of the first four items of your list below, while grouping all the other ones in the last `action`, to give you a preview of...
@jywarren Initially, this worked well in the `control` mode, but I experienced some CSS bugs in the subtoolbar on switching to `popup`. But I've fixed that, and this implementation works...