aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DashboardView.tsx
AgeCommit message (Collapse)Author
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
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-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