aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2021-11-17changed link line curves a bit. fixed formatted text box not to center text ↵bobzel
for typed notes.
2021-11-16added textboxes inside closed ink strokesbobzel
2021-11-15fixed initial fontsize for treeView slides. made fontsize use ↵bobzel
styleprovider. fixed caption width to cover the whole document by fixing overflow-y setting
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-11-11prevent clips from becoming infinitely smallmehekj
2021-11-11collapses audio controls when node is resized, preliminary setup for ↵mehekj
currently playing audio "mini player"
2021-11-09fixed clearTimeout defaults and label marker playbackmehekj
2021-11-09fixed playback bug and durationmehekj
2021-11-08fixed dragging snap lines to get recomputed properly (sometimes they didn't ↵bobzel
activate before) and fixed snapping to not be off by 1 screen space pixel
2021-11-08fixed vertical height of timeline for video. fixed initial display of ↵bobzel
timeline by not assigning clipEnd in DidMount
2021-11-04smooth scroll in timeline while playing audiomehekj
2021-11-02fixed display of documents anchored on a map marker. fixed adding documents ↵bobzel
with same geolcoation to end up on the same marker.
2021-11-02mapbox render infowindowAubrey Li
2021-10-28adding eraser tool to menuLauren
2021-10-28fixed marker drag and drop in scrolled zoomed timelinemehekj
2021-10-28fixed input slidersmehekj
2021-10-28Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-28fixed marker document decorations on scroll in zoomed timelinemehekj
2021-10-28Merge branch 'master' into trails-aubreyAubrey Li
2021-10-26simplified snappingbobzel
2021-10-26adding snapping code between ink strokes. added some componentView API ↵bobzel
functions to convert local (eg ink) points to/from screen space and for snapping
2021-10-26 fix to ink rotation to preserve rotation center between rotations.bobzel
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-26update Mapbox image renderingAubrey Li
2021-10-26Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-26when document is in lightbox view and a link is followed to its sidebar, we ↵bobzel
no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home
2021-10-23implemented basic audio timeline zoom with scrollmehekj
2021-10-23audiobox UI updatemehekj
2021-10-16fixed warnings/errors & redirection to /homebobzel
2021-10-14pre-redesign changes (zoom but no scroll)mehekj
2021-10-14fixed comparison box error.bobzel
2021-10-08fixed dragging markers on video timelines. fixed moving timeline clips to ↵bobzel
write show/hide by default to the layout document but otherwise in place
2021-10-07merge conflict fixesmehekj
2021-10-07Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-07minor bug fixes and added escape key to abort trimmehekj
2021-10-07fix presentation play bounds to fit trim boundsmehekj
2021-10-07addMarker workingAubrey Li
2021-10-07fixed clicking the contextmenu button on timeline entries. set fitWidth for ↵bobzel
timeline documents since they sometimesm couldn't be clicked (eg an Image would not necesarily fit the span in the timeline without fitWidth). fixed error on comparison box. fixed having lock show up for annotation documents..
2021-10-06Merge branch 'master' of https://github.com/brown-dash/Dash-Webgeireann
2021-10-06added zoomgeireann
2021-10-06Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-10-06fixed lightbox view to shrinkwrap collections when opened, but not force fit ↵bobzel
contents to allow users to navigate. fixed comparison box to show context of maker'/annotation documents. fixed ink pointer events to honor pointerEvents prop (eg when embedded in a comparisonBox that turns them off).
2021-10-06presBox type fixgeireann
2021-10-04fixed dropping onto comparison box. added caption of link description to ↵bobzel
link comparison view. added promise wait for protos of link anchors to avoid potential crash. made dragging a link off of a linkmenuitem to create an alias with the hidden flag removed.
2021-10-01fixed crash / errors with comparison boxbobzel
2021-09-30Merge branch 'temporalmedia-mehek' of https://github.com/brown-dash/Dash-Web ↵bobzel
into temporalmedia-mehek
2021-09-30added back correct labeling of trimmed titles in audioboxbobzel
2021-09-30fixed video trim button iconmehekj
2021-09-30added trim button to videomehekj
2021-09-29made IsClosed a static function. fixed warnings and errors.bobzel