aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinear/CollectionLinearView.tsx
AgeCommit message (Expand)Author
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-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-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-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-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
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
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of scr...bobzel
2023-03-01cleaned up recentlyPlaying to allow clips to be turned on/off w/o navigating ...bobzel
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to star...bobzel
2022-12-07fixed presMovement.none so that no pan or zoom takes place. fixed clicking o...bobzel
2022-12-01refactored process of following links / jumping to docs and added following o...bobzel
2022-10-31cleaned up collection linear view a bit.bobzel
2022-09-29a bunch of changes to trails: link to trail to initiate trail when following ...bobzel
2022-09-26added onClick capability to linearView subMenu buttons so that inkTools could...bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made wit...bobzel
2022-06-10fixed some problems with dragging doc onto empty tab bar. made topBar be jus...bobzel
2022-05-20some cleanup of currentUserUtils. css fixes for fonticon boxes with labelsbobzel
2022-05-13removed layerProvider functionality.bobzel
2022-05-06changed following links to open up icons all the way down to the target docum...bobzel
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not l...bobzel
2022-03-24fixed videoBox play issue. cleaned up global referencing a bit.bobzel