Quick actions in visual builder #754
cruxcode
started this conversation in
Discuss: New Feature Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is
Quick Actions
?Each component has some frequently used options from styles, custom, callbacks etc. This set of frequently used options for each component is referred to as quick actions. For example, quick actions for
TextBox
would becustom.text
(the text content inside theTextBox
).What is
Quick Actions Panel
?The
Quick Actions Panel
appears close to the component inside the canvas itself.Plan of action to implement
Quick Actions Panel
quickActions
field toReactComponentManifestSchema
Create a QuickActions overlay component in
atri-app-core
package. This QuickActions component takes in theReactComponentManifestSchema["quickActions"]
from a component's manifest and displays theEditComponent
for eachReactComponentManifestSchema["quickActions"]
. Whenever, a Quick Action is edited, it will be sent to thepwa-builder-manager
.Handle message from
atri-app-core
inpwa-builder-manager
.Beta Was this translation helpful? Give feedback.
All reactions