| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-01 | a number of fixes to document creator to fix preview of templates and ↵ | bobzel | |
| templates with images. | |||
| 2025-05-30 | fixed using empty images in templates to support assigning a new image and ↵ | bobzel | |
| getting native dimensions right. fixed native dimensions of images within templates to not use native dims of template. fixed undo for text templates that don't have a text box. fixed image dropping on images that are empty (to assign the dropped image). | |||
| 2025-05-22 | fixed flashcard ui flip/practice dropdowns. | bobzel | |
| 2025-05-20 | fixed creating list of headers in stacking view when it doesn't exist. ↵ | bobzel | |
| start of making fields dropdown more reactive. | |||
| 2025-05-19 | fixed text boxes to calculate height correctly. removed usertag ↵ | bobzel | |
| modification time in text. fixed masonry and stacking views with pivots. | |||
| 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-13 | fixed setting up link anchors for video to be added to Doc. fixed ↵ | bobzel | |
| imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly.. | |||
| 2025-05-10 | fixed naming of image template fieldKey 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-10 | added an imageTemplate ui button. | bobzel | |
| 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-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-05-05 | got rid of dash _xPadding/_yPadding in favor of just using ↵ | bobzel | |
| _xMargin/_yMargin. cleaned up linearView field names | |||
| 2025-05-01 | cleaned up, a bit, how wheel events are blocked from propagating. | bobzel | |
| 2025-04-29 | fixed closing tabs to not select them first. | bobzel | |
| 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 | |
