| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-18 | made text color readable for shared dashboards. fixed inking to not crash | bobzel | |
| 2023-07-18 | added number inputs to right hand side | Geireann Lindfield Roberts | |
| 2023-07-17 | Merge branch 'master' into geireann_dash_components | Geireann Lindfield Roberts | |
| 2023-07-17 | so many updates | Geireann Lindfield Roberts | |
| 2023-07-13 | removed 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-12 | fixing dashboard view of shared dashboards to open dashbarods the same as ↵ | geireann | |
| sharing panel - as embeddings. | |||
| 2023-07-11 | updated settings manager | Geireann Lindfield Roberts | |
| - fixed some things with top toolbar and refactored files - removed FontIconBadge | |||
| 2023-07-11 | more fixes to simplify sharing | bobzel | |
| 2023-07-08 | Merge branch 'master' into geireann_dash_components | Geireann Lindfield Roberts | |
| 2023-07-07 | added 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-07 | a bunch of fixes to simplify collaboration and make it work better. | bobzel | |
| 2023-07-05 | SharingManager UI fix from merge with master + Sharing Dashboards appear | srichman333 | |
| 2023-06-30 | fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵ | bobzel | |
| mode. fixed switching dashboards to not display an empty stack. | |||
| 2023-06-28 | Merge branch 'master' into geireann_dash_components | Geireann Lindfield Roberts | |
| 2023-06-22 | cleaned 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-14 | Merge branch 'master' into geireann_dash_components | Geireann Lindfield Roberts | |
| 2023-06-13 | fixed 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-06 | more Symbol updating. | bobzel | |
| 2023-06-05 | topbar, buttons etc | geireann | |
| 2023-05-21 | fixed 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-14 | fixed 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-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-03-14 | simplified Deserialize code. streamlined currentUserUtils to need fewer ↵ | bobzel | |
| compiled functions by parameterizing more functions. . | |||
| 2022-10-13 | added renaming of dashboards. fixed bug with pin button script. | bobzel | |
| 2022-10-03 | added 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-22 | fixed creating new dashboards to open them | bobzel | |
| 2022-09-21 | fixed homepage bug | Geireann Lindfield Roberts | |
| 2022-09-21 | fixed snapshots of dashbaords to have trails setup | bobzel | |
| 2022-09-20 | updated homepage view | Geireann Lindfield Roberts | |
| 2022-09-14 | fixed problem where dashboard's myTrails is a promise causing a crash. ↵ | bobzel | |
| fixed with prefetchProxy | |||
| 2022-09-14 | changed 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-13 | fixed mainContainer on mainView to always show the activeDashboard if it exists. | bobzel | |
| 2022-09-13 | clicking to open a shared dashboard opens an alias of it. | bobzel | |
| 2022-09-13 | fixed default name for new dashboard | bobzel | |
| 2022-09-13 | fixed activePresentation to work properly with multiple dashboards. fixed ↵ | bobzel | |
| undoing PinDoc. | |||
| 2022-09-12 | Merge branch 'master' into sharing-jenny (break) | Jenny Yu | |
| 2022-09-12 | create new presentation working | Jenny Yu | |
| 2022-09-12 | open trails from trails menu on left hand side now. | bobzel | |
| 2022-09-12 | breaking: made trails belong to dashboard instead of userdoc | Jenny Yu | |
| 2022-07-26 | fixed stray ; getting rendered on dashboard view. | bobzel | |
| 2022-07-20 | added a 'guest' login mode. added ability for mainView to be any doc, not ↵ | bobzel | |
| just a docking collection. | |||
| 2022-07-08 | fixes 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-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-06-26 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-20 | more cleanup to get rid of unecessary references to Doc.UserDoc(). | bobzel | |
| 2022-06-20 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-20 | a 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-17 | viewed and unviewed dashboards | Jenny Yu | |
| 2022-06-16 | added unviewed shared dashboards to dashboard view | bobzel | |
