aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-23improved selection/play/context menu behavior of youtube videos. fixed ↵bobzel
youtube videos to pinwithview better by capturing timecode after a seek drag event so that you can pin with view.
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 more caching for linkManager queries.bobzel
2020-10-22aadded some caching to tabView propertiesbobzel
2020-10-22added pinwithView for videosbobzel
2020-10-22Single line renameSam Wilkins
2020-10-22added server commentbobzel
2020-10-23Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-23multiple trailsGeireann Lindfield Roberts
2020-10-22added alert for uknown filetype uploadsbobzel
2020-10-22fixed multi-drag of preselements.bobzel
2020-10-22set a min width for editable views so they can be clicked on when they have ↵bobzel
no content.
2020-10-22Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-22Merge pull request #900 from browngraphicslab/presentation_v1bobzel
Presentation v1
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 pull request #899 from browngraphicslab/restored_server_monitorbobzel
Restored server monitor
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-22fixed undobobzel
2020-10-22Merge branch 'presentation_v1' of ↵bobzel
https://github.com/browngraphicslab/Dash-Web into presentation_v1
2020-10-22minor code cleanupbobzel
2020-10-22Update PresBox.tsxGeireann Lindfield Roberts
2020-10-22fixed warningsbobzel
2020-10-22restored undo for minimize/sidebar view of pres boxbobzel
2020-10-22Update PresBox.tsxGeireann Lindfield Roberts
2020-10-22Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-22Update PresBox.tsxGeireann Lindfield Roberts
presBox mini pres outline when keys active
2020-10-22PresBox bug fixes and updatesGeireann Lindfield Roberts
- Removed unessecary undoBatch - e.keyCode removed in favour of e.key - Added keys active button
2020-10-22fixed pinning multiple documents to work and be undoable.bobzel
2020-10-22fixed list undo/redo to work with non-doc items.bobzel
2020-10-22fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵bobzel
cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow
2020-10-22fixed problem when dragging preselements when sometimes the whole screen ↵bobzel
turns gray because the dragged item has no width/height
2020-10-21fixed dragging documents to bottom of presentation list. fixed adding to ↵bobzel
preentation list without creatinga a duplicate.
2020-10-21fixed warnings. fixed pinning of multiple documents at the same time to ↵bobzel
bring up the presentation view just once.
2020-10-22Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-22minor undoBatch changesGeireann Lindfield Roberts