| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-28 | working on autotagging | sharkiecodes | |
| 2025-04-28 | Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵ | sharkiecodes | |
| lanyi-branch | |||
| 2025-04-28 | adding autotagging | sharkiecodes | |
| 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-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 | 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-10 | from last | bobzel | |
| 2025-04-10 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data 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-07 | added multiToggle option to allow popup to stay up until explicitly ↵ | bobzel | |
| untoggled. fixed multitoggle to honor toggleStatus. fixed popup to follow target. fixed setting text highlight background fro popup menu. fixed flashcardui buttons to have background sized properly. | |||
| 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 | fixed stacking view with pivot's field column widths. | geireann | |
| 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-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-26 | from last | bobzel | |
| 2025-03-26 | from last | bobzel | |
| 2025-03-25 | fixed sizing and background of collection filter button. fixed exception in ↵ | bobzel | |
| getDescription for text labels. | |||
| 2025-03-25 | fixes to components so that things highlight reasonably in different skins. ↵ | bobzel | |
| fixed color picker alternate selection. | |||
| 2025-03-24 | fixed iconifying collections to show image icon. fixed shortcut for using ↵ | bobzel | |
| cached template. fixed onClick prop type | |||
| 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 | from last | bobzel | |
| 2025-03-23 | from last | bobzel | |
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-03-21 | trying to improve how data / layout / root and templtae docs are accessed. | bobzel | |
| 2025-03-20 | mapbox cleanup. fix runtime warnings for stacking view. | bobzel | |
| 2025-03-13 | fixed clicking on stackedTimeline anchors to call play scripts | bobzel | |
| 2025-03-13 | fixed video timeline drag a region to appear while dragging. fixed timeline ↵ | bobzel | |
| labels to render title text | |||
| 2025-03-13 | pivot doc datetime fix. | geireann | |
| 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-03-07 | changed masonryView so that if column count is set w/o a columnWidth, then ↵ | bobzel | |
| it stays fixed | |||
| 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 | fixing compile/runtime errors. | bobzel | |
