Commit Graph
25 Commits
Author SHA1 Message Date
chight 305ee4e757 Refactor updating how widgets work and removed prop drilling 2026-06-09 14:06:01 -07:00
vkuchenik a0708fa8ea refactor, further cleaning up sidebar, home, mydashboard, alertlevelwidget, widget, and more misc. 2026-06-05 11:27:43 -07:00
vkuchenik fd3cdc69ad some routes added 2026-06-04 15:30:01 -07:00
Dan Hansen 946dbb499e Revert "Merge branch 'feature/gas-filter' into 'main'" 2026-01-30 19:11:11 +00:00
Dan Hansen 6c49239675 Fix add widget behavior, widget types and view settings button menu item... 2026-01-30 19:02:31 +00:00
Dan Hansen 68a4e0417e Refactor the way TABS and VIEWS are handeled, now derived inside viewKeys.js 2025-09-05 20:15:00 +00:00
Daniel S. Hansen 3a4565e120 Add Volcano tabs along with functioning boilerplate component views 2025-09-03 17:22:24 -07:00
Daniel S. Hansen 3ef85bbcbf Save point, layout taking shape 2025-08-22 09:28:03 -07:00
Daniel S. Hansen 8630340a07 Add dropdown menus to M&E Data Entry view 2025-08-20 17:44:21 -07:00
vkuchenik 3d52160dfc + Lots of work was done but specifically within the GlobalMap.jsx
+ Two new component files were also added
+ Some slight adjustments to Theme.jsx
2025-08-19 16:45:03 -07:00
Daniel S. Hansen 5e2364334f Prevent Tooltip from displaying when Sidebar toggles between The Home sidebar and the Personal sidebar while closed 2025-08-13 12:27:47 -07:00
Daniel S. Hansen 4afccac3f3 Fix tooltip zIndex to appear on top of maps and other canvas items 2025-08-13 10:49:37 -07:00
vkuchenik 805f1dc82f 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
2025-08-12 15:27:33 -07:00
vkuchenik f85c64e7f0 Dialog popup works 2025-08-12 09:55:57 -07:00
vkuchenik f8c9a0cc0b Adding dialogs instead of window messages 2025-08-11 15:10:58 -07:00
vkuchenik 9ad6e3b799 widget menu refactoring 2025-08-11 14:02:58 -07:00
vkuchenik 03942a422e Merge branch 'widgets/alert-level' into 'main'
Added input validation

See merge request vkuchenik/website-framework!58
2025-08-11 20:02:00 +00:00
vkuchenik 8116745921 Added input validation
the alert level widget now has visual and logical input validation
2025-08-11 12:59:38 -07:00
Daniel S. Hansen 672fcff01d Connect Alert Level widget creation to First Widget Button 2025-08-11 12:18:04 -07:00
Daniel S. Hansen 28a59ab366 Add first widget button with popup menu 2025-08-11 11:31:15 -07:00
Daniel S. Hansen f2fe8b5fb2 Add button when no widgets populate the canvas 2025-08-08 13:00:33 -07:00
vkuchenik aad3a95507 alert level has a complete form
+ alert level now has entry for country and volcano name
+ widget now has a submit button
+ now has a refresh button that only appears when something is submitted
+ adjusted number of columns in grid layout
+ other small sizing adjustments in canvas
2025-08-06 16:27:08 -07:00
vkuchenik a7f1bbbc61 a few more changes
+ boxshadow is constant
+ new resize handle
+ minW and minH set on widgets
2025-08-06 12:03:48 -07:00
vkuchenik 4fb2f7eabe some small changes
+ removed sliding animation from widgets
+ added form fields to Alert Level widget
2025-08-05 17:12:59 -07:00
vkuchenik ff95f2cbc0 Rename and Restructure
+ took out extra 'layout' directory.
+ 'Canvas' postfix removed from all files in the views directory.
+ "WidgetCanvas" renamed to "MyDashboard"
2025-08-05 12:57:18 -07:00