aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 bug with following links in lightbox.bobzel
2022-05-13simplified how web pages are served and I think fixed some bugs with pages ↵bobzel
that didn't always render
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-12fix: gives recording box unique id to allow multiple streams at the same time'Jenny Yu
2022-05-12from lastbobzel
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-12feat: added checkbox for optional screen trackingJenny Yu
2022-05-12feat: option to recreate recordingJenny Yu
2022-05-11fixed some zorering issues with transparent/opaque docs on pdfsbobzel
2022-05-11fixed crop of pdfs when zoomed. removed some unused pdf code. removed unused ↵bobzel
LOD code.
2022-05-11added cropped images of pdfsbobzel
2022-05-11Merge branch 'presentmode-mfoiani' of https://github.com/brown-dash/Dash-Web ↵Jenny Yu
into presentmode-mfoiani
2022-05-11fix: recording box fix dimensionsJenny Yu
2022-05-10fixed shift-clicking to add to doc decorations selectionbobzel
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-05doubletapNaafiyan Ahmed
2022-05-05drag video controls in full screenmehekj
2022-05-05fixed videobox ui sizing. added rotation for imageBoxsbobzel
2022-05-05Merge branch 'presentmode-mfoiani' of https://github.com/brown-dash/Dash-Web ↵Michael Foiani
into presentmode-mfoiani merge with jenny/bob
2022-05-05fix some bugs and start position. ready for demo :)Michael Foiani
2022-05-04use ink screen space pts for transcriptionmehekj
2022-05-04Merge branch 'presentmode-mfoiani' of https://github.com/brown-dash/Dash-Web ↵Jenny Yu
into presentmode-mfoiani
2022-05-04fix: show the corresponding video when clicking on slidesJenny Yu
2022-05-04Merge with jenny bug fixesMichael Foiani
2022-05-04cleaned up treeview sorting.bobzel
2022-05-04remove scaling (for now)mehekj
2022-05-04fix infinite pause/play bug with a stopper, but still very buggyMichael Foiani
2022-05-04fix: single words no longer disappearNaafiyan Ahmed
2022-05-04fixes to make recordingBox appear on slides after reopening.bobzel
2022-05-04Stopping on interaction will pause the presenation and the video.Michael Foiani
2022-05-04Pause works with presentation now.Michael Foiani
2022-05-04Condense code.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-04updated to subtracting timestamps for better smoothnessMichael Foiani
2022-05-04Get storing pres data working, but is choppy due to mobx usage.Michael Foiani
2022-05-04fix: removed clear previous buttonJenny Yu
2022-05-03implement child slide sortingAubrey-Li
2022-05-03Merge branch 'inking-naafi-mehek' of https://github.com/brown-dash/Dash-Web ↵mehekj
into inking-naafi-mehek
2022-05-03fixed make text note from ink transcription with word subgroupingsmehekj
2022-05-03Merge branch 'recording-jenny' into presentmode-mfoianiMichael Foiani
Jenny updates.
2022-05-03removed unecessary asyncNaafiyan Ahmed
2022-05-03small changes to codeMichael Foiani
2022-05-03feat: close recording when deleting slidesJenny Yu
2022-05-03working on subgroupingNaafiyan Ahmed
2022-05-02got subgrouping to work naivelyNaafiyan Ahmed