aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
AgeCommit message (Collapse)Author
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile ↵bobzel
view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored.
2023-04-19fixed image importing metadata for gpt. fixed showTitle UI to be able to ↵bobzel
turn off titles on templates (like icon views). added ui for choosing primary/alternate image and a drop target for setting alternate.
2022-11-15added canEmbed prop so collection can allow its items to be dragged out ↵bobzel
(eg., pileView). made imageBox viewSpec transition time customizable
2022-04-07fixed iconizing images to not get the wrong height because of templates. ↵bobzel
fixed cross-fade of images to work without needing doc to be selected.
2021-09-27videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵bobzel
deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes.
2021-09-27improved image resizing flickering caused by Chrome bug with overflow:auto. ↵bobzel
works now when fitWidth is false.
2021-03-04more adjustments to fitwidth behavior - want things to scroll vertically ↵bobzel
when they are fit width (eg images)
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-01-19more cleanup of marquee annotator. added marquee annotator to imagesbobzel
2020-07-03fixed position of link button for images and comparison boxes by making them ↵Bob Zeleznik
position:relative instead of absoulte. fixed elllipsis of elided bulleted text.
2020-04-25several fixes for performance and for working with isBackground objects.Bob Zeleznik
2020-04-17added freeze button for web boxes. cleaned up pointerevent setting ↵Bob Zeleznik
throughout code.
2020-02-06restored isBackground for documents that don't want to respond to anything.bob
2020-01-27nativewidth and nativeheight extension key fix and implemented UI to ↵Sam Wilkins
manually download a remotely hosted image
2019-12-05compile warning fixes.bob
2019-11-27fixes for fade image overlaysBob Zeleznik
2019-11-26fixes for tree view drag drop with images.bob
2019-11-24lots of fixes for full screen image/pdf/video views. fixes to image box ↵Bob Zeleznik
fade image.
2019-11-22fixed link anchors to move to be nearest alternate anchor.Bob Zeleznik
2019-11-19fixed drawing on images, pdfs, and videosbob
2019-10-21start of ImageBox cleanupBob Zeleznik
2019-10-20fixes to imagebox/keyvalue to get images to show upBob Zeleznik
2019-10-13cleaning up MainViewBob Zeleznik
2019-10-10got rid of all CollectionView wrappers around XxxBox's added ↵bob
DocAnnotatableComponent
2019-09-13indication that all images in a collection have been taggedSam Wilkins
2019-09-11added back link to google photosSam Wilkins
2019-08-23fixed imagebox overflow.bob
2019-08-15fixed cross-fading of imagesBob Zeleznik
2019-08-13fixed stacking layouts. added image cross fading.Bob Zeleznik
2019-07-17fixes for audio annotationsBob Zeleznik
2019-05-16fixed some small layout issues related to isButton and templatesBob Zeleznik
2019-05-02fixed some things with trees and summaries.bob
2019-04-25more event fixing. got rid of text box padding.bob
2019-04-24added borderRadius and fixed a bunch of broken props along the way.Bob Zeleznik
2019-04-23fixed video/image events with inkbob
2019-04-16removed traces()played with image box stacking.bob
2019-03-14Merge branch 'master' into ui_improvementsBob Zeleznik
2019-03-12finally got css right for images?Bob Zeleznik
2019-03-10changed default sizingJude
2019-02-25more css cleanupBob Zeleznik
2019-02-23css hacking to fix layout issues related to making a captioned image styleBob Zeleznik
2019-02-13messing with css, not very productively.Bob Zeleznik
2019-02-12still struggling with sizing issues.bobzel
2019-02-11added framework for annotation overlays -- see ImageBoxbob
2019-02-09Moved client code to client folderTyler Schicke