Disable buttons that can't be used yet

Also make construction message hidable.
related to #360
This commit is contained in:
Kurt Hutten
2021-06-12 19:49:36 +10:00
parent 6b4ff7aa61
commit cd94f11374
5 changed files with 35 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ const IdeSideBar = () => {
<Svg className="w-12" name="favicon" />
</Link>
</div>
<button className=" text-gray-300 p-2 pb-4 flex justify-center" aria-label="IDE settings">
<button className="text-gray-300 p-2 pb-4 flex justify-center cursor-not-allowed" aria-label="IDE settings" disabled>
<Svg name="big-gear" />
</button>
</div>