| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-08 | changed border color icon | bobzel | |
| 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-05 | fixed sizing of text box annotations sidebar button. cleaned up TagsView ↵ | bobzel | |
| to not overlap button bar below doc decorations or bottom resize handle | |||
| 2025-04-03 | fixed image box button sizing. made drawing ai regen a little faster by not ↵ | bobzel | |
| creating icons when there are no annotqations. | |||
| 2025-04-02 | fixed image box overlays to allow for transparent pngs. allowed hover over ↵ | bobzel | |
| background for image alternats to be set. | |||
| 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-04-01 | fixed text views to write/read font_<props> from data doc. | bobzel | |
| 2025-03-31 | fixed zooming on image boxes with fades. fixed style ref for image regen to ↵ | bobzel | |
| use self las, after links. | |||
| 2025-03-31 | moved audio annotation indicator/playback button to TagsView. cleaned up ↵ | bobzel | |
| tagsview colors and unobscured by bottom resizer | |||
| 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 | fixed drawingfill regeneration when dropping an image on another to honor ↵ | bobzel | |
| the style of the dropped image first, then the linked images, then the source image. | |||
| 2025-03-27 | fixed tag label height. fixed dropbox authorization for firefly. | bobzel | |
| 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-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 | updated keyValue to use parens again. | bobzel | |
| 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 | fixes to field access on root doc, not data doc | bobzel | |
| 2025-03-25 | fixes to components so that things highlight reasonably in different skins. ↵ | bobzel | |
| fixed color picker alternate selection. | |||
| 2025-03-24 | cleanup | bobzel | |
| 2025-03-24 | from last | bobzel | |
| 2025-03-24 | fixed iconifying collections to show image icon. fixed shortcut for using ↵ | bobzel | |
| cached template. fixed onClick prop type | |||
| 2025-03-24 | fix onclick disabling | bobzel | |
| 2025-03-24 | Merge branch 'fieldSyntaxUpdate' into aarav_edit | bobzel | |
| 2025-03-24 | further major cleanup to histograms | bobzel | |
| 2025-03-24 | major cleanup to histogram. fixing hover and types. | bobzel | |
| 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 | from last | bobzel | |
| 2025-03-21 | trying to improve how data / layout / root and templtae docs are accessed. | bobzel | |
| 2025-03-21 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | Noma | |
| 2025-03-21 | feat: mesh transform for images | Noma | |
| 2025-03-21 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | bobzel | |
| 2025-03-20 | from last | bobzel | |
| 2025-03-20 | mapbox cleanup. fix runtime warnings for stacking view. | bobzel | |
| 2025-03-20 | adjusted mapbox when used with a nativewidth/height. fixed dragging a ↵ | geireann | |
| mapbox to not display the wrong location until forced to re-render | |||
| 2025-03-19 | daily journal title/text update fixes + GPT prompts button for journalling ↵ | aaravkumar | |
| prompts integration | |||
| 2025-03-19 | fixed turning off marker filters in mapbox when clicking on map or | bobzel | |
| 2025-03-19 | fixed focus() on text boxes to scroll into view by hacking around a breaking ↵ | bobzel | |
| prosemirror patch. | |||
| 2025-03-19 | fixed mapBox full screen. fixed link following from node at start of texts ↵ | bobzel | |
| (eg mapbox target in sidebar doc) | |||
| 2025-03-19 | updated react-datepicker | bobzel | |
| 2025-03-19 | updated react-map-gl | bobzel | |
| 2025-03-19 | fixed map navigation and map anchor menu buttons. | 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-13 | cleaned up how Presboxelement finds PresBox | bobzel | |
| 2025-03-13 | fixed video timeline drag a region to appear while dragging. fixed timeline ↵ | bobzel | |
| labels to render title text | |||
| 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. | |||
