aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2022-07-28fixed video thumbnail generation to have a lock that prevents multiple ↵bobzel
attempts to create the thumbnails at the same time. fixed ImageUpload to catch resize errors and not crash the server.
2022-07-28fixed an issue with tab closing not being serialized correctly causing ↵bobzel
incorrect state on reload
2022-07-26fixed dragging webBoxes within a gridView to not marquee select.bobzel
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-22changed ink width to be scaled by document scale to make it look like ink ↵bobzel
stroke is the same regardless of the native width of the document being drawn on.
2022-07-21fixed hiding marquee options menu when clicking on background.bobzel
2022-07-20fix replay bug with presentationMichael Foiani
2022-07-20fixed hiding display of timeline for videoBoxbobzel
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08fixes 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-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07fixed more errors.bobzel
2022-07-07made columnRenderef for react-table be a simple reactNote instead of ↵bobzel
posisbly a function to avoid type errors.
2022-07-07updated movable column importsbobzel
2022-07-07got rid of typings for ReactTextareaAutocomplete to avoid react warnings.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-07-06Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-06fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵bobzel
right-clicking on text anchors to bring up anchor menu
2022-07-06Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-05fixed sidebar annos to be editable (with i-beam cursor) when selected and to ↵bobzel
be active when parent document is active. fixed previewing a sidebar annotation to not open up sidebar
2022-07-05Merge branch 'master' into parkerbobzel
2022-07-04Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-03from lastbobzel
2022-07-03fixed contextMenu to not trigger on a collection when the contextMenu event ↵bobzel
has already been handled.
2022-07-02fixing many eslint errorsbobzel
2022-07-01Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-01allow longer lines - people can always break them up explicitly if they ↵bobzel
don't look right.
2022-06-30merge with masterMichael Foiani
2022-06-30fixed errors merging with masterbobzel
2022-06-30Merge branch 'master' into parkerbobzel
2022-06-30stacked timeline timecode fixmehekj
2022-06-28cleaned up some more currentUserUtils - fixed some issues with prev/next ↵bobzel
key frame appearing.
2022-06-27fixed initialization issues with creating user documents unnecessarily. ↵bobzel
fixed updating doc icon templates to apply to documents already created.
2022-06-24fixed myImports pane to show imports. fixed saving/loading zip files of a ↵bobzel
collection. fixed errors related to NumT casting to number
2022-06-23merge with mehek videoMichael Foiani
2022-06-22did it!ljungster
2022-06-22Merge branch 'data-visualization-view-naafi'bobzel
2022-06-22more cleanup in currentuserutils. fixed so that removing items from a list ↵bobzel
in code will remove them from the UI
2022-06-22fixed timeline label bug removed "NaN"mehekj
2022-06-22working but not persistentljungster
2022-06-22push before switching to childDocListljungster
2022-06-21Merge branch 'master' into temporalmedia-mehekbobzel
2022-06-21from last and keep keyvalue tabs out of topbarbobzel
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-21same fix as previousmehekj
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj
2022-06-20Revert "Revert "Merge branch 'master' into temporalmedia-mehek""mehekj
This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25.
2022-06-20Revert "Merge branch 'master' into temporalmedia-mehek"mehekj
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj