| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-06 | fixed 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-04 | fixed how filters work in Schema View. made filtering the default for ↵ | bobzel | |
| clicking in title area. | |||
| 2021-09-27 | made 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-25 | fix for some youtube urls that didn't upload. | bobzel | |
| 2021-09-25 | added a hacky fix to what seems to be a Chrome bug when auto expanding the ↵ | bobzel | |
| left flyout panel | |||
| 2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
| no found | |||
| 2021-09-23 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | geireann | |
| 2021-09-23 | Revert "Merge pull request #34 from brown-dash/linking-anh" | geireann | |
| This reverts commit 70d80e30de9963c353636d9780ffb83f3285aac7, reversing changes made to d5f9533d153e11e24d2ab7c03b4561170f0768fe. | |||
| 2021-09-23 | fixed one crash when color string has capital letters. | bobzel | |
| 2021-09-23 | Merge branch 'master' into linking-anh | Geireann Lindfield Roberts | |
| 2021-09-23 | small schema UI tweak | Geireann | |
| 2021-09-22 | fixed default color of link lines in dark mode. | bobzel | |
| 2021-09-22 | fixed runtime bug inside toggleBold(). removed print statements. | bobzel | |
| 2021-09-21 | fixed up some darkScheme css, enabled comic mode for developers, enabled ↵ | bobzel | |
| opening up fields on dashboards in myDocuments | |||
| 2021-09-20 | replaced convert to ink in marquee menu with create Group | bobzel | |
| 2021-09-17 | fixed making link to selected region in video | bobzel | |
| 2021-09-17 | fixed warnings | bobzel | |
| 2021-09-17 | added '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-17 | close 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-16 | added search() component method. changed search menu to call search on ↵ | bobzel | |
| documents that match search string. added seach bar for web pages. | |||
| 2021-09-15 | better fix for last that reduces recomputation. | bobzel | |
| 2021-09-15 | avoid runtime error in compute group bounds on startup when docs are still ↵ | bobzel | |
| promises. | |||
| 2021-09-15 | fixed infinite loop in grid space selection that conflated with setting ↵ | bobzel | |
| group bounds automatically when rendered | |||
| 2021-09-15 | fixed bug from last | bobzel | |
| 2021-09-15 | cleaned up recomputing group bounds to use a reaction | bobzel | |
| 2021-09-15 | fixed documentdecoration resizers. fixed grouping and added button to ↵ | bobzel | |
| switch between freeform / group | |||
| 2021-09-15 | fixed dragging document in filesystem to not create duplicates in some cases | bobzel | |
| 2021-09-14 | fixed treeviews so that in filesys mode you can't indent a document into ↵ | bobzel | |
| anything other than a folder. | |||
| 2021-09-14 | added a deleteFolder option for empty folders in the filesystem | bobzel | |
| 2021-09-14 | fixed create new folder in file system | bobzel | |
| 2021-09-14 | refactored a bunch of names in MainView. Fixed scrolling in left menu ↵ | bobzel | |
| flyout treeview panels. | |||
| 2021-09-14 | fixed height of maincontent. fixed warnings. | bobzel | |
| 2021-09-14 | merged with master | bobzel | |
| 2021-09-13 | added drop code for dropping onto an audio stackedTimeline | bobzel | |
| 2021-09-13 | fixed errors and warnings. | bobzel | |
| 2021-09-13 | Merge pull request #39 from brown-dash/menu_updates_geireann | Geireann Lindfield Roberts | |
| Menu updates geireann | |||
| 2021-09-13 | auto-select regions on audio timelines after they are created. | bobzel | |
| 2021-09-12 | Merge branch 'master' into menu_updates_geireann | Geireann Lindfield Roberts | |
| 2021-09-12 | Merge branch 'menu_updates_geireann' of ↵ | geireann | |
| https://github.com/brown-dash/Dash-Web into menu_updates_geireann | |||
| 2021-09-12 | updates | geireann | |
| 2021-09-10 | made web page menu UI functional. made ink show up in minmimap. | bobzel | |
| 2021-09-09 | added SelectionManager.Docs() to avoid having to dereference props to get at ↵ | bobzel | |
| the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF. | |||
| 2021-09-09 | fixed infinite loop for context menus when right-clicking on them. | bobzel | |
| 2021-09-08 | added showTitle prop to allow sidebarAnnos to have a custom title | bobzel | |
| 2021-09-05 | changed direcotry from CollectionLinearView to collectionLinear | bobzel | |
| 2021-09-05 | prevent linear menu from displaying a context menu | bobzel | |
| 2021-09-03 | fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵ | bobzel | |
| multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans | |||
| 2021-09-03 | fixed drawing of link lines - doesn't generate duplicates, and works with ↵ | bobzel | |
| text regions, scroll locations, and document anchors. | |||
| 2021-09-02 | Placing collection menu in Lightbox (commented out) and others | geireann | |
| - Set toggle properties off - added link that goes directly to the dash documentation | |||
| 2021-09-02 | Many updates | geireann | |
| - Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent | |||
