8000 limit number of action buttons allowed · Issue #508 · FossifyOrg/Gallery · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
7 tasks done
elid34 opened this issue Jun 8, 2025 · 5 comments
Open
7 tasks done

limit number of action buttons allowed #508

elid34 opened this issue Jun 8, 2025 · 5 comments
Labels
feature request Issue is about a new feature or improving existing feature/behavior.

Comments

@elid34
Copy link
Contributor
elid34 commented Jun 8, 2025

Checklist

  • I can reproduce the bug with the latest version given here.
  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

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

  1. Go to seetings
  2. scroll to manage action button
  3. Select all the option more then 6 action

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

Image

Additional information

No response

@elid34 elid34 added bug Something is not working needs triage Issue is not yet ready for PR authors to take up labels Jun 8, 2025
@Aga-C Aga-C added feature request Issue is about a new feature or improving existing feature/behavior. and removed bug Something is not working labels Jun 8, 2025
@naveensingh
Copy link
Member

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.

@naveensingh naveensingh removed the needs triage Issue is not yet ready for PR authors to take up label Jun 9, 2025
@elid34
Copy link
Contributor Author
elid34 commented Jun 9, 2025

@Aga-C it's a bug i made edit on the issu for better explanation
The note talk about already exists feature that need fix or adjustments

@elid34
Copy link
Contributor Author
elid34 commented Jun 9, 2025

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.

Right.
also a lots of editing app use scrollable action button that you can scroll horizontally it also can be a fix

@naveensingh
Copy link
Member

use scrollable action button that you can scroll horizontally it also can be a fix

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.

@elid34
Copy link
Contributor Author
elid34 commented Jun 9, 2025

Understand.
So like you said limit 6 probably the best solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issue is about a new feature or improving existing feature/behavior.
Projects
None yet
Development

No branches or pull requests

3 participants
0