-
Notifications
You must be signed in to change notification settings - Fork 9
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
Alternative Style for the Selection Menu #38
Comments
Hi, here's what I understand about resolving this issue:
The menu item text itself should remain as is tho right? |
Update the original ticket and adding: ContextStarting from a default installation, the menu(s) must display the title defined by the final-user or loaded for first time reading the values at extensionOS/background/init.ts Line 30 in f0ac08a
IContextConfigItemsThis interface is used to populate both menus;
Customisable menu(s)The user has the ability to customise the Display Name, and therefore we must display the same "characters" he/she will save. MenusExtension | OS works with one configuration interface for both menus ( extensionOS/background/init.ts Line 24 in f0ac08a
Chrome Default Menu (Right Click)extensionOS/background/index.ts Line 46 in f0ac08a
Selection Menu (the one we want to change)Created at: |
|
Thank you the context info is really helpful. Can I give this a shot? I'm new to open source |
I would glad if you can help me out :) |
Is the above done ? |
I haven't received any PR, however Ankit may have started working on it
…On Sun, 1 Sept 2024, 8:56 am uknowWho, ***@***.***> wrote:
Is the above done ?
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACODEJO3OYHH2RGPBQJHRY3ZUMMKTAVCNFSM6AAAAABM5JT4GGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGM2TCMBRGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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).
The text was updated successfully, but these errors were encountered: