aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails
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-10fixed some errorsbobzel
2022-06-09Merge branch 'master' into mainview-jennybobzel
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-09pinned docs now have click func to navigate to target. restored embedded ↵bobzel
views within presBox
2022-06-09Merge branch 'master' into master-cleanupbobzel
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-08fix: remove recording from overlay when deleting slideJenny Yu
2022-06-08fix: merge conflictsJenny Yu
2022-06-08fixes from mergebobzel
2022-06-08merge with masterbobzel
2022-06-08fixed bug with adding to pres when in miniview mode.bobzel
2022-06-08fix: hide recording by stopping propagationJenny Yu
2022-06-08styling: pres element boxJenny Yu
2022-06-07fix: recording box appear on bottom right corner, removed document decorationsJenny Yu
2022-06-07fixed bugs just introduced for presbox - numbering, minibox selection.bobzel
2022-06-07removing decorations on recording boxJenny Yu
2022-06-07simplified interaction between PresElementBox and PresBox for sharing ↵bobzel
presBox data. fixed problem with miniView getting the wrong slide count.
2022-06-06fixed updateView for audio/video presbox elements.bobzel
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-02merge with presentmodeMichael Foiani
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-04fix: show the corresponding video when clicking on slidesJenny Yu
2022-05-04fixes to make recordingBox appear on slides after reopening.bobzel
2022-05-04fix: removed clear previous buttonJenny Yu
2022-05-03implement child slide sortingAubrey-Li
2022-05-03feat: close recording when deleting slidesJenny Yu
2022-05-02PresBox indexing reworkAubrey-Li
2022-04-28feat: hiding recordingJenny Yu