aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/DrawingFillHandler.tsx
AgeCommit message (Collapse)Author
2025-01-15fixed so that users are sentt to dropbox to authorized uploads once, and ↵bobzel
then a refresh token is used afterwards. fixed up some collection views to work better with the tagsView. fixed grid view to show entire image. tweaked notetaking view to work better with tags, but it's incomplete.
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-09Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2025-01-09added ai editor to collectionseleanor-park
2025-01-09fixed sizing of images created by firefly. added error message for failed ↵bobzel
firefly request.
2025-01-08get drawing prompt for firefly from title, then from gpt. fix rendering ↵bobzel
freeform icons to ignore tags and other docview chrome. fixed refStrength for creating images from properties view.
2025-01-05added AI image editoreleanor-park
2025-01-02tags can now be used as style presetseleanor-park
2025-01-02made drawing fill automatically size imageseleanor-park
2024-12-30created image regeneration with dialogueeleanor-park
2024-12-17fixed DrawingFillHandler o reconstruct structureUrl properly.bobzel
2024-12-16fixed api for creating an image using another image as a structure reference.bobzel
2024-12-14preparing to mergebobzel
2024-12-14replaced await in loop, added a componentWillUnmount to reset sticker paletteeleanor-park
2024-12-08frontend and image creation working for drawingToImage()eleanor-park
2024-12-05added image to blob logic and firefly api call in drawingFillHandlereleanor-park
2024-12-04created drawing fill handlereleanor-park