aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMenu.tsx
AgeCommit message (Collapse)Author
2021-07-30major UI / updates + refactoringgeireann
2021-07-29create mapbox node bugAubrey-Li
2021-04-29fixed up some caption things with carousel and other views. made caption ↵bobzel
fontsizes increase with zoom level.
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-04-15fixed up carousels to work with templated documentsbobzel
2021-04-14fixed image templates to set/use the appropriate nativewidth/height. fixed ↵bobzel
carousel views and style provider to better support properties for components of a document view. fixed menus to show text options when captions and other sub text components are focused.
2021-04-11updated startRect to use mediaState and added pendingRecording as an option.bobzel
2021-04-11some cleanup of demo_changesbobzel
2021-04-08Merge branch 'demo_changes' of https://github.com/browngraphicslab/Dash-Web ↵Geireann
into demo_changes
2021-04-08changesGeireann
2021-04-07can't make two different views of a recording.bobzel
2021-04-07bug fixesGeireann
2021-04-06updatesGeireann
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
2021-03-21restored viewModes to topBarbobzel
2021-03-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵bobzel
'editing' field for key frames to not write to the document.
2021-03-17removed stackedTimeline from view types user can switch tobobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-02-24cleaned up DocumentView's contentView api to be more general. fixed ↵bobzel
screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API.
2021-02-18better version of forward/backward view management in lightBoxview.bobzel
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-05from lastbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-03added linkRelationship to linkEditor. fixed warnings.bobzel
2021-02-03fixed webBox forward/backward and in lightbox.bobzel
2021-01-11generalized spotlight moving to be available by any documentbobzel
2020-12-16moved float() to collectionfreeformdocviewbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14minor cleanupbobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-12fixed resetting bookmark view to not set _currentFrame to 0 unless it ↵bobzel
already had a value.
2020-12-12fixed rtf sidebar to stay visibnle in outline treeview when inking is on. ↵bobzel
changed highlighting based on hover for anitmode buttons to test on msft duo w/ touch.
2020-11-08added an optional background grid for collections.bobzel
2020-11-02fixed display of text controls for nested text boxes like captions.bobzel
2020-11-01Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-01Remove any attempt at auto playing audioGeireann Lindfield Roberts
2020-10-30fixed bookmarked views to not break when there's no current frame. (caused ↵bobzel
the bug with the large bookmark icon after having created and invoked a previous bookmark icon)
2020-10-27Performance updates for up/down arrowsGeireann Lindfield Roberts
Only calls resetSelection when necessary
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-22added more caching for linkManager queries.bobzel
2020-10-22added pinwithView for videosbobzel
2020-10-21not possible to change pres document perspectiveGeireann Lindfield Roberts
+ removing unessecary doc actions + progressivize
2020-10-18resets scrollTop when navigating to a new webpage in WebBox. set url on ↵bobzel
proto's data field when creating a webPage, not delegate.
2020-10-17fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵bobzel
annotations. fixed ink masks. fixed warnings.
2020-10-18Comparison box pin with viewGeireann Lindfield Roberts
2020-10-18Merge branch 'presentation_v1' of ↵Geireann Lindfield Roberts
https://github.com/browngraphicslab/Dash-Web into presentation_v1
2020-10-18test commit of changes that might clash with mergeGeireann Lindfield Roberts
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-15pin with view on scrollable documentsGeireann Lindfield Roberts
and some undo bug fixes
2020-10-10fixed showing ink tools when text is unselected.bobzel