| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-13 | updated css and project to HTML5 standards. fixed border rounding for images. | bobzel | |
| 2025-04-21 | warning fixes. | 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-03-25 | fixes to components so that things highlight reasonably in different skins. ↵ | bobzel | |
| fixed color picker alternate selection. | |||
| 2025-03-07 | fixed columnWidth settings for sidebar. fixed color picker and other ↵ | bobzel | |
| dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts. | |||
| 2025-03-06 | fixed compioling functions with DateFields | geireann | |
| 2025-02-25 | added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵ | bobzel | |
| mostly related to how scss files can be included in each other | |||
| 2025-02-24 | added borders (width, color, and style) for DocumentViews. fixed dropdown ↵ | bobzel | |
| slider buttons to show text labels. | |||
| 2025-01-28 | card view cleanup. moved 'pile' into shiftclick on Perspective dropdown. ↵ | bobzel | |
| fixed tags sorting. | |||
| 2025-01-01 | monorepo setup | Geireann Lindfield Roberts | |
| 2024-10-30 | reworked how context menu buttons for ink and text work. added ↵ | bobzel | |
| disableMixBlend for making transparent docs not use 'multiply'. | |||
| 2024-10-28 | reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵ | bobzel | |
| boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox. | |||
| 2024-10-17 | made Card and Carousel part of novice mode views. | bobzel | |
| 2024-10-01 | more lint fixes | bobzel | |
| 2024-10-01 | fixed eraser mode button to show current eraser and to show options. | bobzel | |
| 2024-09-30 | changed filter tool to look like a menu section. | bobzel | |
| 2024-09-20 | fixed filter dropdown to work properly with multiselect. | bobzel | |
| 2024-09-19 | changed backend for filtering buttons to store only one list - the list of ↵ | bobzel | |
| icon buttons in Doc.MyFilterHotKeys. | |||
| 2024-09-17 | updating packages and more cleanup of cardview merge | bobzel | |
| 2024-09-17 | cleaning up card view stuff post-merge | bobzel | |
| 2024-09-17 | Merge branch 'master' into aisosa-starter | aidahosa1 | |
| 2024-09-17 | Merge branch 'master' into aisosa-starter | aidahosa1 | |
| 2024-09-04 | warning fix | bobzel | |
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-06-06 | lol | aidahosa1 | |
| 2024-05-16 | Merge branch 'restoringEslint' into eleanor-starter | 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-26 | from last | 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-24 | completing eslint pass | 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-21 | more lint cleanup | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 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-09 | added a template button to top bar to set default layout. fixed show title ↵ | bobzel | |
| when value is a list. fixed typeahead for createing notes with templates. | |||
| 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-06 | fixed plotly/mermaids loading from a new account | bobzel | |
| 2024-02-28 | fixed double click of some icons to make them persist (circle, rectangle, ↵ | bobzel | |
| fitall). | |||
| 2024-01-30 | changed dropConverter to keep title of dropped Doc. added paintFunc node/ ↵ | bobzel | |
| checkbox view to formatted text. changed paintFunc to be computed based on layouytfieldkey being text in a freeformview. changed some inputRules to apply to code blocks. changed : contextmenu to allow regular note to be created. changed experimental tools to be user tmeplate tools. fixed focus on search bar when opening context menu | |||
| 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-23 | reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵ | bobzel | |
| and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto() | |||
| 2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | bobzel | |
| 2023-12-12 | cleaned up SelectionManager. fixed schema view | bobzel | |
| 2023-12-11 | fixed includes of scss globals into typescript files. | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-01 | converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵ | bobzel | |
| always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument. | |||
