Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate Action button #57

Closed
belohlavek opened this issue Jan 18, 2019 · 0 comments
Closed

Duplicate Action button #57

belohlavek opened this issue Jan 18, 2019 · 0 comments
Assignees

Comments

@belohlavek
Copy link
Contributor

belohlavek commented Jan 18, 2019

The topbar should include a button that duplicates the current selected item

nicosantangelo pushed a commit that referenced this issue Jan 30, 2019
I added the editor mode (move/rotate), editor actions (undo/delete/duplicate) and toggle actions (preview/sidebar) to the `<TopBar>` component, and I added an editor state/reducer.

The move/rotate buttons are wired but the sagas still need to interact with the client (i left a TODO there)

The delete/duplicate are disabled until we can get the selected entity to the editor state (I left an action and I wired the state so the buttons are disabled)

Undo button works ✅ 

Toggle preview works ✅ 

Toggle sidebar works ✅ 

Closes #48 

Opens the door for #46 #57 #58 we just need to wire some stuff to the client

![preview-sidebar](https://user-images.githubusercontent.com/2781777/51977762-02e05b00-2467-11e9-8f39-9977547da887.gif)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants