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:

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

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

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).
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:
You can see this design selecting some text and pressing the right-click. What we would like to achieve is to have this design:
for the selectionMenuItem
vs what is at the moment (when you just select a text):

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:
extensionOS/contents/SelectionMenu.tsx
Line 173 in f0ac08a
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).