aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
AgeCommit message (Collapse)Author
2025-04-09cleaned up codesharkiecodes
2025-04-03fixed image box button sizing. made drawing ai regen a little faster by not ↵bobzel
creating icons when there are no annotqations.
2025-04-02fixed image box overlays to allow for transparent pngs. allowed hover over ↵bobzel
background for image alternats to be set.
2025-04-01added an override_backgroundColor or templates that want to control ↵bobzel
background colors. needs to be generalized, perhaps along the lines of !important. fixed script sto ignore Array<T> template errors..
2025-03-31fixed zooming on image boxes with fades. fixed style ref for image regen to ↵bobzel
use self las, after links.
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-27fixed drawingfill regeneration when dropping an image on another to honor ↵bobzel
the style of the dropped image first, then the linked images, then the source image.
2025-03-24cleanupbobzel
2025-03-24from lastbobzel
2025-03-24major cleanup to histogram. fixing hover and types.bobzel
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-11getting rid of old expand image codebobzel
2025-03-11fixed calling firefly api for expand imagebobzel
2025-03-11Doing outpainting implementationsharkiecodes
2025-03-09removed simulation doc. fixed empty imageBox uploading. fixed script ↵bobzel
typechecking. fixed metadata doc. fixed setting background colors of docs that have a template.
2025-03-05added:hover mode for images to make primary image fade in instead of alternate.bobzel
2025-03-04fixed frame animtation to not write 0's by default. fixed lightbox stepinto ↵bobzel
to restore collection pan/zoom correctly. removed firefly unused ai buttons from imagebox.
2025-02-28fixed gptpopup disappearing in overlayView. added creation of images based ↵bobzel
on selection image in gptpopup.
2025-02-28added drop target for regenerating imagesbobzel
2025-02-26made ai. button draggable to regenerate images.bobzel
2025-02-26made regenerate ai show up next to image doc. show ai prompt for firefly ↵bobzel
in gptpopup .
2025-02-26added typing to PostToServer calls. made smartDraw popup create images locally.bobzel
2025-02-26fixed toggling number dropdown. Added firefly to gpt popup menu.bobzel
2025-02-26fixed image resolution selection based on zoom.bobzel
2025-02-24fixed adding images and giving them a height (just broken by setting ↵bobzel
layout_nativeDimEditable)
2025-02-24made images able to non-unifrom resize. changed popup to generate ↵bobzel
descriptions only after it's opened.
2025-02-23added option+maximize to open in doc editor view (currently only for ↵bobzel
images). fixed imageEditor to generate edits the first time through.
2025-02-21fixed dropping image onto image boxes. re-enabled rag toolbobzel
2025-02-20enabled non-uniform image resizegeireann
2025-01-19css fixes for ai editor views.bobzel
2025-01-16fixed style references for generating ai images. fixed some error cases.bobzel
2025-01-14Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2025-01-14added drawing fill style referenceeleanor-park
2025-01-13changing ai for images and collections to work mostly the same way. fixes ↵bobzel
for document view/collection/images to keep things working when the ai editor view reduces the rendered document size. fixed so that freeform views overlaid on images/vieos/etc have the ui menu items of collections.
2025-01-10working on merge conflictseleanor-park
2025-01-10fixed scrolling when ai editor is open. rearranged items in ImageBox ai ↵bobzel
editor to be more compact. added error catch handler to queryFireflyImage
2025-01-09added ai editor to collectionseleanor-park
2025-01-08Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2025-01-08minor cleanupbobzel
2025-01-08Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2025-01-08Merge branch 'master' into eleanor-gptdrawbobzel
2025-01-08code cleanupbobzel
2025-01-08added componentAIView for collectionseleanor-park
2025-01-07updated ai image editor past image dialogueeleanor-park
2025-01-07imagebox now has basic ai functionalitieseleanor-park
2025-01-07fixed pdfs/marqueeAnnotator so that you can add rectangle annotations.bobzel
2025-01-06started a previous images displayeleanor-park
2025-01-05added AI image editoreleanor-park
2025-01-01monorepo setupGeireann Lindfield Roberts