Adding dialogs instead of window messages

This commit is contained in:
2025-08-11 15:10:58 -07:00
parent 9ad6e3b799
commit f8c9a0cc0b
3 changed files with 19 additions and 9 deletions
@@ -10,7 +10,7 @@ export default function WidgetMenu({appendWidget, triggerItem, positioning}) {
<Menu.Content>
<Menu.Item
value="AlertLevel"
onClick={() => appendWidget(AlertLevel, 4, 7, 4, 7, 4, 7)} // width and height are passed through here for each widget
onClick={() => appendWidget(AlertLevel, 4, 7, 4, 7, 8, 14)} // width and height are passed through here for each widget
>
Alert Level
</Menu.Item>