| 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-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. | |||
| 2024-10-10 | minor lint fixes. | bobzel | |
| 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-01 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| nathan-starter | |||
| 2024-08-12 | more any -> type fixes | bobzel | |
| 2024-08-09 | a bunch more typing fixes. | bobzel | |
| 2024-07-01 | highlighting then un-highlighting a selected cell with equations now ↵ | Nathan-SR | |
| properly maintains original select highlight | |||
| 2024-06-24 | cell/column highlight interactions (maybe some minor bugs left but at least 95%) | Nathan-SR | |
| 2024-06-22 | moving row no longer messes up cell field (of course it was batching...) | Nathan-SR | |
| 2024-06-17 | persistent sort option added, still need UI indication; some header ↵ | Nathan-SR | |
| bugs/weirdness fixed | |||
| 2024-06-17 | schema cell editable field class started | Nathan-SR | |
| 2024-06-14 | func parser bug where multiple references to same doc didn't parse correctly ↵ | Nathan-SR | |
| fixed | |||
| 2024-06-13 | cell highlighting from equations WORKS! | Nathan-SR | |
| 2024-06-12 | cell value parser for highlighting cells used in equation works; need to ↵ | Nathan-SR | |
| implement actual VU | |||
| 2024-06-10 | lock row editing | Nathan-SR | |
| 2024-06-07 | sort overhaul for columnheader menu cleanup (sort is now a single action, ↵ | Nathan-SR | |
| not a persistent toggle; more like google sheets now) | |||
| 2024-06-07 | lots of UI improvements | Nathan-SR | |
| 2024-06-04 | key search on update | Nathan-SR | |
| 2024-06-03 | new columns display blank | Nathan-SR | |
| 2024-05-15 | columheader editing working!! (kinda hacky using readonly input revisit) | Nathan-SR | |
| 2024-05-14 | removed logs; added some comments; added safeguard against duplicate fields | Nathan-SR | |
| 2024-05-14 | editable columnheader progress; still not updating properly on adding new col | Nathan-SR | |
| 2024-05-13 | columnheader editing progress | Nathan-SR | |
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-03-28 | fixed tabbing between items in nested dashFieldViews | bobzel | |
| 2024-03-27 | changed dashFieldViews to support Tab'ing between other dashFieldviews, ↵ | bobzel | |
| changed deleting links to clear out the anchors so that linkBoxes will go away more easiliy. changed funcitonPlot to plot the equations that are linked to it. changed equations to link to functions. changed undo and other console logging to only happen when undo docked buttons are expanded (visible) | |||
| 2024-01-27 | made dataViz nodes linked to schema nodes update automatically as cahnges ↵ | bobzel | |
| are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code. | |||
| 2024-01-25 | fixed warnings in editable view | bobzel | |
| 2023-12-14 | a bunch more fixes to making things observable. fixed calling ↵ | bobzel | |
| super.componentDidUpdate on subsclasses | |||
| 2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-06 | more error/warning fixes | bobzel | |
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
| 2023-10-31 | fixed groups to use actual document boundaries for ink or link lines, ↵ | bobzel | |
| instead of boundingbox. fixed doc title css. started to make link lines more compatible with ink. | |||
| 2023-10-26 | enabled different title colors per doc, not just per user. added support for ↵ | bobzel | |
| screen space doc titles, and for proper title clipping when borderRadius is set. added dropdown for setting title field to display and tweaked editableView to enable ellipsis for overfow | |||
| 2023-09-07 | truncate link descriptions over link lines. Fix schema view issues with ↵ | bobzel | |
| multiline inputs. fix '#' field assignment for title bar of docs. fixed dashFieldView to read fields from texstbox by fixing FindDocByTitle to not match undefind. Don't end link_description input on Enter to allow multiline inputs. | |||
| 2023-08-27 | lots of cleanup to streamline import orderings (ie packages should not ↵ | bobzel | |
| mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default. | |||
| 2023-08-09 | fixed resizing from bottomleft. turned on Tools in novice mode. fixed ↵ | bobzel | |
| aborting editing of tree view titles with escape or click outside. got rid of scrollbar in Tools panel by fixing height of masonry panel. updated browndash-components to fix problem of tooltips getting in away of click events on Tool items. | |||
| 2023-07-18 | fixed lightbox view | Geireann Lindfield Roberts | |
| 2023-07-17 | so many updates | Geireann Lindfield Roberts | |
| 2023-05-16 | fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵ | bobzel | |
| filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code. | |||
| 2023-05-13 | changed EditableViews to support oneline and multiline. Also added ↵ | bobzel | |
| transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click. | |||
| 2023-04-27 | fixed editing schema cells with keyboard only | mehekj | |
| 2023-04-04 | fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵ | bobzel | |
| items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview | |||
| 2023-01-30 | fixed pointerEvents for text box footnotes. fixed keyvalue editing to not ↵ | bobzel | |
| typecheck. fixed schema header field editing from keyvalue pane. fixed webBox error causing overlayview to not work for Repls and others. fixed some layout issues with stackingview columns. | |||
| 2022-07-29 | fixed autoHeight for texdtviews embedded in text views. fixed doc ↵ | bobzel | |
| decorations for sidebar items in lightbox view. added 'tree' as sidebar type for text. fixed text sidebar to show same annotations whether in stacking or tree view. fixed linkDescription pop to go away on click outside of it. | |||
