| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-17 | DocView 1330 problem statement | Nathan-SR | |
| 2024-03-17 | use metakey to edit computedfield result instead of expression in schema ↵ | bobzel | |
| cell, set default new field values on data doc. fixed stacking view from autoresizing when switching to a different collection view. changed syntax for setting fields in text docs to use ':=' for computed fields. Added call to Chat in computed functions when (( )) is used. Added caching of computed function result when a function called by ComputedField uses the _setCacheResult_ method (currently only gptCallChat). | |||
| 2024-03-17 | c | Nathan-SR | |
| 2024-03-16 | summoning | Nathan-SR | |
| 2024-03-14 | fixed dragging system documents in files sidebar | geireann | |
| 2024-03-14 | fixed disabling info ui to keep it off -- use settings manager to turn it ↵ | bobzel | |
| back on. | |||
| 2024-03-14 | test4 | Nathan-SR | |
| 2024-03-14 | addDocToSelection test 3 | Nathan-SR | |
| 2024-03-14 | doc selection test | Nathan-SR | |
| 2024-03-14 | test | Nathan-SR | |
| 2024-03-14 | Schema row option order changed | Nathan-SR | |
| 2024-03-13 | css and other cleanup for info UI | bobzel | |
| 2024-03-13 | cleaned up currState in freeform ui | bobzel | |
| 2024-03-13 | Merge branch 'master' into info-ui-observable | bobzel | |
| 2024-03-12 | i have an error | eleanor-park | |
| 2024-03-10 | clean | newalina | |
| 2024-03-09 | add show less show more button | newalina | |
| 2024-03-09 | fixed up default text that uses a template to process an initial carriage ↵ | bobzel | |
| return properly. fixed text with inherited templates to be able to show fields with a default dashField value from template that can be overidden on instance. | |||
| 2024-03-08 | cleaned up MakeTemplate api and currentUserUtils templates for clicks etc. | bobzel | |
| 2024-03-07 | fixed several things related to templates for labels (used as icons) and ↵ | bobzel | |
| FontIconboxes. Also made labels non uniformly resizable . | |||
| 2024-03-07 | feat: added dropdown for ease function | Sophie Zhang | |
| 2024-03-06 | fixed backgroundColors to be set on dataDoc in infoUI | bobzel | |
| 2024-03-06 | fixed plotly/mermaids loading from a new account | bobzel | |
| 2024-03-06 | cleaned up some dropActionType strings. fixed stackingview scrolling when ↵ | bobzel | |
| always active. fixed schemaView keys dropdown menu to be a popup. cleaned up display of key Finfo's | |||
| 2024-03-05 | fixed text in templates to revert to template value when noTemplate is set. ↵ | bobzel | |
| made dashFieldView read from datadoc. added margins for multicolumn/row, enabled chromHidden for multicolumn/row | |||
| 2024-03-04 | cleaned up a number of things related to autoHeight and ↵ | bobzel | |
| stacking/masonry/notetaking views | |||
| 2024-03-04 | changes to restore template menu and fix freeform templates to always show ↵ | bobzel | |
| contents. Fix for alt-dropping an image to replace another image. | |||
| 2024-03-01 | added flipping of documentation icon | bobzel | |
| 2024-03-01 | Merge branch 'master' into info-ui-observable | bobzel | |
| 2024-02-29 | add state message gifs | newalina | |
| 2024-02-29 | fixed minimap to show at least as much as the freeformview is showing (was a ↵ | bobzel | |
| problem for example when there was just a single document) | |||
| 2024-02-28 | extracted field dropdown menu to a components and then cleaned up ↵ | bobzel | |
| collectionTimeView, Documentview titles, and FilterPanel to share it | |||
| 2024-02-28 | changed multirow view to support a maxShown flag so that headerBar doesn't ↵ | bobzel | |
| take forever to load with a lot of closed tabs. | |||
| 2024-02-26 | fixed tooltips to not grab events - this made moving down a menu a problem ↵ | bobzel | |
| since the tooltip blocked the next menu item and wouldn't give the hover event to the next menu item. fixed proto_embeddings to update when lassoing a collection in marqueeView which made showContexts in property view do the right thing. | |||
| 2024-02-26 | fixed some string types to be enumerations for dropAction. fixed bug in ↵ | bobzel | |
| golden layout dragging where a stack's tabs could disappear. | |||
| 2024-02-25 | fixed conversion of doc to schema cells to allow number 0 to be converted to ↵ | geireann | |
| a string. | |||
| 2024-02-22 | replaced freeform document view wrapper with more direct caching of props. | bobzel | |
| 2024-02-22 | dont update server cache when tabs change. | bobzel | |
| 2024-02-22 | layout progress | Sophie Zhang | |
| 2024-02-22 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
| 2024-02-19 | Merge branch 'master' into data-visualization-sarah | srichman333 | |
| 2024-02-10 | minimal fix to get react date picker to work. | bobzel | |
| 2024-02-10 | more updates to npm packages. | bobzel | |
| 2024-02-07 | saving prog | Sophie Zhang | |
| 2024-02-07 | added back shiftkey to drag and embed. got rid of overlayplane link view. ↵ | bobzel | |
| got rid of auto arrange. fixed text edit color for linkBox's | |||
| 2024-02-07 | made various render methods in DocumentView computed getters for efficiency ↵ | bobzel | |
| and to avoid artifacts (LInkanchorBox dragging) when something else invalidates causing components to regenerate. fixed linklines to animate when doing a zoom transition and to be able to target texts hyperlinks. fixed link lines to share properties with ink and updated the properties panel / menus to allow editing of either. addding toggling link lines on and off from linkitemmenu | |||
| 2024-02-07 | switch to xAnchor to clean up link lines. added transition to getBounds() ↵ | bobzel | |
| so that LinkBox can follow animated transitions. added dataTransitions for stacking view. fixed presBox to be able to clear transition timers when a new slide transition is chosen. | |||
| 2024-02-05 | changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed ↵ | bobzel | |
| link description editing popup. fixed showing link editor in property view - still some weirdness in what is selected. fixed dragging tree view items to set dragData.treeview and be able to drop at bottom of tree. fixed addFolder menu option for TreeViews to add locally.. added a function to collect all docs of a given tag into a collection. fixed setting default font size to update autolayouts. changed dropping link onto same collection to not leave pushpin. fixed minimap thumb updating. added fieldvalue dropdown for dashFieldViews in text. | |||
| 2024-02-01 | enabled lists to be entered via dashfieldview. changed code/text import to ↵ | bobzel | |
| allow data to be inserted into template. | |||
| 2024-01-31 | cleaned up accessing/setting proto_embeddings with api on Doc. fixed some ↵ | bobzel | |
| css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params. | |||
