| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-09 | added user templates to template_user global field. fixed schemas to not ↵ | bobzel | |
| erase field values when setting a new column name. fixed templates to render properly when switching by fixing contentsRef to be observable. fixed templates with fields in stacks to autoHeight update correctly by . fixed images in templates to set their nativeDim after rendering. fixed text views of descriptions to auto-updated by setting the modification date of the description field. | |||
| 2025-04-14 | fixed how templates are expanded to avoid template sub-component conflicts ↵ | bobzel | |
| by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs. | |||
| 2025-04-01 | fixed stacking view with pivot's field column widths. | geireann | |
| 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-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-06 | a bunch of changes to improve how docs are selected automatically when created. | bobzel | |
| 2024-09-11 | fixed comparisonBox to honor fitWidth of Docs. fixed dropping on empty ↵ | bobzel | |
| muliticolumnview. | |||
| 2024-09-10 | moved TagsView up into DocumentView so that one row of tags will be visible. ↵ | bobzel | |
| fixed setting pixel size of images to resize annotations so they don't appear to change. added vert/horiz centering for stacking views. fixed pres box to not have scroll bars. fixed resizing properties panel. | |||
| 2024-08-12 | more any -> type fixes | 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-24 | completing eslint pass | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-12 | fixed auto play for trails. fixed presbox to allow drag and drop in ↵ | bobzel | |
| addition to pin button. fixed tree view to not 'move' items that have a 'copy' drop action. fixed dragPreDrop functions in tree and stacking views to use source drag action over target drop action. | |||
| 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-04 | cleaned up a number of things related to autoHeight and ↵ | bobzel | |
| stacking/masonry/notetaking views | |||
| 2024-01-24 | several fixes to drag/drop so that dropAction's set on target work for tree ↵ | bobzel | |
| views, notetaking, formattedText, etc. make bringToFront an optional prop. | |||
| 2023-12-29 | cleaned up imports, mobx observable initialization and some compile errors. | 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-12 | fixed and cleaned up snapping lines | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
| 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. | |||
| 2023-09-12 | dropping link button on same collection makes a pushpin. fixed broken undo ↵ | bobzel | |
| typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders. | |||
| 2023-09-06 | disabled expand button for header context linear menu. moved input for ↵ | bobzel | |
| stacking view to right-hand side to avoid overlap with undo/redo | |||
| 2023-08-27 | from last | bobzel | |
| 2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
| from piles. | |||
| 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-14 | major overhaul of field naming conventions. | bobzel | |
| 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-08-03 | from last | bobzel | |
| 2022-06-30 | Merge branch 'master' into parker | bobzel | |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
| going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
| 2022-03-15 | marquee create slide | Aubrey Li | |
| 2022-03-12 | attempting to add note-taking | ljungster | |
| I think this has something to do with the view not being rendered in novice mode. Assuming this is an issue in CollectionMenu.tsx. Essentially what I did was add a note-taking view wherever I found a stacking view (via global search) | |||
| 2022-02-15 | merging | ljungster | |
| 2022-02-15 | added commits | ljungster | |
| 2022-02-15 | updates | Geireann | |
| 2021-09-08 | added showTitle prop to allow sidebarAnnos to have a custom title | bobzel | |
| 2021-04-09 | fixed : in lightbox view from creating a document | bobzel | |
| 2021-03-20 | cleaned up warnings. fixed webBox annotations to write to correct key so ↵ | bobzel | |
| that they appear on startup. | |||
| 2021-03-19 | simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵ | bobzel | |
| colorBox layout. | |||
| 2021-03-17 | added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bit | bobzel | |
| 2021-03-16 | more chromeStatus cleanup. Big stripdown of propertiesButtons. | bobzel | |
| 2021-03-15 | final cleanups to get scrolling to work smoothly for webbox's - sadly, does ↵ | bobzel | |
| not work as well in Firefox, and even worse in Safari. | |||
| 2021-03-11 | made text boxes span stackingview's when fitWidth or autoColumn is set. ↵ | bobzel | |
| made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels. | |||
| 2021-02-23 | cleaned up EditableView a bit | bobzel | |
| 2020-12-10 | fixed filterBox/TreeView to support checkboxes again. Simplified ↵ | bobzel | |
| {DocumentView/CollectionView/FieldView}props | |||
| 2020-10-08 | fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵ | bobzel | |
| renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation. | |||
| 2020-10-08 | added direct typing of notes into stacking columns in text box sidebar. | bobzel | |
