Commit Graph
146 Commits
Author SHA1 Message Date
Daniel S. Hansen 846afa3eac Add useMemo to sidebar button function to prevent unecessary remounting of components 2025-08-13 12:55:33 -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 f8bd3845c4 Merge branch 'sidebar/account-sidebar' into 'main'
new favicon and title

See merge request vkuchenik/website-framework!64
2025-08-12 21:56:05 +00:00
vkuchenik 2aea676551 new favicon and title
*forgot to switch branches oops
2025-08-12 14:55:15 -07:00
vkuchenik d78100dfcd Merge branch 'sidebar/account-sidebar' into 'main'
removed account button

See merge request vkuchenik/website-framework!63
2025-08-12 21:31:38 +00:00
vkuchenik 69529f77be removed account button 2025-08-12 14:31:10 -07:00
vkuchenik 17f1b7ad63 Merge branch 'sidebar/account-sidebar' into 'main'
new sidebar for account/settings

See merge request vkuchenik/website-framework!62
2025-08-12 21:22:40 +00:00
vkuchenik b4dd5b205d new sidebar for account/settings 2025-08-12 14:21:31 -07:00
Daniel S. Hansen 92bcbf57a9 Fix state not being saved before entering edit or delete modes 2025-08-12 13:57:58 -07:00
vkuchenik 2d739ef5c7 Merge branch 'main' into 'widgets/alert-level'
# Conflicts:
#   client/src/components/Canvas/views/Home.jsx
2025-08-12 17:02:23 +00: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
Daniel S. Hansen cab0fe3a0b Fix layout of newly added Widgets 2025-08-11 14:53:17 -07:00
Daniel S. Hansen 77bba49dc8 Refactor onSave and onCancel to track both layout and widgetArray useState() in order to restore state on cancel 2025-08-11 14:40:05 -07:00
Daniel S. Hansen c1787d7871 Fix first widget is now removed upon clicking Cancel 2025-08-11 14:17:21 -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
Dan Hansen 5df556896f Merge branch 'feature/add-volcano-view' into 'main'
Feature/add volcano view

See merge request vkuchenik/website-framework!56
2025-08-07 00:12:27 +00:00
Daniel S. Hansen c91216d214 Add Volcano view DataList, historical summary, and map 2025-08-06 17:10:33 -07:00
vkuchenik a2df2c181c Merge branch 'canvas/doing-stuff' into 'main'
alert level has a complete form

See merge request vkuchenik/website-framework!55
2025-08-06 23:28:23 +00: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
Daniel S. Hansen 6c4fae9b82 Add boilerplate Volcano view page 2025-08-06 16:25:54 -07:00
Daniel S. Hansen 193c60fc56 Fix map loading by adding 'height' parameter to wrapping chakra.div inside Canvas.jsx 2025-08-06 13:30:31 -07:00
Daniel S. Hansen 0021156b90 Test push small comment 2025-08-06 12:38:04 -07:00
vkuchenik 023ee333fb quick fix 2025-08-06 12:27:27 -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 39ca605fbd add removal of widgets in widgetArray 2025-08-05 15:19:46 -07:00
vkuchenik 46b27d90dd updating names cont. 2025-08-05 15:08:18 -07:00
vkuchenik c4d9725583 removed old svg's 2025-08-05 14:15:28 -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
vkuchenik 03a335710f removed extra wrapper components 2025-08-05 12:43:57 -07:00
Dan Hansen 24f90cd542 Merge branch 'feature/user-account-page' into 'main'
Feature/user account page

See merge request vkuchenik/website-framework!48
2025-08-04 23:03:43 +00:00
Daniel S. Hansen a43113d1d1 Add react-hook-forms to AccountCanvas 2025-08-04 16:02:06 -07:00
vkuchenik 9b8f7ea4d4 fixed widget state saving bug
+ decluttered props by using prop forwarding
+ renamed DashboardCanvas to HomeCanvas
2025-08-04 15:38:19 -07:00
vkuchenik 4bd9f78bc5 add missing prop 2025-08-04 13:51:30 -07:00
vkuchenik 88b287afa7 removing redundancies 2025-08-04 13:44:35 -07:00
Daniel S. Hansen f19ddc1994 Add boilerplate user account view 2025-08-04 12:20:26 -07:00
vkuchenik 6f41df3f88 Merge branch 'main' into 'dashboardCanvas/Widget/add-widgets-menu'
# Conflicts:
#   client/src/components/layout/Canvas/views/DashboardCanvas.jsx
2025-08-04 19:20:13 +00:00
vkuchenik 1f83dcf9bb 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
2025-08-04 12:04:33 -07:00
Daniel S. Hansen d2716f6f84 Fix canvas not taking up full space in Regional and Global map views 2025-07-31 14:51:25 -07:00
Daniel S. Hansen e6b7d82310 Add regional map functionality, and edit global map zoom settings 2025-07-31 14:39:35 -07:00
Daniel S. Hansen bedd616d92 Add new add widget behavior. Edit mode is enabled upon 'Add Widget' and user must either Save/Cancel their changes before navigating away from My Dashboard 2025-07-31 14:01:08 -07:00
Daniel S. Hansen ee03a1d2f4 Remove old comments and deprecated code snippets 2025-07-31 13:23:11 -07:00