aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
AgeCommit message (Collapse)Author
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
2025-01-02made drawing fill automatically size imageseleanor-park
2024-12-30created image regeneration with dialogueeleanor-park
2024-12-17added updateIcon to imageBoxes to allow capturing of strokes for use with ↵bobzel
generative apis
2024-12-16fixed api for creating an image using another image as a structure reference.bobzel
2024-12-14Merge branch 'master' into eleanor-gptdrawbobzel
2024-12-11fixes for uploading remote images to sample and save them properly. ↵bobzel
extnesions fo firefly manager to query text in images, expand images, and tweaks to generate images.
2024-10-30Merge branch 'master' into eleanor-gptdraweleanor-park
2024-10-30integrated image stickers with paletteeleanor-park
2024-10-30reworked how context menu buttons for ink and text work. added ↵bobzel
disableMixBlend for making transparent docs not use 'multiply'.
2024-10-10Merge branch 'master' into alyssa-starterbobzel
2024-10-09small changes for pull request; removed schema type reference in ↵Nathan-SR
editableview; a couple lint changes
2024-10-07Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵alyssaf16
alyssa-starter
2024-10-07comments and clean upalyssaf16
2024-10-07moved some more quiz functions to styleProviderQuizbobzel
2024-10-07moved all quiz code out of LabelBox and ImageBox and into StyleProviderQuiz. ↵bobzel
changed quizBoxes and quizMode to be stored as Doc metadata. Extended styles to cover contextMenuItems. remove this.setListening() from comparisonBox until contextMenu selectedVal is fixed.
2024-10-06Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵alyssaf16
alyssa-starter
2024-10-06commentsalyssaf16
2024-10-01Merge branch 'master' into nathan-starterbobzel
2024-10-01more lint fixesbobzel
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-30a bunch of comparisonBox cleanup and restoring of original click to animate ↵bobzel
between before/after.
2024-09-30cleaned up some lint errors.bobzel
2024-09-29Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵alyssaf16
alyssa-starter
2024-09-29clean upalyssaf16
2024-09-19merged with master -- updated filtering from cardView branchbobzel
2024-09-19fixed background transparency for imagesbobzel
2024-09-11Merge branch 'master' into alyssa-starterbobzel
2024-09-10moved TagsView up into DocumentView so that one row of tags will be visible. ↵bobzel
fixed setting pixel size of images to resize annotations so they don't appear to change. added vert/horiz centering for stacking views. fixed pres box to not have scroll bars. fixed resizing properties panel.
2024-09-05Oh, coding makes me feel like an idiot sometimes... (added += where a string ↵Nathan-SR
was supposed to be updated)
2024-09-04stuffNathan-SR