aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
AgeCommit message (Collapse)Author
2025-08-18added image foreground mask function. added ui buttons for removing ↵HEADmasterbobzel
background, masking foreground.
2025-08-15cleaned up image background removal code a bit and added undobobzel
2025-08-14moved background removal code into ImageUtilsbobzel
2025-08-14added background removal for images.bobzel
2025-07-21cleaning up server warnings/errorsbobzel
2025-07-16fixed placement of Docs on views that are modified as the result of the AI ↵bobzel
componentUI view being display
2025-07-16fixed disappearing images caused by having no height when default image was ↵bobzel
an alternate. fixed columnDragger for masonry view to always display to avoid flicker artifacts.
2025-06-20cleanupbobzel
2025-06-19from lastbobzel
2025-06-19removing references to Box types from documentdecorations - added ↵bobzel
showBorderRounding to viewBoxInterface.
2025-06-16Merge branch 'master' into lanyi-branchsharkiecodes
2025-06-16fixed typosgeireann
2025-06-13Merge branch 'master' into lanyi-branchsharkiecodes
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-06-11added outpaintable method to streamline determining which docs can be ↵bobzel
outpainted.
2025-06-11change how autoTag is triggered for images to not use a reactionbobzel
2025-06-10Merge branch 'master' into lanyi-branchsharkiecodes
2025-06-06clean-upsharkiecodes
2025-06-05attempting marqueeview gen of multiple scrapbookssharkiecodes
2025-06-01reactive backgrounds, tagging of pdfs, group-select and suggested templates, ↵sharkiecodes
text box content influences backgrounds
2025-06-01a number of fixes to document creator to fix preview of templates and ↵bobzel
templates with images.
2025-05-30fixed using empty images in templates to support assigning a new image and ↵bobzel
getting native dimensions right. fixed native dimensions of images within templates to not use native dims of template. fixed undo for text templates that don't have a text box. fixed image dropping on images that are empty (to assign the dropped image).
2025-05-27canceling image outpaiting cancels outpaint ui from showing up now.bobzel
2025-05-27fixed image rengerate to hide ui buttons first.bobzel
2025-05-12scrapbooks with tagssharkiecodes
2025-05-11outpainting scrapbookssharkiecodes
2025-05-11integrated outpainting with scrapbookssharkiecodes
2025-05-09Merge branch 'master' into lanyi-branchbobzel
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-05Merge branch 'master' into lanyi-branchbobzel
2025-05-02fixed up image outpaint dialog and added options for placementt.bobzel
2025-04-29Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵sharkiecodes
lanyi-branch
2025-04-29Autotagsharkiecodes
2025-04-29Merge branch 'master' into lanyi-branchbobzel
2025-04-29clean up outpaint code. fix image sizing when outpainting.bobzel
2025-04-28working on autotaggingsharkiecodes
2025-04-28Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵sharkiecodes
lanyi-branch
2025-04-28adding autotaggingsharkiecodes
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.