| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-01 | moved active ink settings to DocumentView from Doc. Changed how ink fill ↵ | bobzel | |
| color is set based on what is selected. | |||
| 2024-05-19 | Merge branch 'eleanor-starter' into restoringEslint | bobzel | |
| 2024-05-17 | manually added ChatBox from aj-starter | bobzel | |
| 2024-05-16 | from last | bobzel | |
| 2024-05-16 | Merge branch 'restoringEslint' into eleanor-starter | bobzel | |
| 2024-05-15 | merged with new eslint code | bobzel | |
| 2024-05-15 | Make pres aniamtions last as long as their transition time | bobzel | |
| 2024-05-08 | lots of api cleanup and cycle removal | bobzel | |
| 2024-05-02 | another push to remove cycles by pushing things onto Doc and DocumentView | bobzel | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-05-01 | more cycle import removal. fixed ndollar bugs introduced during lint changes. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
| 2024-04-30 | changed acl- and some other field- to acl_ and field_ style | bobzel | |
| 2024-04-29 | more eslint | bobzel | |
| 2024-04-29 | eslint fixes. | bobzel | |
| 2024-04-26 | fixed eraser buttons so that you can switch to the previous eraser, then ↵ | bobzel | |
| click again to choose a different eraser | |||
| 2024-04-25 | added toList() for Doc|Doc[] | bobzel | |
| 2024-04-24 | fixed search on pdfs to display results when pDF is not selected. fixed ↵ | bobzel | |
| presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work. | |||
| 2024-04-23 | more lint cleanup | bobzel | |
| 2024-04-23 | fixes for rich text menu updates and setting parameters on text doc vs ↵ | bobzel | |
| within in RTF. Lots of lint cleanup. | |||
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-19 | from last | bobzel | |
| 2024-04-19 | lint fixes. | bobzel | |
| 2024-04-19 | fixed text search highlighting. fixed first typed characfter of note to ↵ | bobzel | |
| have marks. | |||
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-14 | update to master | bobzel | |
| 2024-04-14 | Merge branch 'eleanor-starter' of https://github.com/brown-dash/Dash-Web ↵ | eleanor-park | |
| into eleanor-starter | |||
| 2024-04-07 | radius erase changes | eleanor-park | |
| 2024-04-01 | fixed header template to be marginally functional. | bobzel | |
| 2024-03-31 | fixed scrolling to targets in text views. fixed referencing fields on ↵ | bobzel | |
| another doc from text box. fixed '@name' technique for publishing documents to also remove documents and work anywhere a title is set. | |||
| 2024-03-28 | fixed keyvaluebox to show props document, never the doc in the fieldKey ↵ | bobzel | |
| slot. changed computedFIelds to do mobx caching. changed text boxes to do updating from templates based on a fieldKey_autoUpdate flag combined with modification timestamps. enabled comparison box to work with text fields in addition to docs. | |||
| 2024-03-28 | fixed tabbing between items in nested dashFieldViews | bobzel | |
| 2024-03-26 | added empty image tool and click on empty image to select from filesystem. ↵ | bobzel | |
| fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views. | |||
| 2024-03-25 | fixed rich text to string formatting | bobzel | |
| 2024-03-24 | fixed crash on richtextfield to string when there's no data. fixed schema ↵ | bobzel | |
| cells not to edit unless selected. | |||
| 2024-03-23 | fixed linking to parts of a template. fixed highlting part of a template ↵ | bobzel | |
| when following a link to it. | |||
| 2024-03-19 | cleaned up user templates to not get changed on reload. made setting a ↵ | bobzel | |
| template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc. | |||
| 2024-03-17 | fixed displaying of chat gpt query to use (( )) notation. allow '"'s in ↵ | bobzel | |
| chat gpt calls by escaping with "`" intead. | |||
| 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-14 | cleaned up some audio recording and annotating code | bobzel | |
| 2024-03-14 | from last | bobzel | |
| 2024-03-14 | fixed disabling info ui to keep it off -- use settings manager to turn it ↵ | bobzel | |
| back on. | |||
| 2024-03-12 | fixed links to text to update automatically when textbox css styles change. | bobzel | |
| 2024-03-10 | fixed copying a Doc with an expanded render template to copy the expanded ↵ | bobzel | |
| render template in order not to lose instance data (eg, height, width) | |||
| 2024-03-10 | Merge branch 'master' into eleanor-starter | bobzel | |
| 2024-03-06 | fixed plotly/mermaids loading from a new account | bobzel | |
| 2024-03-06 | enabled copy and paste to work with template docs (and not copy template). ↵ | bobzel | |
| Fixed tempaltes of collections to allow new nodes to be added/removed. | |||
| 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-21 | presentation trail tab icon changed | eleanor-park | |
