Skip to content
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

Add right click context menus #116

Open
clragon opened this issue Dec 15, 2023 · 0 comments
Open

Add right click context menus #116

clragon opened this issue Dec 15, 2023 · 0 comments
Assignees
Labels
feature New feature or improvement p3 This will not be worked on until further notice windows For issues on the Windows platform

Comments

@clragon
Copy link
Owner

clragon commented Dec 15, 2023

Is your feature request related to a problem? Please describe.
For desktop clients, there are no right click menus, which makes it feel less desktop.

Describe the solution you'd like
We should add context menus on right click and on long click.
Those menus should be synced up with the three-dot-menu that might be available in the vicinity.

Additional context
We can use flutter_context_menu which I have explored already and works well.

In addition, we can use some kind of inherited widget construct to declare an Area of menu items which can then be translated to either right click, long press or three dot menu.

We also have to consider how this will work with tags and other long-click actions at the moment.

@clragon clragon added the feature New feature or improvement label Dec 15, 2023
@clragon clragon self-assigned this Dec 15, 2023
@clragon clragon added the p3 This will not be worked on until further notice label Jan 8, 2024
@clragon clragon added the windows For issues on the Windows platform label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or improvement p3 This will not be worked on until further notice windows For issues on the Windows platform
Projects
None yet
Development

No branches or pull requests

1 participant