aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/TrackMovements.ts
AgeCommit message (Collapse)Author
2024-04-24completing eslint passbobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
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-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-05-01fixed RecordingBox/View serialization to save docid, not Doc.bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-06-15comment out debugging console.infosMichael Foiani
2022-06-15Refactor RecordingApi into two main files - TrackMovements and ↵Michael Foiani
ReplayMovements. TrackMovements is for recording presentations and ReplayMovments is for replaying them.