Add mobile only preference toggle.#1187
Conversation
This toggle is only visible when at mobile resolutions (or when its already enabled) to reduce clutter in the preferences menu.
|
Nice! |
|
Thanks a lot @AlexanderVanhee, really good to see that happening! |
|
Are we still able to merge this for 0.7.11? :-) |
|
Not so broken I think... Maybe "More ..." button could be hidden if there are no other apps to show? |
|
@kolunmi Sorry for the ping, but could I ask what is the state of this feature? Is it still blocked or is there a chance it could be merged soon? I ask because it is probably one of the most important features to me since I plan to use Bazaar on mobile devices. Thanks! :) |
|
@AsciiWolf I should take another look at this, maybe it's not so bad anymore. Plus it would be useful as you said, even if we would want it off by default |
|
"There is sadly no real better way to detect if you are on mobile." I asked on Fediverse about this btw since I wanted some guidance on another project where functionality changed based on the device type 😄 Using It seems like you'd want to check if the chassis is "tablet" or "handset" in this case. The only problem with min size that I can think of is if someone plugs their phone into a monitor then they might not see this toggle. |

This toggle is only visible when at mobile resolutions (or when its already enabled) to reduce clutter in the preferences menu.
The Flathub page looks quite bad as many categories aren't filled, but this is luckily not an issue for mobile window widths where only 1 column is shown.
There is sadly no real better way to detect if you are on mobile.
Closes #1184