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

Update context menu options and show all options on right click (instead of relying on selected mode) #28

Open
thomcsmits opened this issue Sep 9, 2024 · 1 comment

Comments

@thomcsmits
Copy link
Collaborator

Current scenario:

  • Context menu shows option for the mode it's in (for row mode, it has the option to delete row, but not column).
  • Current options for row/col:
    • Move row to top/col
    • Move row to bottom/col
    • Remove row/col

Desired scenario:

  • Right click on the square gives the context menu with all posibilities for square/rows/columns
    • options (ordered by row and column)
      • Row:
        • Change embedding
        • Select row for moving
        • Move row to top
        • Move row to bottom
        • Remove row
      • Column:
        • Change embedding
        • Select column for moving
        • Move column to left
        • Move column to right
        • Remove column
@NickAkhmetov
Copy link
Collaborator

I have been able to implement these functionalities so far except for "select for moving" and "change embedding":

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants