aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.tsx
AgeCommit message (Collapse)Author
2025-07-08fixed fuzzy search buttonbobzel
2025-06-26Merge branch 'master' into agent-paper-mainbobzel
2025-06-26fixed rendering pdfs, text selections on pdfs,bobzel
2025-06-26Merge branch 'master' into agent-paper-mainbobzel
2025-06-11don't recompute tags_chat for PDF and videos. Don't block within loop for ↵bobzel
getting pdf text.
2025-06-10Merge branch 'master' into lanyi-branchsharkiecodes
2025-06-01reactive backgrounds, tagging of pdfs, group-select and suggested templates, ↵sharkiecodes
text box content influences backgrounds
2025-05-16made pdf buttons maintain scren size.bobzel
2025-05-13fixed setting up link anchors for video to be added to Doc. fixed ↵bobzel
imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly..
2025-05-12workign betterA.J. Shulman
2025-05-05got rid of dash _xPadding/_yPadding in favor of just using ↵bobzel
_xMargin/_yMargin. cleaned up linearView field names
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts ↵bobzel
by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs.
2025-03-30changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵bobzel
card view. fixed css scaling for styleprovider icons and annotation resizer
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-03-23from lastbobzel
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-01-07fixed pdfs/marqueeAnnotator so that you can add rectangle annotations.bobzel
2025-01-06more pdf tweaksbobzel
2025-01-06pdf fixes for latest version of PDFjs.bobzel
2024-10-17changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵bobzel
to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters
2024-10-06Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵alyssaf16
alyssa-starter
2024-10-06commentsalyssaf16
2024-10-01more lint fixesbobzel
2024-09-11merged with masterbobzel
2024-09-02cleaned up updateIcon to use promises to avoid a bunch of setTimeoutsbobzel
2024-09-01consolidated image resampling. fixed importing zipped workspace.bobzel
2024-08-28final changes, ready for pull requesteleanor-park
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-09a bunch more typing fixes.bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-26Revert "Merge branch 'master' into eleanor-gptdraw"eleanor-park
This reverts commit decbefe23a1da35c838222bafe8a2c029c6ea794, reversing changes made to 8ca26551622d36b7856f5c1865498fa9e5d888b5.
2024-06-03updated pdfViewer worker. fixed PDFbox action to set pdfcache. cleaned up ↵bobzel
messagecomponent
2024-05-06eslint cleanupbobzel
2024-05-03fixed pdf rendering. fixed cropping images. fixed zooming out of an image ↵bobzel
that is fitWidth to set scroll bar properly.
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵bobzel
CollectionFreeForm stiuff
2024-04-30broke out clusters code from freeformview to its own file. cleaned up a bit.bobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-25changed marqueeAnnotator to save inline annotations as text strings instead ↵bobzel
of Docs. enabled making image crops of text selections on PDFs. cleaned up webboxrendered lint promses, and Annotation render
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed ↵bobzel
presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work.
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree ↵bobzel
views, notetaking, formattedText, etc. make bringToFront an optional prop.
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all ↵bobzel
locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath &
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 ↵bobzel
that if a sidebar or timeline has to be opened, the didMove flag can be set properly. added video snapshot frame to top menu. fixed using '^' to stop and start a selection region on timelines.
2024-01-03cleaned up screenToLocalTransform in several places by making it additional ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..