aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/TemplateMenu.tsx
AgeCommit message (Expand)Author
2024-03-27changed dashFieldViews to support Tab'ing between other dashFieldviews, chang...bobzel
2024-03-19cleaned up user templates to not get changed on reload. made setting a templ...bobzel
2024-03-09added a template button to top bar to set default layout. fixed show title w...bobzel
2024-03-06cleaned up some dropActionType strings. fixed stackingview scrolling when al...bobzel
2024-03-06enabled copy and paste to work with template docs (and not copy template). F...bobzel
2024-03-04changes to restore template menu and fix freeform templates to always show co...bobzel
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-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.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-08-17fixed brushing of pinned viewports for chrome to not flash. converted pres<Pr...bobzel
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for drag/drop...bobzel
2023-06-13fixed updating cached docs when opening a backlinks collection. added some F...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and z...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging items...bobzel
2023-03-17fixed scriptingbox to remove script if text is empty. fixed scripting with c...bobzel
2022-08-02Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to creat...bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by goi...bobzel
2022-05-13removed layerProvider functionality.bobzel
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-08-26fixed warnings/errorsbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed co...bobzel
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2021-03-16more chromeStatus cleanup. Big stripdown of propertiesButtons.bobzel
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed chr...bobzel
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for pd...bobzel
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as D...bobzel
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages to...bobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres Effects...bobzel
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ou...bobzel
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like docFilte...bobzel
2020-09-17restored template button option for customizing layout but added a Full Toolb...bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they o...bobzel
2020-08-23added settings for default text titles. fixed image audio annotatoins. fixed...bobzel
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ...bobzel
2020-07-30from lastBob Zeleznik