aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2022-05-20removed enumerables field stuff which was hacky and never used. cleaned up ↵bobzel
some of currentUserUtils initialiazation. fixed treeView sorting for 'none" which fixes problem with slide template.
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-16fixed snapshot to set 'context' of new aliases.bobzel
2022-05-16made text box body take up entire docview when suppressHeight is set (and ↵bobzel
set suppressSetHeight in muliticolumn view) - this fixes issues with topBar. made tree view rightbuttons clickable again. fixed drag offset when dragging docs that are fitting their container width when the container is wider than the actual document width.
2022-05-15fixed enterting titles in tab's to not trigger inconify. added drop ↵bobzel
placement for mulitirow/col. added time delay for switching to tab dragging. all this helps support a worktop-style topBar.
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-07images correct widthljungster
2022-05-07fixed wrong column bugljungster
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-04cleaned up treeview sorting.bobzel
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-03implement child slide sortingAubrey-Li
2022-05-03fixed make text note from ink transcription with word subgroupingsmehekj
2022-05-02PresBox indexing reworkAubrey-Li
2022-05-02fixed auto link anchor when dragging html region off of webBox. fixed Enter ↵bobzel
for earch in webBox.
2022-05-02fixed up html clippings to have a better background color heuristic and to ↵bobzel
allow dragging clippings from webBox's.
2022-04-29added 'enter' to toggle iconify. fixed webBox deiconify to render webpage. ↵bobzel
updated colors in minimap to match icon colors.
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-28fixed disappearing nodesljungster
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-28columns work!ljungster
2022-04-28added basic code for subgrouping transcribed textNaafiyan Ahmed
2022-04-28fixed timestamps and added some scalingmehekj
2022-04-28best yet?ljungster
2022-04-28Merge branch 'master' into recording-jennyJenny Yu
2022-04-28fixed rendering of slides in filesystem view to not render the UI, just the ↵bobzel
doc name
2022-04-28pushing prior to sprintljungster
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-28still strugglingljungster
2022-04-28making changes to array, but no visual onesljungster
2022-04-27made dividers betterljungster
2022-04-27fixed double-click on file sys to lightbox the doc. adjusted how aliases ↵bobzel
are chosen when opening file sys doc. fixed sorting UI of treeviews
2022-04-27tree view presentation move to slideAubrey-Li