aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresBox.tsx
AgeCommit message (Collapse)Author
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-09fixed setting view specs of documents after navigating from headerBar slidesbobzel
2022-06-09fixes to navigating to slide document targets in header barbobzel
2022-06-09fixed pin doc navigation when not in presBox (eg. headerBar)bobzel
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-09fixed issues with pinWithView so that thumnails show the pinned area and ↵bobzel
navigating to the view shows the entire pinned area regardless of panel size.
2022-06-08fixed bug with adding to pres when in miniview mode.bobzel
2022-06-07fixed bugs just introduced for presbox - numbering, minibox selection.bobzel
2022-06-07simplified interaction between PresElementBox and PresBox for sharing ↵bobzel
presBox data. fixed problem with miniView getting the wrong slide count.
2022-06-06Merge remote-tracking branch 'origin/pinWithView-refactor'bobzel
2022-06-06fixed dragging pres elements when presbox is not selected to not display ↵bobzel
drag element covering entire screen.
2022-06-06fixed slide #'ing for TreeView presentationsbobzel
2022-06-06fixes for audio box pin with view.bobzel
2022-06-05fixed presentations to allow pinning a clip of audio. fixed TabDocViews to ↵bobzel
be added properly to DocumentManager. fixed presentations to allow groupWithUp to work in tree/stacking view modes. f
2022-06-05some changes to prevent presBox from iconifying when typing enter for pres ↵bobzel
item preropty values. also fix so that pinwithView for video stores the start and end time of the video.
2022-06-05updates and attempts at debugginggeireann
2022-06-05updated and refactored pinWithViewgeireann
Changed MarqueeView pinWithView so that it just calls TabDocView.PinDoc
2022-06-04restored lightbox option for pres elements.bobzel
2022-06-04fixed mini pres to work on startup when last mode was tree by not clearing ↵bobzel
out linearized documents.
2022-06-04fixed mini-pres view css, fixed interaction with mini-pres by fixing ↵bobzel
overlayView panelWidth/height, fixed tabMap to get updated properly to allow CloseSplit to work, etc.
2022-06-03fixed opening closed tabs from Files sidebar to re-use best Alias before ↵bobzel
making a new alias.
2022-06-03fixed presentation as list index displaybobzel
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-06-02fixed previously introduced bug where pin doc added pres to first tab ↵bobzel
collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes.
2022-06-02fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵bobzel
blocking bulleting. moved presEffects to slide.
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-05-03implement child slide sortingAubrey-Li
2022-05-02PresBox indexing reworkAubrey-Li
2022-04-26Merge branch master into presentation_upgradeAubrey-Li
2022-04-23more fixes for treeView to support hierarchical presentations.bobzel
2022-04-22changes to allow PresBox to render using a Tree viewbobzel
2022-04-14Merge remote-tracking branch 'origin/presentation_group_test' into ↵Aubrey Li
presentation_upgrade
2022-04-14presesntation groupsgeireann
2022-04-05merge masterAubrey Li
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-17left key make slide & hover infoAubrey Li
2022-03-17Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehekmehekj
2022-03-17Merge remote-tracking branch 'origin/speedups2' into presentation_upgradeAubrey Li
2022-03-15marquee create slideAubrey Li
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
2022-03-03edit: lightbox opens tab in the same stackAubrey Li
2022-02-03Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-07Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-07fix presentation play bounds to fit trim boundsmehekj