Expand the ide toolbar to include the user and a back button

This commit is contained in:
Kurt Hutten
2020-11-17 05:32:25 +11:00
parent 22dc166f4c
commit a5fddd95cb
4 changed files with 50 additions and 1 deletions

View File

@@ -43,6 +43,11 @@ const IdeCascadeStudio = ({ part, saveCode, loading, error }) => {
})
}}
onExport={(type) => threejsViewport[`saveShape${type}`]()}
userNamePart={{
userName: part.user.userName,
partTitle: part.title,
image: part?.user?.image,
}}
/>
</div>
</>