-
Notifications
You must be signed in to change notification settings - Fork 103
limit number of action buttons allowed #508
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
Comments
A dynamic limit based on device width can cause confusion between landscape and portrait modes, so a fixed number is the cleanest fix here. A limit of 6 should work even in the worst-case scenario. The touch area is also smaller than recommended. Icon padding should be bumped. |
@Aga-C it's a bug i made edit on the issu for better explanation |
Right. |
Yes, but then we would need a more complicated solution with a scroll indicator (e.g., gradient at the end) because some people will raise the "missing" actions as a bug report. |
Understand. |
Uh oh!
There was an error while loading. Please reload this page.
Checklist
Affected app version
1.3.0
Affected Android/Custom ROM version
Affected device model
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
Expected behavior
The user can select a limit number of button action that will not go out of the screen
Actual behavior
The user can select all or a large number of button
That go out of the screen
Screenshots/Screen recordings
Note i know that the manage action button is a feature to allow the user design the app for it's needs but i think this need some fix or adjustments
Additional information
No response
The text was updated successfully, but these errors were encountered: