silexlabs/grapesjs-symbols

Symbols wording / UI

lexoyo opened this issue · 4 comments

thx @ceubri to have reported this

The term symbol makes it look like if you delete a symbol, all its instances will be removed from the stage

  • maybe document this: a symbol is the link between the instances, it listens to the change event and syncs all instances + keeps a copy internally for when the user wants to create a new instance
  • do not write "delete" symbols but "unlink" ?

What do you think of this one @Samkanda @ceubri @BentoumiTech ?

For me I was thinking:

Unlinking this symbol won't delete instances, just disconnects them.

Confirm to proceed or cancel to maintain the current link.

☐ Remind me again in the future

[Unlink] [Cancel]

The remind me again in the future is important so it won't be repetitive and can help speed up the workflow

lexoyo commented

Sounds good ! @GetLikha

lexoyo commented

I implemented that @GetLikha 🔥