aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
2025-07-23fixes for chatbox that already exists when a collection is opened to still ↵bobzel
have access to the collection's docs.
2025-07-22Merge branch 'master' into lanyi-expanded-agent-paper-mainsharkiecodes
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-16Merge branch 'master' into lanyi-expanded-agent-paper-mainsharkiecodes
2025-07-16switched the collection's ai view to be the same as the image box'sbobzel
2025-07-01reverted chat send to use dash component Button, and dictation to use ↵bobzel
Toggle. Reverted Dropdown to use trigger of CLICK (hover doesn't work well). got rid of currentuserutil button references in infoUI & replaced with info-specific button descriptions. fixed up a bunch of lint/typing errors
2025-06-24minor tutorial fixesJoanne
2025-06-24Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Joanne
joanne-tutorialagent
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned ↵bobzel
to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls.
2025-06-22successfully merged documentationtext functionality with new version of ↵Joanne
agent, however still minor issues with the agent not selecting the proper tool for documentation generation without the additional context from the topbar
2025-06-20Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Joanne
joanne-tutorialagent
2025-06-19from lastbobzel
2025-06-19removing references to Box types from documentdecorations - added ↵bobzel
showBorderRounding to viewBoxInterface.
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-11refactor unwrapPlaceholder duplicated code to DocUtils.bobzel
2025-06-11don't autoTag text docs until they're dropped onto a scrapbook. don't ↵bobzel
re-tag a text box that has not changed.
2025-06-10cleanup and streamlining of scrapbook code.bobzel
2025-06-10Merge branch 'master' into lanyi-branchsharkiecodes
2025-06-09scrapbooksharkiecodes
2025-06-06clean-upsharkiecodes
2025-06-05reverting away from multi-gensharkiecodes
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-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-16changed isGroup to freeform_isGroup to fix issues with groups that are ↵bobzel
changed into other collection types. fixed toggleTarget links to work when opening in a light box (previously they flickered on, then off). fixed text boxes with a number field as data to act like a number input box.
2025-05-13fixed setting up link anchors for video to be added to Doc. fixed ↵bobzel
imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly..
2025-05-12Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Joanne
joanne-tutorialagent
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-05-09Merge branch 'master' into lanyi-branchbobzel
2025-05-07cleaned up ai metadata on generated drawings.bobzel
2025-05-05got rid of dash _xPadding/_yPadding in favor of just using ↵bobzel
_xMargin/_yMargin. cleaned up linearView field names
2025-05-05Merge branch 'master' into lanyi-branchbobzel
2025-05-01cleaned up, a bit, how wheel events are blocked from propagating.bobzel
2025-05-01marquee selectionsharkiecodes
2025-04-29Autotagsharkiecodes
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-25fixed face collection to show up. fixed pasting text dirextly into ↵bobzel
freeformview to create docs properly. also fixed paste to match source text styling better. fixed copying out of pdf. fixed formatting of gpt (()) calls from text box by using paste handling code.
2025-04-23lots of typechecking fixes.bobzel
2025-04-22protoype version of scrapboxBox. added rejectDrop prop to prevent drops on ↵bobzel
child documentviews
2025-04-22adding drop handling code for scrapbookBoxbobzel
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-08change isLightbox to be a datadoc flag.bobzel
2025-04-08fixed gptImageLabel calls and added ImageCastToNameType to deal with ↵bobzel
filenames with '.'s in them. fixed vertical centered text.
2025-04-05 fixed multitoggle behavior to only toggle submenu closed. switched to ↵bobzel
hard-light for masking ink. fixed to make menu toggle take effect immediately.
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