vkuchenik
88b287afa7
removing redundancies
2025-08-04 13:44:35 -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
ee03a1d2f4
Remove old comments and deprecated code snippets
2025-07-31 13:23:11 -07:00
Daniel S. Hansen
80a0515bb1
Add navigation prevention while in Edit mode to Avatar menu options in Header
2025-07-31 12:40:46 -07:00
Daniel S. Hansen
364ce0b752
Save point, Sidebar prevents navigation without first saving or cancelling current changes
2025-07-31 12:23:45 -07:00
vkuchenik
f5b694508e
added delete all widgets button
2025-07-31 09:50:40 -07:00
vkuchenik
c1a91bddd7
map has dark mode
2025-07-31 08:56:32 -07:00
Daniel S. Hansen
be925c1f35
Add user account and settings boilerplate. UserAvatarMenu now navigates to placeholder pages for both Account and Settings
2025-07-29 14:47:03 -07:00
Daniel S. Hansen
416873fc08
Save point, page is rendering with view tracking
2025-07-29 09:59:17 -07:00
vkuchenik
eae9bc4048
sets canvas zindex behind sidebar/header
2025-07-28 13:32:03 -07:00
Daniel S. Hansen
20998e43af
Clean garbage comments from refactor
2025-07-25 13:25:49 -07:00
Daniel S. Hansen
5f17293ac6
Add persistant widget state across sidebar 'dashboard' button and canvas header nav 'my dashboard' button
2025-07-25 13:19:09 -07:00
vkuchenik
4cdc335cad
canvas is now scrollable
2025-07-24 13:48:41 -07:00
vkuchenik
d8f7f4b9dc
quick fix
2025-07-23 14:41:52 -07:00
vkuchenik
cde87274c6
Copied and pasted most recent App.jsx into Dashboard.jsx
2025-07-23 21:31:18 +00:00
Daniel S. Hansen
0ec105d9ec
Add view and setView props in order to successfully pass state from Sidebar to the Canvas inside Dashboard
2025-07-23 11:35:28 -07:00
Daniel S. Hansen
b432c8a8ec
Add Dashboard parent component to Header, Siderbar, Canvas in order to faciliate lifting state
2025-07-23 11:01:25 -07:00