You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The topbar should include a button that duplicates the current selected item
The text was updated successfully, but these errors were encountered: