aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2021-09-24removed marker vertical offsetmehekj
2021-09-24Merge branch 'master' into temporalmedia-mehekbobzel
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings ↵bobzel
no found
2021-09-24added doubleclick on clip button to switch to editing entire timeline vs. ↵bobzel
single click to edit just the clip. fixed some audio timeline bugs with printing out current time and time span when trimming. cleaned up audioWaveform bucket fields.
2021-09-23added code for editing the original waveform, not a clip when trimming is ↵bobzel
activated.
2021-09-23cleanupbobzel
2021-09-23renamed props for stackedTimelinebobzel
2021-09-23fixed trimming already trimmed clips.bobzel
2021-09-23Merge branch 'master' of https://github.com/brown-dash/Dash-Webgeireann
2021-09-23Revert "Merge pull request #34 from brown-dash/linking-anh"geireann
This reverts commit 70d80e30de9963c353636d9780ffb83f3285aac7, reversing changes made to d5f9533d153e11e24d2ab7c03b4561170f0768fe.
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-23Merge branch 'master' into linking-anhGeireann Lindfield Roberts
2021-09-23small schema UI tweakGeireann
2021-09-23a bunch of fixes to audio timelines to support undoing clips, simplifying ↵bobzel
audioWaveform and having it recompute when a clip is made.
2021-09-22Merge branch 'master' into temporalmedia-mehekbobzel
2021-09-22fixed dragging anchor on audio timeline to position correctly. fixed being ↵bobzel
able to drop anywhere on audio box. fixed undoing drag anchor and drag handles of audio anchors.
2021-09-22fixed default color of link lines in dark mode.bobzel
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-20Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-20partially added dragging timeline markersmehekj
2021-09-20replaced convert to ink in marquee menu with create Groupbobzel
2021-09-17fixed making link to selected region in videobobzel
2021-09-17fixed warningsbobzel
2021-09-17added 'unset' docFilters. changed link doc views to use comparison box with ↵bobzel
title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView
2021-09-17close context menu when starting a right-click drag on a webbox. .fixed ↵bobzel
dismissing marquee menu from outer view when clicking on nested webbox. AltKey drags marquee, not CtrlKey.
2021-09-16added search() component method. changed search menu to call search on ↵bobzel
documents that match search string. added seach bar for web pages.
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-15better fix for last that reduces recomputation.bobzel
2021-09-15avoid runtime error in compute group bounds on startup when docs are still ↵bobzel
promises.
2021-09-15fixed infinite loop in grid space selection that conflated with setting ↵bobzel
group bounds automatically when rendered
2021-09-15fixed bug from lastbobzel
2021-09-15cleaned up recomputing group bounds to use a reactionbobzel
2021-09-15fixed documentdecoration resizers. fixed grouping and added button to ↵bobzel
switch between freeform / group
2021-09-15fixed dragging document in filesystem to not create duplicates in some casesbobzel
2021-09-14fixed treeviews so that in filesys mode you can't indent a document into ↵bobzel
anything other than a folder.
2021-09-14added a deleteFolder option for empty folders in the filesystembobzel
2021-09-14fixed create new folder in file systembobzel
2021-09-14refactored a bunch of names in MainView. Fixed scrolling in left menu ↵bobzel
flyout treeview panels.
2021-09-14fixed height of maincontent. fixed warnings.bobzel
2021-09-14merged with masterbobzel
2021-09-13Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-13added drop code for dropping onto an audio stackedTimelinebobzel
2021-09-13Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-13fixed errors and warnings.bobzel
2021-09-13Merge pull request #39 from brown-dash/menu_updates_geireannGeireann Lindfield Roberts
Menu updates geireann
2021-09-13auto-select regions on audio timelines after they are created.bobzel
2021-09-12Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-12Merge branch 'master' into menu_updates_geireannGeireann Lindfield Roberts
2021-09-12Merge branch 'menu_updates_geireann' of ↵geireann
https://github.com/brown-dash/Dash-Web into menu_updates_geireann