- Issue created by @jessebaker
- 🇫🇮Finland lauriii Finland
+1 that it's pretty annoying that clicking the component adds them to a page.
Could we use the clicking of a component to open the component in the code editor? It's pretty annoying to have to right click components to edit them. I realize the + button to indicate opening the library doesn't necessarily make sense with this so we may want to get some opinions from the design team.
- 🇬🇧United Kingdom jessebaker
Just for clarity, are you referring to Exposed Code Components in #3 @lauriii? Clicking Code Components that have not yet been exposed already does open the editor.
- 🇫🇮Finland lauriii Finland
Yep, that's what I'm referring. Same pattern would apply in future for Sections and no-code components.
- 🇫🇮Finland lauriii Finland
The components load really fast but I definitely still see the loading animation briefly even if I wait for bunch of time before:
- 🇬🇧United Kingdom jessebaker
Blocking work ✨ Move "Dynamic Components" into the Library Active has landed.
- First commit to issue fork.
- Merge request !1123#3526314: Clicking an item in the library should NOT insert it into the page → (Open) created by omkar-pd
- 🇮🇳India omkar-pd
Created new component called ComponentNode to add context menu for Components, Dynamic Components. removed
onClick={() => clickToInsertHandler(item.id)}
.Surely this will need more changes.
Waiting for initial review.