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

Improved Context Menu and Selection Abstraction #39

Open
pSpitzner opened this issue Nov 3, 2024 · 0 comments
Open

Improved Context Menu and Selection Abstraction #39

pSpitzner opened this issue Nov 3, 2024 · 0 comments

Comments

@pSpitzner
Copy link
Owner

pSpitzner commented Nov 3, 2024

Currently we still have some problems:

  • actionable items are the same as selectable items. this makes dealing with inboxes hard.
  • the kind of actioned / selected item (tag, folder, file, inbox) is not set during react element creation, since we do not know sometimes. instead we do a (not well tested) backend lookup. need better abstraction.
  • gui: context menu should span full screen on touch devices, like our add-candidates-to-search modal
@pSpitzner pSpitzner converted this from a draft issue Nov 3, 2024
@pSpitzner pSpitzner changed the title Improved Context Menu Improved Context Menu and Selection Abstraction Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant