added submenu to settings

widget information is now stored in two arrays. One array (widgetArray) holds the id and name/type of the widget. The second array (layout) holds the id, position, width, height, and static info
This commit is contained in:
2025-08-04 12:04:33 -07:00
parent 90704879e1
commit 1f83dcf9bb
9 changed files with 158 additions and 102 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-resizable": "^3.0.5",
"tailwindcss": "^4.1.11"
"tailwindcss": "^4.1.11",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",