| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-16 | Merge branch 'master' into lanyi-expanded-agent-paper-main | sharkiecodes | |
| 2025-07-09 | fixed landscape pdf loading. fixed crash when uploading a password ↵ | bobzel | |
| protected pdf. | |||
| 2025-07-01 | Merge branch 'agent-paper-main' into lanyi-expanded-agent-paper-main | sharkiecodes | |
| 2025-07-01 | Merge branch 'master' into lanyi-expanded-agent-paper-main | sharkiecodes | |
| 2025-07-01 | reverted 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-30 | warning fix. | bobzel | |
| 2025-06-27 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Joanne | |
| joanne-tutorialagent | |||
| 2025-06-26 | Merge branch 'master' into agent-paper-main | bobzel | |
| 2025-06-26 | fixed rendering pdfs, text selections on pdfs, | bobzel | |
| 2025-06-26 | Merge branch 'master' into agent-paper-main | bobzel | |
| 2025-06-24 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Joanne | |
| joanne-tutorialagent | |||
| 2025-06-23 | cleaned up assiging tags to docs using gpt popup | bobzel | |
| 2025-06-23 | fixed gptpopup to do something more reasonable when asked to tag documents. | bobzel | |
| 2025-06-23 | fixed 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-20 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Joanne | |
| joanne-tutorialagent | |||
| 2025-06-13 | updated css and project to HTML5 standards. fixed border rounding for images. | bobzel | |
| 2025-05-16 | made pdf buttons maintain scren size. | bobzel | |
| 2025-05-12 | workign better | A.J. Shulman | |
| 2025-05-07 | cleaned up ai metadata on generated drawings. | bobzel | |
| 2025-05-07 | fixed dont_center on Docs in gridview. fixed ai view screentolocal in ↵ | bobzel | |
| docView, and made ai view more streamlined. got rid of ai history sidebar in images. fixed imageeditor to use a mask that doesn't show the original conctents. fixed gptpopup scrolling, turning off of spinner, and improved ability to filter Docs | |||
| 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-23 | fixed how pdf worker is copied and accessed. | 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-11 | fixed ViewGuid generation to never start with a number (enables text boxes ↵ | bobzel | |
| to have css specific to a single Doc). cleaned up '%' style rules for text boxes. cleaned up custom style sheets in text boxes to only be created when needed and to improve highlighting bold text with context. | |||
| 2025-04-10 | fixed dashfieldviews in text boxes to show ellipsis for long lines and to ↵ | bobzel | |
| hide dropdown menu when field is not editable. fixed pasting from pdf's to work and to display the entire text box. | |||
| 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-25 | fixes to components so that things highlight reasonably in different skins. ↵ | bobzel | |
| fixed color picker alternate selection. | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-21 | trying to improve how data / layout / root and templtae docs are accessed. | bobzel | |
| 2025-03-18 | finally fixed selectionw with new version of PDFjs | bobzel | |
| 2025-03-18 | from last | bobzel | |
| 2025-03-18 | from last | bobzel | |
| 2025-03-18 | from last | bobzel | |
| 2025-03-18 | updated and fixed breaking pdfjs-dist | bobzel | |
| 2025-03-14 | simplified anchorMenu to just have an AskAI button .. then updated ↵ | bobzel | |
| GPtPopup's summaryBox to have a flashcard option. | |||
| 2025-03-11 | restored linkbutton to text anchor menu | bobzel | |
| 2025-03-10 | removed label creation from text's anchor menu. removed label creation from ↵ | bobzel | |
| pdfs. | |||
| 2025-03-05 | added:hover mode for images to make primary image fade in instead of alternate. | bobzel | |
| 2025-03-04 | added link cretor button to text anchor menu | 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-28 | fixed gptpopup disappearing in overlayView. added creation of images based ↵ | bobzel | |
| on selection image in gptpopup. | |||
| 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-26 | fixed toggling number dropdown. Added firefly to gpt popup menu. | bobzel | |
| 2025-02-24 | made images able to non-unifrom resize. changed popup to generate ↵ | bobzel | |
| descriptions only after it's opened. | |||
| 2025-02-19 | added drop shadow to overlay windows. | bobzel | |
| 2025-02-19 | more gptpopup cleanup. | bobzel | |
| 2025-02-18 | css fixes for gptPopup + close button | bobzel | |
| 2025-02-14 | major restructure of GPTPopup so that it works with all collections. | bobzel | |
