IDE redesign, initial implementation #362

Merged
Irev-Dev merged 17 commits from kurt/update-ide-panel-toolbar-360 into main 2021-06-15 10:05:03 +02:00
Showing only changes of commit 6b4ff7aa61 - Show all commits

View File

@@ -1,10 +1,13 @@
import { Link, routes } from '@redwoodjs/router'
import Svg from 'src/components/Svg/Svg'
const IdeSideBar = () => {
Irev-Dev commented 2021-06-14 02:35:11 +02:00 (Migrated from github.com)
Review

image

![image](https://user-images.githubusercontent.com/29681384/121826656-2fc1ff80-ccfc-11eb-998b-55c254eeaae6.png)
return (
<div className="h-full flex flex-col justify-between">
<div className="w-16 h-16 flex items-center justify-center bg-gray-900">
<Svg className="w-12" name="favicon" />
<Link to={routes.home()}>
<Svg className="w-12" name="favicon" />
</Link>
</div>
<button className=" text-gray-300 p-2 pb-4 flex justify-center" aria-label="IDE settings">
<Svg name="big-gear" />