aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DashboardView.tsx
AgeCommit message (Collapse)Author
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵bobzel
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts.
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-09-08don't remove current recording from overlay, added closeOnSelect option for ↵bobzel
dropdown. place recording box on screen. fixe overlayView to keep views on screen. fixed schema view checkboxes. don't cause tab to rerender when colelctoin type changes. add dropdown to filter indicator to find filters.
2023-09-06updated header view to show tooltips. added initial tab to header.bobzel
2023-09-06cleanup dashboardview code and disable delete dashbaord since it's not ↵bobzel
easily undoable.
2023-09-06added undo for removing dashboards and add to recently closed. fixed link ↵bobzel
menu to open up link editor more direclty
2023-08-31reworked recording workspace UI and switched to recording window, not webcambobzel
2023-08-28removed add dashbaord from shared dashboards. added a message when no ↵bobzel
dashboards have been shared.
2023-08-27Merge branch 'master' into secondpropertiesmenu-emilybobzel
2023-08-24filter - made small finishing changeseperelm2
2023-08-23fix attempts for iconifying on browndashgeireann
2023-08-23fixed setting dashboard colorbobzel
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-08-10need to pulleperelm2
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-07-20components + homepagesrichman333
2023-07-18made text color readable for shared dashboards. fixed inking to not crashbobzel
2023-07-18added number inputs to right hand sideGeireann Lindfield Roberts
2023-07-17Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-13removed shared dashboards from SharedDocs -- only available through the ↵bobzel
Dashbaord view now. Need to change hgihlight of Dashboard button to show badge w/ new dashboards the same as is done is shard docs.
2023-07-12fixing dashboard view of shared dashboards to open dashbarods the same as ↵geireann
sharing panel - as embeddings.
2023-07-11updated settings managerGeireann Lindfield Roberts
- fixed some things with top toolbar and refactored files - removed FontIconBadge
2023-07-11more fixes to simplify sharingbobzel
2023-07-08Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-07-07added a dashboard count to dashboard view to indicate that shared dashboards ↵bobzel
exist. made dashboard lists scrollable. made guest mode be livePlayground to
2023-07-07a bunch of fixes to simplify collaboration and make it work better.bobzel
2023-07-05SharingManager UI fix from merge with master + Sharing Dashboards appearsrichman333
2023-06-30fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵bobzel
mode. fixed switching dashboards to not display an empty stack.
2023-06-28Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-14Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-06-06more Symbol updating.bobzel
2023-06-05topbar, buttons etcgeireann
2023-05-21fixed comparisonBox to create embeddings of documents by fixing ↵bobzel
targetDropAction to work for non-collections. fixed carouse3D view to have correct screentolocal XFs,
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-03-14simplified Deserialize code. streamlined currentUserUtils to need fewer ↵bobzel
compiled functions by parameterizing more functions. .
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