Add Editable state to canvas along with Save and Cancel buttons while in Editable mode. Save - saves the new state after editing. Cancel - reverts to the widget state before Edit mode

This commit is contained in:
Daniel S. Hansen
2025-07-25 11:40:57 -07:00
parent 552b1bd16a
commit 58f734684b
2 changed files with 40 additions and 7 deletions
@@ -14,8 +14,6 @@ export default function VolcanoCanvas() {
display="flex"
alignItems="center"
justifyContent="center"
>
<Text fontsize="2xl" fontWeight="bold" color="gray.700">
Volcano Canvas coming soon!