aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
AgeCommit message (Expand)Author
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-09-08added cancel trim and revert buttons to audioboxbobzel
2023-09-05added ui for specifying wehther to play a/v when following links, and cleaned...bobzel
2023-08-17updated fieldNames for recording dictationbobzel
2023-08-17normalized some field names data_dictation, etc. added hover info for field...bobzel
2023-06-07Update other usesJames Hu
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ov...bobzel
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for filte...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and z...bobzel
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging items...bobzel
2023-03-23Merge branch 'master' into schema-mehekmehekj
2023-03-17fixed scriptingbox to remove script if text is empty. fixed scripting with c...bobzel
2023-03-17cleaned up highlighting styles a bit. fixed stackedTimeline screen to local xf.bobzel
2023-03-14Merge branch 'master' into schema-mehekmehekj
2023-03-11changed links from being a computed field on documents to being accessed by a...bobzel
2023-03-06Merge branch 'master' into schema-mehekmehekj
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of scr...bobzel
2023-03-01cleaned up recentlyPlaying to allow clips to be turned on/off w/o navigating ...bobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added setterscri...bobzel
2023-01-28Merge branch 'master' into schema-mehekmehekj
2023-01-20removed tour map from lightbox. added option to create anchors without addin...bobzel
2023-01-13Merge branch 'master' into schema-mehekmehekj
2022-12-07stopped update _cache in ProxyField because it invalidates too much stuff dur...bobzel
2022-10-12Merge branch 'master' into schema-mehekmehekj
2022-09-13fixed ref to overlayX/y instead of x/y in audioBox and presElementbobzel
2022-08-10basic selection completemehekj
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-23fixed audio bugs pausing and switching dashboards while recordingmehekj
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj
2022-06-20Revert "Revert "Merge branch 'master' into temporalmedia-mehek""mehekj
2022-06-20Revert "Merge branch 'master' into temporalmedia-mehek"mehekj
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by goi...bobzel
2022-06-15ui fixes and thumbnails upload in parallelmehekj
2022-06-08Merge branch 'master' into master-cleanupbobzel
2022-06-08fixed record() to trigger only once for audiobobzel
2022-06-08fixes from mergebobzel
2022-06-08thumbnail preview of video when hovering over timelinemehekj
2022-06-06fixed dragging of audioBox not to trigger clicking of buttonsbobzel
2022-06-06fixed up overlayDocs a bit so that they can be removed. made audioBox's appe...bobzel