| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-13 | updated css and project to HTML5 standards. fixed border rounding for images. | bobzel | |
| 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-09 | added user templates to template_user global field. fixed schemas to not ↵ | bobzel | |
| erase field values when setting a new column name. fixed templates to render properly when switching by fixing contentsRef to be observable. fixed templates with fields in stacks to autoHeight update correctly by . fixed images in templates to set their nativeDim after rendering. fixed text views of descriptions to auto-updated by setting the modification date of the description field. | |||
| 2025-05-01 | cleaned up, a bit, how wheel events are blocked from propagating. | bobzel | |
| 2025-04-23 | lots of typechecking fixes. | 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-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-27 | fix so that schemacellfield doesn't trigger a finalizeEdit when it's not ↵ | bobzel | |
| editing. added 'red' color for template fields to schematablecell. fixed set field to allow setting data fields when field is an '_' and no template. fixed setting '=' when getting a keyValueString for empty fields with an '_' key. | |||
| 2025-03-27 | fixed quoted expressions in schema cells to not evaluate. | bobzel | |
| 2025-03-27 | restore DashFieldView editing by changing schemaCellField to setContent on ↵ | bobzel | |
| editing. | |||
| 2025-03-26 | from last | bobzel | |
| 2025-03-26 | from last | bobzel | |
| 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-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-13 | trying to make table cell styles look cleaner. added tab/Enter navigation ↵ | bobzel | |
| of schema. | |||
| 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-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 | 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-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-01-27 | adjusted dash field views to work with new schemacells (eg mermaids docs) | bobzel | |
| 2025-01-01 | monorepo setup | Geireann Lindfield Roberts | |
| 2024-10-28 | reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵ | bobzel | |
| boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox. | |||
| 2024-10-10 | schema cell editing div height 100% | Nathan-SR | |
| 2024-10-09 | Merge branch 'nathan-starter' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| nathan-starter | |||
| 2024-10-09 | small changes for pull request; removed schema type reference in ↵ | Nathan-SR | |
| editableview; a couple lint changes | |||
| 2024-10-04 | from last | bobzel | |
| 2024-10-04 | from last | bobzel | |
| 2024-10-04 | more lint fixes to schema view changes. | bobzel | |
| 2024-10-01 | added dompurify | Nathan-SR | |
| 2024-10-01 | Merge branch 'nathan-starter' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| nathan-starter | |||
| 2024-10-01 | commit | Nathan-SR | |
| 2024-10-01 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| nathan-starter | |||
| 2024-09-30 | fixed so that you can't set the author field from the schema view. fixed ↵ | bobzel | |
| schema view to not trigger cell updates after cells have been unmounted (e.g, so that dragging a tab over a schema vew doesn't crash) | |||
| 2024-09-29 | linting | Nathan-SR | |
| 2024-09-22 | header comments + change to cellfield updating | Nathan-SR | |
| 2024-09-19 | cleaning up/commenting schemaview | Nathan-SR | |
| 2024-09-18 | fixed filtering; cells update properly with input | Nathan-SR | |
| 2024-09-08 | schema changes reverted | Nathan-SR | |
| 2024-08-12 | more any -> type fixes | bobzel | |
| 2024-07-30 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| nathan-starter | |||
| 2024-07-12 | basic doc creation from templates working | Nathan-SR | |
| 2024-07-12 | Fixed nested collections in templates. cleaned up some cod.e | geireann | |
| 2024-07-06 | wheel spinning | Nathan-SR | |
| 2024-07-03 | schemacell refactor started | Nathan-SR | |
| 2024-07-02 | keymenu changes | Nathan-SR | |
| 2024-07-02 | resizer right working | Nathan-SR | |
| 2024-07-02 | eq highlight cycling inconsistency fixed | Nathan-SR | |
| 2024-07-01 | highlighting then un-highlighting a selected cell with equations now ↵ | Nathan-SR | |
| properly maintains original select highlight | |||
