aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-19same change for usertemplatesNathan-SR
2024-12-19simplified suggestedTemplates field by removing unecessary caching of ↵Nathan-SR
rendered doc
2024-12-19previewcollection updates automatically on closing editing window of ↵Nathan-SR
selected template; removed redundant field updating now that everything is static; lots of comments to remove
2024-12-18image creation works but is weirdA.J. Shulman
2024-12-18trying new image generation plus new implementaion of video and audioA.J. Shulman
2024-12-18Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2024-12-18Merge branch 'master' into eleanor-gptdrawbobzel
2024-12-18fixed uploading data: imagesbobzel
2024-12-18working on drawing/image generation uieleanor-park
2024-12-18betterA.J. Shulman
2024-12-17added creation of images back (temporarily) to smartDrawHandlerbobzel
2024-12-17added updateIcon to imageBoxes to allow capturing of strokes for use with ↵bobzel
generative apis
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-15Temprarily reverted static field rerendering changes; Persistent rendereddoc ↵Nathan-SR
now working for dynamic field; work on making adding fields functional
2024-12-14Merge branch 'master' into eleanor-gptdrawbobzel
2024-12-14starting merge with masterbobzel
2024-12-14preparing to mergebobzel
2024-12-14replaced await in loop, added a componentWillUnmount to reset sticker paletteeleanor-park
2024-12-13added comments, refactored duplicate code, and resolved lint errorseleanor-park
2024-12-11reverting changes to inkstroke propertiesbobzel
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-12-09from lastbobzel
2024-12-09added firefly text in image requestbobzel
2024-12-08frontend and image creation working for drawingToImage()eleanor-park
2024-12-07field superclassNathan-SR
2024-12-07work started on field interface --> inheritcance structureNathan-SR
2024-12-05playing with ink stroke editing and fireflybobzel
2024-12-05added image to blob logic and firefly api call in drawingFillHandlereleanor-park
2024-12-04Merge branch 'master' into eleanor-gptdraweleanor-park
2024-12-04created drawing fill handlereleanor-park
2024-12-04added structure and upload image firefly api callseleanor-park
2024-12-04stuff seems to have broken... (some changes relating to doc rerendering)Nathan-SR
2024-12-03bunch of changes related to rendering changes to template docs; trying to ↵Nathan-SR
make it so docs don't need to rerender every time, and so that all attributes are accounted for.
2024-11-26website glitch fixedalyssaf16
2024-11-25bug fixes to image croppingeleanor-park
2024-11-22switched to providing secret instead of bearer token for adobe api accessbobzel
2024-11-22fixed resamppling images uploaded from non-local source.bobzel
2024-11-22Update FireflyManager.tsbobzel
2024-11-22added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵bobzel
image and an svg.
2024-11-19Merge remote-tracking branch 'origin/ajs-finalagent'bobzel
2024-11-14changed isScribble related code to be more robust at determine cusps and ↵bobzel
deciding if cusps amount to a scribble. enabled undo of scribble erase without undoing scribble. added cusp visualizer for debugging, and cleaned up downDocView to be downFfview on CollectionFreeformView.
2024-11-13made link text use text menu. and made link text zoom with view. cleaned up ↵bobzel
equationBox updateSize()
2024-11-13dashboard functioningalyssaf16
2024-11-134 hours later...dashboard i think workingalyssaf16
2024-11-12don't include ink strokes in freeform clustersbobzel
2024-11-12changed cluster coloring to apply to all Docs that don't have the current ↵bobzel
default background color.
2024-11-12updated equationBox to support margins/padding like text. fixed initial ↵bobzel
undo of newly typed equation.
2024-11-12fixed resizing height to 0 to autoResize. fixed setting background color ↵bobzel
default for equations (and everything else) to textBackgroundColor from user doc. Added a math pseudo-font to trigger entering equations instead of rich text.
2024-11-12made equation background same as text. fixed dflt stroke/link width to both ↵bobzel
be 1. made function plot axis ranges get saved to Doc. marked equation->function links as being svgs. fixed initial size of equation boxes..