| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-08 | change isLightbox to be a datadoc flag. | bobzel | |
| 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-06 | a bunch of changes to improve how docs are selected automatically when created. | 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-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 | added ai editor to collections | eleanor-park | |
| 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 | |
| 2024-12-30 | created image regeneration with dialogue | eleanor-park | |
| 2024-12-04 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-11-14 | changed 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-12 | made 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.. | |||
| 2024-11-11 | changes for demo | eleanor-park | |
| 2024-11-03 | working on smart draw width bugs | eleanor-park | |
| 2024-10-30 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-10-30 | integrated image stickers with palette | eleanor-park | |
| 2024-10-30 | reworked how context menu buttons for ink and text work. added ↵ | bobzel | |
| disableMixBlend for making transparent docs not use 'multiply'. | |||
| 2024-10-18 | fixed following anchors to collection card/carousel to set the ↵ | bobzel | |
| current/selected Doc | |||
| 2024-10-18 | fixed following links/show document of items in tabs/carousel/card view to ↵ | bobzel | |
| set options.didMove correctly so that toggleTarget works. | |||
| 2024-10-17 | changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵ | bobzel | |
| to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters | |||
| 2024-10-10 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-10 | Merge branch 'master' into nathan-starter | bobzel | |
| 2024-10-09 | small changes for pull request; removed schema type reference in ↵ | Nathan-SR | |
| editableview; a couple lint changes | |||
| 2024-10-09 | more refactoring to of collection flashcards into CollectioSubView to ↵ | bobzel | |
| simplify using it in diferent collection views. | |||
| 2024-10-08 | yet another fix to cardView to make animations smooth - need to specifically ↵ | bobzel | |
| target hidingDecorations without going using IsResizing as a hack | |||
| 2024-10-01 | more lint fixes | bobzel | |
| 2024-10-01 | cleaning up smart drawing menu options. | bobzel | |
