aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBoxRenderer.js
AgeCommit message (Collapse)Author
2025-05-11Made it so chunk Ids are seperately managed and made sure the doc id is ↵A.J. Shulman
sonsistent and not created in python spawn
2025-05-10changed how we corsProxy web pages to be simpler and work better. changed ↵bobzel
dragging off annotations after text selections to only create a text doc whent the drop target is the parent collection -- otherwise links are created.
2024-08-08many changes to add typing in place of 'any's etcbobzel
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
2023-11-24mergesrichman333
2023-08-23fixed creating thumbnails to not break when one of the rendered items is an ↵bobzel
image stored on the same server.
2023-08-23protecting against bad urls especially after generating thumbnailsgeireann
2023-08-23fix attempts for iconifying on browndashgeireann
2023-05-05fixed issues with webpages that use brotli encodingbobzel
2023-01-30fixed pointerEvents for text box footnotes. fixed keyvalue editing to not ↵bobzel
typecheck. fixed schema header field editing from keyvalue pane. fixed webBox error causing overlayview to not work for Repls and others. fixed some layout issues with stackingview columns.
2022-10-13some basic error checking. avoid querying background for non-toggle buttonsbobzel
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-05-11added cropped images of pdfsbobzel
2022-04-29changed the way labelBox splits words to allow .&- added icon for webBoxbobzel
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel