@helpers @developers

If you weren't aware there are two sets of Action Buttons, one for Desktop and one for Mobile. This is likely legacy code from before we could rely on CSS media queries for responsive layouts. Anyway, I'm working on a PR that would eliminate one of those sets of Action Buttons and just use a single set for both desktop and mobile devices.

Similarly there are two User Menus, a drop-down one for desktop and a slide-in one for mobile. I'm planning to get rid of one of those and only have a single menu regardless of what device you are using. That dropdown menu works just fine on mobile as a dropdown menu. It's already coded to auto-scroll any overflow. But I can also add styling to make it work as a slide-in menu panel on mobile.

So my question for everyone is: Do you want the mobile menu to slide-in like it currently does or do you want it to be a drop-down like on desktop?