aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.tsx
AgeCommit message (Collapse)Author
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-08added an optional background grid for collections.bobzel
2020-11-07Made pres. trails *more compatible with dark modeGeireann Lindfield Roberts
* not fully compatible - but much better in the pres. properties
2020-11-06Cleaned up codeGeireann Lindfield Roberts
(1) Updated to use enums for PresEffect (Directions) and PresColor (2) Made update pres selection work with applying to selected items (3) Removed Effects + Movement from when targetDoc === presCollection
2020-11-04reset old widthGeireann Lindfield Roberts
because default width for doc is 400 so max does not work
2020-11-04fixed presCollection not updating correctlyGeireann Lindfield Roberts
2020-11-03remove expand all / minimize allGeireann Lindfield Roberts
slow performance - especially when the outermost collection is pinned multiple times
2020-11-02bug fix - avoiding document viewGeireann Lindfield Roberts
2020-11-01Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-01removed console.log + click to return to slide 1Geireann Lindfield Roberts
2020-11-01Remove any attempt at auto playing audioGeireann Lindfield Roberts
2020-11-01pinWithView works with view pathsGeireann Lindfield Roberts
+ removed Pan options and Scroll options
2020-10-30getting rid of runtime scaling & other warningsbobzel
2020-10-30from lastbobzel
2020-10-30different fix from before?bobzel
2020-10-30fixed crash on pres trails when closing propertiesBoxbobzel
2020-10-28fixed warningsbobzel
2020-10-27removed console.logGeireann Lindfield Roberts
2020-10-27Performance updates for up/down arrowsGeireann Lindfield Roberts
Only calls resetSelection when necessary
2020-10-27PresBox cleanup + trying to find slight delayGeireann Lindfield Roberts
2020-10-25Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-10-25fixed undoing tab namebobzel
2020-10-26Update PresBox.tsxGeireann Lindfield Roberts
2020-10-26Fixed " - Slide" being added over and over when draggingGeireann Lindfield Roberts
2020-10-26minor UI color change + reformattingGeireann Lindfield Roberts
2020-10-26Pres element selection + dragging items directly into presentationGeireann Lindfield Roberts
2020-10-25Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-25Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-25added reaction to switch current presentation when selectedbobzel
2020-10-25Update PresBox.tsxGeireann Lindfield Roberts
2020-10-25fixed updating pres.box instance and selectedArray to trigger mobx updates ↵bobzel
properluy
2020-10-25undo/redo for slider changesGeireann Lindfield Roberts
+ updating options for pan / scroll pinned views
2020-10-25code cleanup and changesGeireann Lindfield Roberts
- fix open in new tab bug changed from replace
2020-10-24add slide title and fix shift-arrow selectionGeireann Lindfield Roberts
2020-10-24Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-24Merge branch 'presentation_v1' of ↵Geireann Lindfield Roberts
https://github.com/browngraphicslab/Dash-Web into presentation_v1
2020-10-24commits for mergeGeireann Lindfield Roberts
- console + presBox + audio
2020-10-23fixed major performance/bug with replaceTab AddDocTab where they weren't in ↵bobzel
an action so lots of extra/wrong work was being done. Now switching slides should work when they open new tabs.
2020-10-23Merge branch 'master' into presentation_v1geireann
2020-10-23fixed presBox to re-use a tab instead of creating one when Open is set.bobzel
2020-10-22fixed presBox errors related to opening context menubobzel
2020-10-22added pinwithView for videosbobzel
2020-10-23multiple trailsGeireann Lindfield Roberts
2020-10-22remove last chagneGeireann Lindfield Roberts
2020-10-22small fix/additionGeireann Lindfield Roberts
2020-10-22Fixed key events not working anymoreGeireann Lindfield Roberts
2020-10-22Merge branch 'presentation_v1' of ↵Geireann Lindfield Roberts
https://github.com/browngraphicslab/Dash-Web into presentation_v1
2020-10-22presBoxGeireann Lindfield Roberts
restoring undoBatch for remove docs
2020-10-22Merge branch 'presentation_v1' of ↵bobzel
https://github.com/browngraphicslab/Dash-Web into presentation_v1
2020-10-22minor code cleanupbobzel