aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
AgeCommit message (Expand)Author
2025-06-11don't recompute tags_chat for PDF and videos. Don't block within loop for ge...bobzel
2025-06-10Merge branch 'master' into lanyi-branchsharkiecodes
2025-06-05attempting marqueeview gen of multiple scrapbookssharkiecodes
2025-06-01reactive backgrounds, tagging of pdfs, group-select and suggested templates, ...sharkiecodes
2025-05-13fixed setting up link anchors for video to be added to Doc. fixed imageTempla...bobzel
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-01-07fixed pdfs/marqueeAnnotator so that you can add rectangle annotations.bobzel
2024-10-30reworked how context menu buttons for ink and text work. added disableMixBlen...bobzel
2024-10-09textboxalyssaf16
2024-09-02cleaned up updateIcon to use promises to avoid a bunch of setTimeoutsbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-25lots more 'any' cleanup and more.geireann
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-06eslint cleanupbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-05-01more cycle import removal. fixed ndollar bugs introduced during lint changes.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-28cleaned up explore mode to use focus(). fixed focusing on group doc elements...geireann
2024-04-28simplified explore mode implementationbobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-24completing eslint passbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30fixed potential cycle in linkManager relatedLink. fixed anchors to videos no...bobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ...bobzel
2024-02-29fixed enumgeireann
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so t...bobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2024-01-03fixed marquee annotator for lightbox with pdf and rotated documents.bobzel
2024-01-03from lastbobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating e...bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-22fixed more issues with rotation. restrutured how MarqueeAnnotator works to b...bobzel
2023-11-20added rotation to transforms (partially done)bobzel
2023-11-19from lastbobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-09-13fixed carouselView to not pass setContentView to child layouts which prevent ...bobzel
2023-09-12fixed video box scrolling when fit widthbobzel