aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-03-02Image uploads use local path rather than web urlgeireann
2023-03-01feat: simple typing animationSophie Zhang
2023-03-01Added text completionSophie Zhang
2023-03-01cells editablemehekj
2023-03-01drag and drop workingmehekj
2023-03-01fixes for animation effect time setting when following links. fixes for ↵bobzel
starting animation effect right away, not waiting for focus to complete.
2023-03-01cleaned up recentlyPlaying to allow clips to be turned on/off w/o navigating ↵bobzel
to them.
2023-03-01override onclick scriptmehekj
2023-03-01fix to notetakingiview resizing when deleting a column to force an unset columnbobzel
2023-03-01fixed notetakingview - docs fitting in columns, resizing columnsbobzel
2023-03-01changed inPlace link following to be lightbox. allowed collections to be ↵bobzel
labeled as lightboxes. lightbox collections display link targets in an overlay that hides the rest of their content
2023-02-28preserve sort when adding docs, break sort when rearrangingmehekj
2023-02-28cleaning up of following inPlace links to overlay current inplaceContainer ↵bobzel
contents instead of deleting them.
2023-02-28arrow key movementmehekj
2023-02-28added dragging codemehekj
2023-02-28selection working (except ctrl+click)mehekj
2023-02-28rows are documentviews (again)mehekj
2023-02-28added view spec capture options to complete linkbobzel
2023-02-27fixed positioning of rotated ink mask strokesbobzel
2023-02-27feat: deleted unnecessary props from MarqueeAnnotatorSophie Zhang
2023-02-27removed errormehekj
2023-02-27rows are documentviews but clippedmehekj
2023-02-27feat: added summarization functionality to WebBox and cleaned up codeSophie Zhang
2023-02-27Merge branch 'master' into james-text-iconsjameshu111
2023-02-27fixed ink anchor restoration by saving width/height with dataviewbobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added ↵bobzel
setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for
2023-02-23Merge branch 'pres-trail-sophie' of https://github.com/brown-dash/Dash-Web ↵Sophie Zhang
into pres-trail-sophie
2023-02-23textSophie Zhang
2023-02-23fix hover text on link button to not block link menubobzel
2023-02-23fixed display of link linesbobzel
2023-02-23fix so that link menu will populate correctly in properties view.bobzel
2023-02-22fixed highlighting images with links.bobzel
2023-02-22fixing highlighting presbox navigations. image anchor are now always added ↵bobzel
as annotations.
2023-02-22improvementsbrynnchernosky
2023-02-22fixed pin content to save collections contentbobzel
2023-02-22fixed hiding doc decorations when clicking on a nested doc. finished ↵bobzel
removing old view spec code in favor of saving and restoring anchor data.
2023-02-22Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2023-02-22capture viewType as part of pinning a document/making an anchor to simplify ↵bobzel
VIewSpec restoration
2023-02-22fixesgeireann
2023-02-22added simple AI image generation proof of conceptgeireann
2023-02-22Merge branch 'master' into menushortcuts-jesusmonoguitari
2023-02-22Merge branch 'master' into menushortcuts-jesusmonoguitari
2023-02-22added shortcut for write toolmonoguitari
2023-02-22added GPT summarization functionalitySophie Zhang
2023-02-22Merge branch 'master' into UI_Update_Eric_MaEric
2023-02-22Merge branch 'master' into UI_Update_Eric_MaEric
2023-02-22Icons for image context menuEric
2023-02-22Merge pull request #158 from brown-dash/uiupdate-sarahMehek Jethani
Uiupdate sarah
2023-02-22fixes for restoring layouts in presentations and link following.bobzel
2023-02-22fixed pres hide before/after, select w/o nav, and updating contents.. made ↵bobzel
collections fitWidth by default so that they resize like a normal window. Made freeform pan/zoom animate when changing keyframes. allow nesting of keyframe collections.. made presEffects work even if there's no transition movement. made nested collection timelines follow parent by default, but with ability to change ordering. fixed treeView incremental render. treat doc anchors are preselements instead of delegating. don't highlight ink when dragging ctrl pts.