aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2021-11-18added arrow toggling functionalityLauren Choi
2021-11-11color arrow headLauren Choi
2021-11-09added arrowheadLauren Choi
2021-11-04change color of line, remove inputLauren Choi
2021-10-29style properties panelLauren Choi
2021-10-29toggle properties on selectionLauren Choi
2021-10-28selection of link lines deselects everything else first.bobzel
2021-10-28from lastbobzel
2021-10-28added rudimentary ability to select link linesbobzel
2021-10-27fixed resizing window in lightbox view without messing up the docking viewbobzel
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-16fixed warnings/errors & redirection to /homebobzel
2021-10-14Merge branch 'master' into schema-view-En-Huageireann
2021-10-14Merge branch 'master' into schema-view-En-Huageireann
2021-10-14Merge branch 'master' into splash-screen-3-Anh-En-Huageireann
2021-10-07link menu ui tweaking. edge case checks for linkrelationship stuff. ↵bobzel
default links to have linkAutoMove
2021-10-07Revert "Revert "Merge pull request #34 from brown-dash/linking-anh""bobzel
This reverts commit 4e6a1d7a37c8c28014a9f7cd0d92f17c8f29454d.
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-04fixed how filters work in Schema View. made filtering the default for ↵bobzel
clicking in title area.
2021-09-27made docs with no author Admin for everyone. fixed run-time warnings: not ↵bobzel
memoized accesses when panning, NaNs drawing some labelBoxes, filter box filter boolean options,
2021-09-25fix for some youtube urls that didn't upload.bobzel
2021-09-25added a hacky fix to what seems to be a Chrome bug when auto expanding the ↵bobzel
left flyout panel
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings ↵bobzel
no found
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-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-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-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