aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.tsx
AgeCommit message (Collapse)Author
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-08cleaned up presEffects a bit so that they're part of PresBoxbobzel
2020-12-02loader progress bar (superficial)geireann
- temp media changes
2020-12-01small changes to temp audio stopping (not final)geireann
2020-12-01temp media stop on change slidegeireann
2020-12-01UI mini changesgeireann
2020-11-30fixes and minor changes to temporal media settings in pres. trailsgeireann
2020-11-30Audio updatesgeireann
2020-11-29pres trails temporal media and fixing group with upgeireann
2020-11-29temporal media updates for pres. trailsgeireann
2020-11-29group with up functionalitygeireann
2020-11-28pres trail colors + group with upgeireann
2020-11-28audio in pres updates + pre-loadergeireann
2020-11-25Merge branch 'master' into presentation_v1geireann
2020-11-25loadergeireann
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