mescon / Muximux

A lightweight way to manage your HTPC
GNU General Public License v2.0
1.14k stars 83 forks source link

Relocate settings & logs in drop down mode #130

Open phairplay opened 7 years ago

phairplay commented 7 years ago

Hi, first off Great update :)

would it be possible to have the settings and Logs tab at the bottom of the drop down menu as I mainly use this on a mobile device?

many thanks

mescon commented 7 years ago

Will have to look into that later! Right now I'm trying to tend to other fires :)

d8ahazard commented 6 years ago

@phairplay -

YES. I literally just saw this while doing UI work today.

However, the complication comes in with the possibility of the dropdown being longer than the height of the screen.

To compensate for this, the dropdown needs to be split into two divs, one that we append "app tiles" to when resizing the screen, and another for the nav items to sit in, so they're always at the bottom of the list, but the list can still be scrolled to show other apps.

And it needs a separator.

Don't worry, just thinking out loud here.