removed delete button

+ renamed delete button to edit button (to keep functionality)
+ removed edit button (redundant)
+ on add widgets, it no longer asks you to save before continuing
This commit is contained in:
2025-08-12 15:27:33 -07:00
parent f8bd3845c4
commit 805f1dc82f
5 changed files with 17 additions and 53 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { chakra } from "@chakra-ui/react";
import Personal from "./views/Personal";
import Security from "./views/Security";
export default function Canvas({...props}) {
export default function Canvas(props) {
const { view } = props;
return (
<chakra.div width="100%" height="100%">