aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/DashDocView.tsx
AgeCommit message (Expand)Author
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all lockin...bobzel
2024-01-22cleaned up viewPath methods and LightboxView's containment apibobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-05fixed up text inlining to fix autoheight, to show cursor better, and to highl...bobzel
2024-01-05fixed embedded text views in textboxesbobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass 'sel...geireann
2023-11-14fixed pointer events with nested views in texst boxes. fixedbobzel
2023-09-19fixed tree view hierarchy opening iconsbobzel
2023-09-19made goldenlayout tabs/buttons follow color scheme + added hover highlights. ...bobzel
2023-06-13fixed updating cached docs when opening a backlinks collection. added some F...bobzel
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-08more fixes for tags - removed #<tag> fields. just use 'tags' now.bobzel
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile view...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to simp...bobzel
2023-03-20fixed copying of docs with template layout docs. fixed clone to search throu...bobzel
2023-02-14fixed pinning regions on pdf/web pages to allow proper pres following. added...bobzel
2022-11-10made alternate image use a field data-useAlt. added alt images to preselemen...bobzel
2022-11-01fixes for goldenlayout to initialize more cleanly. updated all old ReactDOM....bobzel
2022-10-13some basic error checking. avoid querying background for non-toggle buttonsbobzel
2022-07-29fixed autoHeight for texdtviews embedded in text views. fixed doc decoratio...bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-02fixing many eslint errorsbobzel
2022-05-13removed layerProvider functionality.bobzel
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled open...bobzel
2021-09-16made embedded dash docs in RTF resize when changed -- but they lose focusbobzel
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ...bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get document...bobzel
2021-03-10finally completed the process of moving DashDocView into a React compoment in...bobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2020-12-14minor cleanupbobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as D...bobzel
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a Conten...bobzel
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having StyleP...bobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres Effects...bobzel
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note side...bobzel