aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/selectedDoc
AgeCommit message (Collapse)Author
2025-01-01monorepo setupGeireann Lindfield Roberts
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed ↵bobzel
presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work.
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-09-05added ui for specifying wehther to play a/v when following links, and ↵bobzel
cleaned up ui/etc for pres trails. fixed a bunch of colors in pres properties. fixed a/v anchors to be configs when not adding them to the doc, otherwise labels.
2023-07-18added number inputs to right hand sideGeireann Lindfield Roberts
2023-07-17so many updatesGeireann Lindfield Roberts