| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-03 | fixed creating docs with ai tool to allow options to be specified. | bobzel | |
| 2025-06-20 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Joanne | |
| joanne-tutorialagent | |||
| 2025-06-19 | Merge branch 'task_nodes_aarav' | bobzel | |
| 2025-06-17 | Merge branch 'agent-paper-main' of https://github.com/brown-dash/Dash-Web ↵ | Joanne | |
| into joanne-tutorialagent | |||
| 2025-06-10 | cleanup and streamlining of scrapbook code. | bobzel | |
| 2025-06-09 | implemented undoable deletion so that tasks reappear in Google Tasks upon ↵ | Skitty1238 | |
| undo in Dash | |||
| 2025-06-06 | added bi directional syncing for task editing (based on most recent edit). ↵ | Skitty1238 | |
| Modified button to reflect bi-directionality of syncing | |||
| 2025-06-05 | updated taskBox to use Cast methods and mobx instead of react state. Made ↵ | bobzel | |
| TaskBox extend ViewBoxBaseComponent to access this.Document/this.fieldKey, etc | |||
| 2025-06-05 | changed add to google tasks button to sync to google button. Implemented ↵ | Skitty1238 | |
| auto creation and auto deletion in Google when node is created/deleted in dash | |||
| 2025-06-02 | changed field names for tasks to start with task_. changed calendar date ↵ | bobzel | |
| and range to start with _calendar | |||
| 2025-06-02 | Merge branch 'master' into task_nodes_aarav | bobzel | |
| 2025-06-02 | Merge branch 'master' into task_nodes_aarav | Skitty1238 | |
| 2025-05-30 | Merge branch 'master' into Template-Changes | Nathan-SR | |
| 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-12 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Joanne | |
| joanne-tutorialagent | |||
| 2025-05-12 | added tutorial tool, still need to integrate with metadatatool | Joanne | |
| 2025-05-12 | added tutorial tool, still need to integrate with metadatatool | Joanne | |
| 2025-05-11 | Merge branch 'master' into agent-web-working | A.J. Shulman | |
| 2025-05-10 | changed how we corsProxy web pages to be simpler and work better. changed ↵ | bobzel | |
| dragging off annotations after text selections to only create a text doc whent the drop target is the parent collection -- otherwise links are created. | |||
| 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-04-30 | made document options as data doc options ($), and fixed namign conventions | aaravkumar | |
| 2025-04-30 | Merge branch 'master' into task_nodes_aarav | bobzel | |
| 2025-04-28 | added task nodes calendar intergation, and ability to complete tasks ↵ | aaravkumar | |
| directly via calendar view | |||
| 2025-04-28 | added task nodes styling, completion, and removal of start/end times upon ↵ | aaravkumar | |
| all-day click | |||
| 2025-04-28 | cleaned up outpainting and Doc resize code. fixes problems with doc ↵ | bobzel | |
| resizing of text boxes with ctrl-key. | |||
| 2025-04-27 | improved consistency across doc types and parsing | A.J. Shulman | |
| 2025-04-23 | added basic task nodes with descritpion, start and end times -- added doc ↵ | aaravkumar | |
| options for starttime/endtime/allday | |||
| 2025-04-23 | fixed outpainting to get authorization for dropbox | bobzel | |
| 2025-04-21 | attempting to integrate scrapbooks | sharkiecodes | |
| 2025-04-21 | merged with master and cleaned up outpainting a bit. | 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-10 | changed naming of makeDelegates to not add a number at the end. switched ↵ | bobzel | |
| dataNote to MetaNote and cleaned up initialization of it. fixed sidebar/stacking view to not grab wheel evebnts when not active. fixed dashfieldview to vcenter labels. fixed height and scrolling of templae menu. simplified formattedtextbox menu | |||
| 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-04-01 | added an override_backgroundColor or templates that want to control ↵ | bobzel | |
| background colors. needs to be generalized, perhaps along the lines of !important. fixed script sto ignore Array<T> template errors.. | |||
| 2025-03-26 | fixed keyValue box assignments so that '_' assigns to template unless value ↵ | bobzel | |
| starts with '=' (then root doc). fixed deleting template keys in keyValuePair. fixed schemaTableCell to show current editable value (not last edited value) when editing layout and data doc values. updated DocumentOptions API. | |||
| 2025-03-19 | daily journal title/text update fixes + GPT prompts button for journalling ↵ | aaravkumar | |
| prompts integration | |||
| 2025-03-17 | runtime warnings cleanup | bobzel | |
| 2025-03-16 | Merge branch 'DocCreatorMenu-work' of https://github.com/brown-dash/Dash-Web ↵ | bobzel | |
| into DocCreatorMenu-work | |||
| 2025-03-11 | Doing outpainting implementation | sharkiecodes | |
| 2025-03-11 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| DocCreatorMenu-work | |||
| 2025-03-10 | Merge branch 'master' into aarav_edit | bobzel | |
| 2025-03-09 | removed simulation doc. fixed empty imageBox uploading. fixed script ↵ | bobzel | |
| typechecking. fixed metadata doc. fixed setting background colors of docs that have a template. | |||
| 2025-03-07 | fixed following text hyperlinks to Docs. fixed using fieldinfos for ↵ | bobzel | |
| DashFieldViews to get appropriate Schmema cell input. fixed dashFieldView to show correct input editor for field type. | |||
| 2025-03-07 | fixes to daily journal creation. | bobzel | |
| 2025-03-07 | fixed columnWidth settings for sidebar. fixed color picker and other ↵ | bobzel | |
| dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts. | |||
| 2025-03-07 | cleaned up RTF creation w/ styles. fixed scripting compile bug when unused ↵ | bobzel | |
| functions were considered not found. | |||
| 2025-03-07 | attempted adding formatting | aaravkumar | |
