aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinear/CollectionLinearView.tsx
AgeCommit message (Collapse)Author
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 ↵bobzel
@computed functions.
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 ↵geireann
'self' even though it's deprecated.
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵bobzel
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts.
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-11-01fixed so that ink properties can be set before drawing a stroke. fixed ↵bobzel
turning off ink when menu is collapsed. added meta-click to fit all for collections, or zoom in on a document.
2023-09-07truncate 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-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 ↵bobzel
some icons. fixed multiToggle for alignments. added link docs to user cache. fixed background color for tab stack buttons. added a bunch of @computeds to try to help performacne with lots of docs. chnaged text boxes to no expand/contract padding when selected.
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-10fixed collection linear view to an extentGeireann Lindfield Roberts
still errors remaining and work that needs to be done!
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-13fixed 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-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
Long Press).
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-04-27performance tuning for schema views to avoid re-rendering each table cell ↵bobzel
when child docs change.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-05added an arrange feature for freeform collections. added btn width for ↵bobzel
linear buttons.
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ↵bobzel
of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable',
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of ↵bobzel
scrollFocus by adding getView() and fixing focus() and restoreTargetView
2023-03-01cleaned up recentlyPlaying to allow clips to be turned on/off w/o navigating ↵bobzel
to them.
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-12-07fixed presMovement.none so that no pan or zoom takes place. fixed clicking ↵bobzel
on a presitem to stop audio playing other items.
2022-12-01refactored process of following links / jumping to docs and added following ↵bobzel
options for zoomTime, etc instead of setting temporary fields on docs.
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
link. cleanly separate pin layout data vs. content data.
2022-09-26added onClick capability to linearView subMenu buttons so that inkTools ↵bobzel
could turn pen off when opening/closing.
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 ↵bobzel
without rebuilding the DB.
2022-06-10fixed some problems with dragging doc onto empty tab bar. made topBar be ↵bobzel
just one line to save vertical space. added a context menu to Dashboard
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 ↵bobzel
document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events.
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not ↵bobzel
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels
2022-03-24fixed videoBox play issue. cleaned up global referencing a bit.bobzel
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-20Revert "Merge remote-tracking branch 'origin/speedups2' into ↵mehekj
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63.
2022-03-17Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehekmehekj
2022-03-16basic video UI and functionality completemehekj
2022-03-12video ui in progress, basic functions show upmehekj