aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
AgeCommit message (Collapse)Author
2025-05-09added user templates to template_user global field. fixed schemas to not ↵bobzel
erase field values when setting a new column name. fixed templates to render properly when switching by fixing contentsRef to be observable. fixed templates with fields in stacks to autoHeight update correctly by . fixed images in templates to set their nativeDim after rendering. fixed text views of descriptions to auto-updated by setting the modification date of the description field.
2025-05-07cleaned up ai metadata on generated drawings.bobzel
2025-05-07fixed dont_center on Docs in gridview. fixed ai view screentolocal in ↵bobzel
docView, and made ai view more streamlined. got rid of ai history sidebar in images. fixed imageeditor to use a mask that doesn't show the original conctents. fixed gptpopup scrolling, turning off of spinner, and improved ability to filter Docs
2025-05-02fixed up image outpaint dialog and added options for placementt.bobzel
2025-04-29clean up outpaint code. fix image sizing when outpainting.bobzel
2025-04-28fixed image croppingbobzel
2025-04-28fix for outpainting alignmentbobzel
2025-04-28cleaned up outpainting and Doc resize code. fixes problems with doc ↵bobzel
resizing of text boxes with ctrl-key.
2025-04-23lots of typechecking fixes.bobzel
2025-04-23fixed outpainting to get authorization for dropboxbobzel
2025-04-23fixing bad mergebobzel
2025-04-22adding drop handling code for scrapbookBoxbobzel
2025-04-21added undo for outpaintbobzel
2025-04-21merged with master and cleaned up outpainting a bit.bobzel
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-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.