aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DashboardView.tsx
AgeCommit message (Collapse)Author
2022-10-13added renaming of dashboards. fixed bug with pin button script.bobzel
2022-10-03added a reset menu item for docking views in their context menu. fixed ↵bobzel
being able to edit dockingConfig in keyValue by quoting with ' instead of ". If there's no dockingConfig, make one.
2022-09-22fixed creating new dashboards to open thembobzel
2022-09-21fixed homepage bugGeireann Lindfield Roberts
2022-09-21fixed snapshots of dashbaords to have trails setupbobzel
2022-09-20updated homepage viewGeireann Lindfield Roberts
2022-09-14fixed problem where dashboard's myTrails is a promise causing a crash. ↵bobzel
fixed with prefetchProxy
2022-09-14changed docking view thumbnails to be imagefields, not docs. allowed ↵bobzel
docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started
2022-09-13fixed mainContainer on mainView to always show the activeDashboard if it exists.bobzel
2022-09-13clicking to open a shared dashboard opens an alias of it.bobzel
2022-09-13fixed default name for new dashboardbobzel
2022-09-13fixed activePresentation to work properly with multiple dashboards. fixed ↵bobzel
undoing PinDoc.
2022-09-12Merge branch 'master' into sharing-jenny (break)Jenny Yu
2022-09-12create new presentation workingJenny Yu
2022-09-12open trails from trails menu on left hand side now.bobzel
2022-09-12breaking: made trails belong to dashboard instead of userdocJenny Yu
2022-07-26fixed stray ; getting rendered on dashboard view.bobzel
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-26Merge branch 'master' into mainview-jennybobzel
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20Merge branch 'master' into mainview-jennybobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-17viewed and unviewed dashboardsJenny Yu
2022-06-16added unviewed shared dashboards to dashboard viewbobzel
2022-06-16fixed clicking on context menu icon in dashboard view to open contexts menubobzel
2022-06-15share and remove dashboard from context menuJenny Yu
2022-06-15fix merge conflictsJenny Yu
2022-06-15Merge branch 'mainview-jenny' of https://github.com/brown-dash/Dash-Web into ↵Jenny Yu
mainview-jenny
2022-06-15added contextMenus to dashboards in dashboardViewbobzel
2022-06-15not triggering context menu eventJenny Yu
2022-06-15fix: do not auto create dashboardJenny Yu
2022-06-13feat: pop up modal for naming dashboardJenny Yu
2022-06-13fix: separation between my dashboard and shared dashboardsJenny Yu
2022-06-12fix: filtering dashboardsJenny Yu
2022-06-09Merge branch 'mainview-jenny' of https://github.com/brown-dash/Dash-Web into ↵Jenny Yu
mainview-jenny
2022-06-09feat: toggle my dashboards and shared dashboardsJenny Yu
2022-06-09fixed up creating dashboard icons to work with pdfs in freeformviews with a ↵bobzel
grid. no idea why having a grid breaks thrings.
2022-06-09added activePage field for choosing dash page layout.bobzel
2022-06-09fixed issues with taking dashboard snapshots to update dashboard viewbobzel
2022-06-08feat: basic dashboard viewJenny Yu