onlook-dev / onlook

The open source, local-first Webflow alternative. Design directly in your live React site and publish your changes to code.
https://onlook.dev
Apache License 2.0
2.55k stars 122 forks source link

[FEAT] Right-Click Menu v0 #73

Closed drfarrell closed 1 week ago

drfarrell commented 1 month ago

So much functionality in an editor can be enabled with a right-click menu. It helps abstract away secondary actions.

image image

Kitenite commented 1 month ago

I like it! Some good options to stub out:

Screenshot 2024-07-18 at 9 36 53 AM
Kitenite commented 1 month ago

@nicklammo since you're already working on this, please comment on this issue then I can add you as an assignee

nicklammo commented 1 month ago

@Kitenite I gave it a good try anyway

Kitenite commented 1 month ago

@nicklammo delivered a fork, will work on adding it to a PR.

drfarrell commented 3 weeks ago

Added in some standard menus for right-clicking on a layer or a component on the canvas. New hotkeys for each feature are bolded and italicized.

V0

V1

V2

Kitenite commented 2 weeks ago

Partially implemented in https://github.com/onlook-dev/onlook/pull/206 We don't have the rest of the defined functionalities yet, marking as blocked until further notice.