Skip to content

Alternative Style for the Selection Menu #38

Description

@albertocubeddu

Is your feature request related to a problem? Please describe.
The current Selection Menu appears too bulky and may not provide the optimal user experience.

Describe the solution you'd like
It would be ideal to align the look and feel of the Selection Menu with the default Chrome context menu, enhancing user familiarity and ensuring a more seamless interaction.

Additional context
Desired design:
image
You can see this design selecting some text and pressing the right-click. What we would like to achieve is to have this design:
image
for the selectionMenuItem

vs what is at the moment (when you just select a text):
image

Scope of work

Modify the design on the SelectionMenu to be as similar as the google menu (right-click).

The menu uses shadcn command https://ui.shadcn.com/docs/components/command and its defined at:

<Command className="rounded-2xl shadow-lg p-0 bg-[#161616] border border-[#505050] dark:border-[#fff] translate-x-1 translate-y-1" style={{

Hopefully adding and adjusting the className in this file, we should be able to provide the same look and feel of the (right-click chrome menu).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions