decentraland / decentraland/sdk

Undo / redo log visualization

Open
#732 0 comments 0 reactions 0 assignees View on GitHub
editor
Dominant language
No language data
Stars
4
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Tentative UI: a button near undo/redo buttons. Click on this button opens a panel that has a scrollable vertical list displaying entries of undo/redo log. Entry corresponding to the current state should be highlighted. Left click on an entry undoes or redoes back / forward to the corresponding state.

Entries:

* Select ${entity}
* Change component ${component_type} of ${entity}
* Add component ${component_type} to ${entity}
* Remove component ${component_type} from ${entity}
* Add child ${entity} to ${parent_entity}
* Set ${entity} parent to ${parent_entity}
* Delete ${entity} with descendants

Would be great to apply accent colors to identifiers such as ${entity}, ${component_type} etc..

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.