aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ScreenshotBox.tsx
AgeCommit message (Expand)Author
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
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-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-09-08added cancel trim and revert buttons to audioboxbobzel
2023-08-31added dragging off of recordings and option for webcam vs screenbobzel
2023-08-31reworked recording workspace UI and switched to recording window, not webcambobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not mutual...bobzel
2023-08-17Added the beginning of an A/V recording buttonbobzel
2023-08-17updated fieldNames for recording dictationbobzel
2023-08-17normalized some field names data_dictation, etc. added hover info for field...bobzel
2023-08-09changed screenshot box colorsbobzel
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and fix...bobzel
2023-06-07Update other usesJames Hu
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13fixed caption scrolling in carousel view. fixed display of audio tags in tex...bobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and z...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging items...bobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added setterscri...bobzel
2023-01-20removed tour map from lightbox. added option to create anchors without addin...bobzel
2022-07-22adjusted native dim scaling slightly combining props.scaling and props.Conten...bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-04-26feat: uploading worksJenny Yu
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - f...bobzel
2021-08-24fixed following link from ink stroke. made interacting with annotatable docu...bobzel
2021-08-19fixed errors and warningsbobzel
2021-08-11fixed issues with screenshotbox flickering when brought up from top menu, and...bobzel
2021-08-01made url server references relative.bobzel
2021-06-30null testsbobzel
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-04-22fixing problems with dictation panel height in videobox.bobzel
2021-04-21from lastbobzel
2021-04-21Fixed errors merging with masterbobzel
2021-04-15cleaned up CollectionCarousel and styleprovider to handle sub-component prope...bobzel
2021-04-11updated startRect to use mediaState and added pendingRecording as an option.bobzel
2021-04-11from lastbobzel
2021-04-11some cleanup of demo_changesbobzel
2021-04-07bug fixesGeireann
2021-04-06updatesGeireann
2021-04-05adding video wall testsbobzel
2021-03-30more cleanupbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-29fixed doc decorations for dictation. gave dictation docs a title. minor cle...bobzel
2021-03-26extracted AudioWaveform out of AudioBox in order to use in CollectionStackedT...bobzel
2021-03-25added a dictation area to the stackedTimeline view for A/V. Now dictation an...bobzel