aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-22Merge branch 'speedups2'bobzel
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-20cleaned up files and added some commentsmehekj
2022-03-20fixed rendering on mount issuemehekj
2022-03-20fix videobox merge issuesmehekj
2022-03-20Revert "Merge remote-tracking branch 'origin/speedups2' into ↵mehekj
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63.
2022-03-19from lastbobzel
2022-03-19fixed mapBox searchbox menu to not disappear when you go to click on it.bobzel
2022-03-18restored Schema views.bobzel
2022-03-18Merge branch 'speedups2' of https://github.com/brown-dash/Dash-Web into ↵bobzel
speedups2
2022-03-18fixed vertical resizing of web and pdf to not jump after sidebar panel is ↵bobzel
resized
2022-03-17left key make slide & hover infoAubrey Li
2022-03-17Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehekmehekj
2022-03-17trying to resolve issueljungster
2022-03-17Merge branch 'master' into temporalmedia-mehekmehekj
2022-03-17Merge remote-tracking branch 'origin/speedups2' into parkerljungster
2022-03-17Merge remote-tracking branch 'origin/speedups2' into presentation_upgradeAubrey Li
2022-03-17about to merge speedupsljungster
2022-03-17Merge branch 'naafi-linking' of https://github.com/brown-dash/Dash-Web into ↵Naafiyan Ahmed
naafi-linking
2022-03-17feat: working on implementing writing modeNaafiyan Ahmed
2022-03-17removed buxton importer stuff. removed libxmljs needed by buxtonimporter ↵geireann
which was breaking npm install
2022-03-17Merge pull request #55 from brown-dash/speedups2Naafiyan Ahmed
Speedups2
2022-03-17gutted NoteTakingljungster
2022-03-16basic video UI and functionality completemehekj
2022-03-15marquee create slideAubrey Li
2022-03-15prettyljungster
2022-03-15added dragging of divider between sidebar and content for PDF/Web boxes.bobzel
2022-03-12video ui in progress, basic functions show upmehekj
2022-03-12attempting to add note-takingljungster
I think this has something to do with the view not being rendered in novice mode. Assuming this is an issue in CollectionMenu.tsx. Essentially what I did was add a note-taking view wherever I found a stacking view (via global search)
2022-03-10fixed bug where ink stroke would become degenerate if on control point were ↵bobzel
selected with tangent handles but another control point were dragged.
2022-03-10added prop when thumbnail is shown for a document so componentView can ↵bobzel
choose not to render. fixed pdf views to not generate gray box when first transitioning from thumb to live view.
2022-03-10compile fixesbobzel
2022-03-09Merge branch 'master' into speedups2bobzel
2022-03-08fixed following a link to a video segment that triggers a navigation back to ↵bobzel
the source of the link
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-07fixed pdf text selection/interactionbobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-03fixed pdf rendering and interactionbobzel
2022-03-03edit: lightbox opens tab in the same stackAubrey Li
2022-03-03fixed parsing some exif rotations from my camerabobzel
2022-03-03fixed content fitting views. fixed multirow/column collections.bobzel
2022-03-03fixed snapping when resizing.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-28fixed double-clicking to open web page to keep showing thumbnail until web ↵bobzel
page is ready.
2022-02-22improve efficiency for scenes with lots of documents by using computed ↵bobzel
functions to avoid invalidations. moved grid renderer to its own component to avoid invalidations when panning/zooming.
2022-02-22Merge branch 'master' into speedupsbobzel
2022-02-22fixed switching tabs to immediately render the title of the tab as content ↵bobzel
to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors.
2022-02-16changed incremental loading to generate update requests more quickly. ↵bobzel
turned on local browser caching of server responses (eg, images)
2022-02-15added presboxGeireann