finish ide lay out

added side bar and editor toolbar
related to #360
This commit is contained in:
Kurt Hutten
2021-06-11 19:32:54 +10:00
parent 81f7659bbc
commit 6ad731d158
6 changed files with 91 additions and 38 deletions

View File

@@ -1,6 +1,5 @@
import Seo from 'src/components/Seo/Seo'
import IdeToolbar from 'src/components/IdeToolbarNew'
import OutBound from 'src/components/OutBound'
import IdeHeader from 'src/components/IdeHeader'
const DevIdePage = ({ cadPackage }) => {
@@ -12,18 +11,6 @@ const DevIdePage = ({ cadPackage }) => {
lang="en-US"
/>
<IdeHeader />
<div className="py-2 bg-pink-200">
<div className="mx-auto max-w-3xl">
We're still working on this. Since you're here, have a look what{' '}
<OutBound
className="text-pink-700"
to="https://github.com/Irev-Dev/cadhub/discussions/212"
>
we've got planned
</OutBound>
.
</div>
</div>
<div className="flex-auto">
<IdeToolbar cadPackage={cadPackage} />
</div>