paperclip-ui / legacy-paperclip

Paperclip is a common language for designers and developers
http://paperclip.dev
Other
201 stars 13 forks source link

More visual editing capabilities #1047

Closed crcn closed 2 years ago

crcn commented 2 years ago

TODOs:

Misc:

With this the only thing left outstanding should be:

crcn commented 2 years ago

Ability to change computed props:

preview

crcn commented 2 years ago

Color picker:

Screen Shot 2022-02-10 at 11 08 21 AM

TODOs:

crcn commented 2 years ago

Decl list:

Screen Shot 2022-02-10 at 11 20 02 AM

crcn commented 2 years ago

Re-color picker: we'll need to scan all variables defined within ancestors from the selected element. This will capture all active variables, so things like variations will be missed in this case. Maybe we scan the ast for all variations and define a list horizontally all differences?