-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what kind of menu #11
Comments
This was what confuses me most, but both option are nice (good to develop both of them!)
|
Looks nice. Ambiance icon is a great idea. What is the problem with adding a pulley to the pages that don't have one? |
The LoadPullMenus has some other menu choices in it (Reload, Load Previous Set and Load Next Set) so that cannot be used for the devices and the settings page. Simply adding the pulleymenu to the page is not possible, because it has to open the component (id: navPanel) which it has no access to. Making a seperate pulleymenu component isn't possible because devices already has a menu (reload devices). |
Devices and Settings are indeed sort of 'modal'. I guess if you want you could add
and
like the other pages have as well. |
I have been working on a docked panel. It appears on most pages. When scrolling a list the panel will hide so more items are visible. Currently it shows the album-art, prev/play/next buttons a hamburger icon for showing the menu list, and a progress indicator. I'd like to merge it but only if others like this change as well. It is in my own repo in the controlpanel2 branch. A build of my version can be found here: http://repo.merproject.org/obs/home:/wdehoog:/hutspot-wj/sailfish_latest_armv7hl/armv7hl/ |
I'm not a big fan of hamburger menus but honestly, looks pretty nice to me. There is a small bug with menu, it looks like you could swipe left to go to the next page, but there is no page. I guess we could merge it anyway and figure it out later. |
About pulley menus, it could be freed up with some kind of infinite loading mechanism. |
merged. yes auto loading prev/next instead of pullies sounds nice. |
Is scrolling behaving weird on your device as well? It looks like bottom pulley + docked panel results in a buggy mess: |
Yes. It is hard to have the docked panel sliding in and out while the push-up menus remain working and the last item not becoming inaccessible. I don't really know how to fix this. |
No problem in my solution. Docked panel stays at the bottom page. Listview scroll scrolls to the end and when pulling it up I see the pulley menu. Let me investigate where the differences are. |
My background panel has the following properties: |
Currently hutspot has two kind of menus:
Which one shall hutspot use? How will it be shown? Are there any other ways a menu could be shown ?
The text was updated successfully, but these errors were encountered: