clragon / e1547

A sophisticated e621 browser
https://e1547.clynamic.net/
GNU General Public License v3.0
202 stars 15 forks source link

Add right click context menus #116

Open clragon opened 8 months ago

clragon commented 8 months ago

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.