aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
AgeCommit message (Collapse)Author
2022-06-14got init views based on the current tabs open - able to remove my code in ↵Michael Foiani
collection free form view.
2022-06-09fixed up creating dashboard icons to work with pdfs in freeformviews with a ↵bobzel
grid. no idea why having a grid breaks thrings.
2022-06-09fixed issues with taking dashboard snapshots to update dashboard viewbobzel
2022-06-09Merge branch 'master' into master-cleanupbobzel
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-09fixed issues with pinWithView so that thumnails show the pinned area and ↵bobzel
navigating to the view shows the entire pinned area regardless of panel size.
2022-06-08merge with masterbobzel
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-06-06fixed flicker invalidation of collectionFFDocViews when transitions are set ↵bobzel
(eg., next/prev keyframe)
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05cleanupmehekj
2022-06-03fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵bobzel
to webBox's without opening sidebar. Made linkDoc preview always open
2022-06-02merge with presentmodeMichael Foiani
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-06-02fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵bobzel
blocking bulleting. moved presEffects to slide.
2022-06-01now tracks and replays scaling accuratelyMichael Foiani
2022-05-31added a pop up menu for viewing dashField view collection. added a menu ↵bobzel
button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db.
2022-05-25variety of small fixes for text / sharing. made typed text default to 35 ↵bobzel
height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling.
2022-05-24fixed TabDocView's screenToLocal xf when headerBar opens/closes. changed ↵bobzel
webBox to update thumbnails when native dims change. cleaned up content dragging/activation for multiRow/col for headerBar
2022-05-23cleaning up singleLine text box api and TreeView typesbobzel
2022-05-20moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵bobzel
pointerEvents on lockedPosition collectoins that are not children of a free form view.
2022-05-18fixed linking bug so that both start and end link can be regions. added ↵bobzel
zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections.
2022-05-17from last againbobzel
2022-05-17from lastbobzel
2022-05-17improved browse mode by not needing to click on background to zoom out. ↵bobzel
cleaned up api to use a browseClick prop.
2022-05-17fixed pointerevents on treview open icon. added browse mode for ↵bobzel
freeformcollections
2022-05-13dragging docs already within a locked document can now still be dropped onto ↵bobzel
the locked document.
2022-05-13removed layerProvider functionality.bobzel
2022-05-13fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵bobzel
infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc.
2022-05-12fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵bobzel
invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular.
2022-05-11fixed crop of pdfs when zoomed. removed some unused pdf code. removed unused ↵bobzel
LOD code.
2022-05-06changed following links to open up icons all the way down to the target ↵bobzel
document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events.
2022-05-04fix infinite pause/play bug with a stopper, but still very buggyMichael Foiani
2022-05-04Pause works with presentation now.Michael Foiani
2022-05-04Get play and pause to work. There is a bug with getting double called that ↵Michael Foiani
was causing choppiness.
2022-05-04Added the presentation mode back in. However, pres isn't being recreated ↵Michael Foiani
smoothly after being stored in the db.
2022-05-04Get storing pres data working, but is choppy due to mobx usage.Michael Foiani
2022-05-03fixed make text note from ink transcription with word subgroupingsmehekj
2022-04-29changed the way labelBox splits words to allow .&- added icon for webBoxbobzel
2022-04-29fixed creating collection icons to capture pfs (and other things with canvases)bobzel
2022-04-28Handle merge conflicts with jenny workMichael Foiani
2022-04-28Merge with jennyMichael Foiani
2022-04-28Remove demo code from CollectionFFView and implment observer call into ↵Michael Foiani
recordingApi
2022-04-28merged and getting started on mapping algoNaafiyan Ahmed
2022-04-28added basic code for subgrouping transcribed textNaafiyan Ahmed
2022-04-28fixed timestamps and added some scalingmehekj
2022-04-28Merge branch 'master' into recording-jennyJenny Yu
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-26added image cropping. made treeView icons show up for file system and ↵bobzel
dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover.
2022-04-26made creating a new thumbnail icon delete previous ones. fixed bug where ↵bobzel
documents would re-render if an earlier docuent in the collection list was added/removed.