| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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() | |||
| 2024-01-03 | cleaned up screenToLocalTransform in several places by making it additional ↵ | bobzel | |
| methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps.. | |||
| 2024-01-02 | fixing more .props => ._props refernces. | bobzel | |
| 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-12 | fixed props => _props referneces | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-04 | trying to do version updates on all npm packages. | bobzel | |
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
| 2023-12-01 | cleaning up documentview props. got rid of special cases for keyValueBox. ↵ | bobzel | |
| made fitToContents work cleanly for native scaled docs. | |||
| 2023-11-30 | final rootDoc refactoring | bobzel | |
| 2023-11-07 | Changed how selection works to avoid invalidations. Fixed Cast problem with ↵ | bobzel | |
| ProxyFields that caused renameEmbedding to infinite loop.. Changed brushing for the same reason. Cleaned up a few things with filter code. | |||
| 2023-09-14 | turn off link anchor dot display when link arrows are shown | geireann | |
| 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-09-06 | made link sizes a developer feature | bobzel | |
| 2023-08-24 | from last | geireann | |
| 2023-08-22 | Merge branch 'master' into sophie-ai-images | geireann | |
| 2023-08-22 | global showLinkLines toggle | Sophie Zhang | |
| 2023-07-27 | changes | Sophie Zhang | |
| 2023-07-20 | Merge branch 'sophie-report-manager' into sophie-ai-images | Sophie Zhang | |
| 2023-07-10 | filters and better ui | Sophie Zhang | |
| 2023-07-06 | just saving progress | Sophie Zhang | |
| 2023-06-13 | fixed updating cached docs when opening a backlinks collection. added some ↵ | bobzel | |
| FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. | |||
| 2023-06-06 | more Symbol updating. | bobzel | |
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-04-17 | used stats to detect unnecessary server message when changing css style for ↵ | bobzel | |
| text notes | |||
| 2023-02-23 | fixed display of link lines | bobzel | |
| 2023-01-20 | removed tour map from lightbox. added option to create anchors without ↵ | bobzel | |
| adding thm as annotations. made zoom of text an option for pres and links | |||
| 2023-01-17 | fixed linkint to trail to follow trail immediately in lightbox and show ↵ | bobzel | |
| trail ui in minimized mode. fixed overlay of pres box to not disappear when lightbox appears. closing /ending trail hackily restores collecftion to prior pan/zoom. | |||
| 2022-12-18 | improved link line geometry. fixed 2 finger swiping to not change Chrome ↵ | bobzel | |
| tabs. don't display link lines for cropped docs. fixed two finger drag to pan. | |||
| 2022-12-06 | added long press to select documents. fixed/reactivated link size/colors. ↵ | bobzel | |
| fixed stackedTimelineItems so that they don't get pointer events until container content is active. | |||
| 2022-12-05 | cleaning up following links and pres item following so that view transitions ↵ | bobzel | |
| don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel. | |||
| 2022-11-29 | fixed docDecoration appearance after following link and clicking before ↵ | bobzel | |
| highlight times out. fixed selection of links to allow setting background color of link line and link text box. added background for link description text and highlighting of link when clicked/selected. | |||
| 2022-11-21 | working cleaned up version of link editor properties in propertiesView | bobzel | |
| 2022-11-18 | migration of link properties to propertiesView | bobzel | |
| 2022-08-08 | cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵ | bobzel | |
| link lines work when in lightboxview. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-06-05 | fixed up drawing link lines to be less jittery and smoother looking. ↵ | bobzel | |
| changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top. | |||
| 2022-06-04 | fixed searching to highlight in text notes and to unhighlight when search ↵ | bobzel | |
| string changes. fixed links to update when text boxes scroll (hackily) | |||
| 2022-01-18 | fixed warnings. display last user to edit db. fixed /activity to show ↵ | bobzel | |
| only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state. | |||
| 2021-12-02 | Merge pull request #49 from brown-dash/lauren-linking | Geireann Lindfield Roberts | |
| Directed selectable links with editing ability in properties panel | |||
| 2021-11-18 | change arrow color | Lauren Choi | |
| 2021-11-18 | remove console.log statement | Lauren Choi | |
| 2021-11-18 | added arrow toggling functionality | Lauren Choi | |
| 2021-11-17 | changed link line curves a bit. fixed formatted text box not to center text ↵ | bobzel | |
| for typed notes. | |||
| 2021-11-11 | color arrow head | Lauren Choi | |
| 2021-11-09 | added arrowhead | Lauren Choi | |
| 2021-11-04 | change color of line, remove input | Lauren Choi | |
