| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-30 | fixed 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-16 | changed 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-13 | fixed 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-07 | cleaned up ai metadata on generated drawings. | bobzel | |
| 2025-05-05 | got rid of dash _xPadding/_yPadding in favor of just using ↵ | bobzel | |
| _xMargin/_yMargin. cleaned up linearView field names | |||
| 2025-05-01 | cleaned up, a bit, how wheel events are blocked from propagating. | bobzel | |
| 2025-04-25 | fixed 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-23 | lots of typechecking fixes. | bobzel | |
| 2025-04-22 | protoype version of scrapboxBox. added rejectDrop prop to prevent drops on ↵ | bobzel | |
| child documentviews | |||
| 2025-04-22 | adding drop handling code for scrapbookBox | bobzel | |
| 2025-04-14 | fixed 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-08 | change isLightbox to be a datadoc flag. | bobzel | |
| 2025-04-08 | fixed 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-30 | changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵ | bobzel | |
| card view. fixed css scaling for styleprovider icons and annotation resizer | |||
| 2025-03-26 | fix so that views use don't use the rootDocument, but rather the current ↵ | bobzel | |
| rendering document. got rid of resolvedDataDoc -- just use rootDocument[DocData] | |||
| 2025-03-26 | from last | bobzel | |
| 2025-03-23 | fixed more typing errors. fixed updateBullets to not generate error when ↵ | bobzel | |
| part of selection is not on a list. | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-03-13 | pivot doc datetime fix. | geireann | |
| 2025-03-12 | made @... create dashField views instead of [@..]. minor cleanup of ↵ | bobzel | |
| dashFieldView and schemaCellField. made schemaCellField call focus() when SetIsFocused is called so that dashFieldView boxes are editable when clicked. Made overlay of documentIcons appear whenever cells are focused and disappear on blur. | |||
| 2025-03-06 | a bunch of changes to improve how docs are selected automatically when created. | bobzel | |
| 2025-03-06 | fixed resizing height to be > 10 pixels. split pivotView out of timeView. | bobzel | |
| 2025-03-05 | added:hover mode for images to make primary image fade in instead of alternate. | bobzel | |
| 2025-03-04 | fixed up smartDrawHandler a bit to support svg's better. you can now drop ↵ | bobzel | |
| in a .svg file from the filesystem - still some unfinished business (arcs, background/foreground color inversion) | |||
| 2025-02-26 | made ai. button draggable to regenerate images. | bobzel | |
| 2025-02-26 | made regenerate ai show up next to image doc. show ai prompt for firefly ↵ | bobzel | |
| in gptpopup . | |||
| 2025-02-26 | added typing to PostToServer calls. made smartDraw popup create images locally. | bobzel | |
| 2025-02-25 | added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵ | bobzel | |
| mostly related to how scss files can be included in each other | |||
| 2025-02-12 | title image groups better | bobzel | |
| 2025-02-03 | fixed pres animation of colection that's progresivized by removing ↵ | bobzel | |
| dataTransition assignments that made no sense. | |||
| 2025-01-29 | generlized some of cardDeck ui. showTags is under View for all collections. ↵ | bobzel | |
| chat popup is available for all docs, but only works for card views. added clear filters button for chat popup. | |||
| 2025-01-19 | css fixes for ai editor views. | bobzel | |
| 2025-01-16 | fixed style references for generating ai images. fixed some error cases. | bobzel | |
| 2025-01-14 | Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵ | eleanor-park | |
| into eleanor-gptdraw | |||
| 2025-01-14 | added drawing fill style reference | eleanor-park | |
| 2025-01-13 | changing 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-10 | working on merge conflicts | eleanor-park | |
| 2025-01-09 | Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵ | eleanor-park | |
| into eleanor-gptdraw | |||
| 2025-01-09 | added ai editor to collections | eleanor-park | |
| 2025-01-09 | fixed sizing of images created by firefly. added error message for failed ↵ | bobzel | |
| firefly request. | |||
| 2025-01-08 | Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵ | eleanor-park | |
| into eleanor-gptdraw | |||
| 2025-01-08 | get 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-08 | Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵ | eleanor-park | |
| into eleanor-gptdraw | |||
| 2025-01-08 | Merge branch 'master' into eleanor-gptdraw | bobzel | |
| 2025-01-08 | added componentAIView for collections | eleanor-park | |
| 2025-01-05 | added AI image editor | eleanor-park | |
| 2025-01-01 | monorepo setup | Geireann Lindfield Roberts | |
| 2025-01-02 | made drawing fill automatically size images | eleanor-park | |
