aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinear
AgeCommit message (Expand)Author
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned t...bobzel
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-05-05got rid of dash _xPadding/_yPadding in favor of just using _xMargin/_yMargin....bobzel
2025-04-22adding drop handling code for scrapbookBoxbobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts by...bobzel
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings most...bobzel
2025-01-01monorepo setupGeireann Lindfield Roberts
2024-08-13fix for linear viewsbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-02lots more dependency cycle unwinding.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-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-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so t...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass 'sel...geireann
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-11-01fixed so that ink properties can be set before drawing a stroke. fixed turnin...bobzel
2023-09-07truncate link descriptions over link lines. Fix schema view issues with mult...bobzel
2023-08-31from last againbobzel
2023-08-31reworked recording workspace UI and switched to recording window, not webcambobzel
2023-08-29cleanupbobzel
2023-08-28Merge branch 'master' into advanced-trails-2-jesusmonoguitari
2023-08-28trying to fix more colorsbobzel
2023-08-23Basic implementation of micahels branching trail on mastermonoguitari
2023-07-31fixed dictation into text boxes to stop when component unmounts. fixed some...bobzel
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-10fixed collection linear view to an extentGeireann Lindfield Roberts
2023-06-28Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for drag/drop...bobzel
2023-06-14Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
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-06-06added rec stuff and begun updating componentsgeireann
2023-05-22merged physics with masterbobzel
2023-05-16cleaned up UndoStack a bit to be available with the undo/redo buttons (using ...bobzel
2023-05-14fixed webpage link following by adding a presData for the current URL to all ...bobzel
2023-04-27performance tuning for schema views to avoid re-rendering each table cell whe...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-04-05added an arrange feature for freeform collections. added btn width for linea...bobzel
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ...bobzel