Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-12 | breaking: made trails belong to dashboard instead of userdoc | Jenny Yu | |
2022-08-29 | fixed centering link targets in zoomed images and scrolled docs. stopped ↵ | bobzel | |
highlighting opacity=0 documents | |||
2022-08-22 | added animation of background color, and streamlined/extended a variety of ↵ | bobzel | |
props-related things. | |||
2022-08-09 | fixed presbox pinning from crashing/failing by making it a prefetchproxy. ↵ | bobzel | |
update user cache when switching active page. | |||
2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
2022-07-02 | fixing many eslint errors | bobzel | |
2022-06-28 | cleaned up some more currentUserUtils - fixed some issues with prev/next ↵ | bobzel | |
key frame appearing. | |||
2022-06-27 | fixed initialization issues with creating user documents unnecessarily. ↵ | bobzel | |
fixed updating doc icon templates to apply to documents already created. | |||
2022-06-24 | fixed myImports pane to show imports. fixed saving/loading zip files of a ↵ | bobzel | |
collection. fixed errors related to NumT casting to number | |||
2022-06-20 | fixed contextmenu when hitting enter to not iconify. fixed : menu to add ↵ | bobzel | |
equations properly. | |||
2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
2022-06-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
without rebuilding the DB. | |||
2022-06-17 | updated fontIconBadge to use 'viewed' list to decrement value when items are ↵ | bobzel | |
viewed. cleaned up how sharedDoc is setup in currentUserUtils to allow updates to not require rebuilding DB | |||
2022-06-02 | fixed previously introduced bug where pin doc added pres to first tab ↵ | bobzel | |
collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes. | |||
2022-05-26 | removed setting 'data' field of docking views on aliases. assigned acl's ↵ | bobzel | |
to delegates to match prototype. changed how documents are created to make sure acl's are set first so that, when sharing, remote clients will get the ACLs first and not render documents transiently when they don't have permissions. turned off inheriting ACL's from outer collection | |||
2022-05-13 | removed layerProvider functionality. | bobzel | |
2022-05-13 | fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵ | bobzel | |
infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc. | |||
2022-04-25 | put snapshot dash in novice mode. fixed undo for snapshot/new dashboard. ↵ | bobzel | |
changed titling of snapshots to use {#}. no current UI for cloning dashboards. | |||
2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
2022-04-11 | making layout icons work better. | bobzel | |
2022-04-04 | fixed autolink. fixed the pileup view to animate properly and activate ↵ | bobzel | |
without selection. added a 'dataTransition" prop to DocumentView to allow collections to animate changes in the size of documents. | |||
2022-04-04 | cleaned up warnings. fixed ink to work better with it's label boxes by not ↵ | bobzel | |
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels | |||
2022-03-23 | adjsuted pdfBox and WebBox to resize better without glitches when using the ↵ | bobzel | |
annotation sidebar. changed so that when fitWidth is set anything can be resized vertically - causes artifacts for videoBoxes. | |||
2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel | |
2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
2022-03-02 | upgraded to typescript 4.6.2 | bobzel | |
2022-02-09 | speeding up rendering using bitmaps for webpages and other heavyweight docs. | bobzel | |
2022-01-18 | fixed warnings. display last user to edit db. fixed /activity to show ↵ | bobzel | |
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state. | |||
2021-10-26 | Merge branch 'master' into trails-aubrey | Aubrey Li | |
2021-10-14 | Merge branch 'master' into schema-view-En-Hua | geireann | |
2021-10-07 | Revert "Revert "Merge pull request #34 from brown-dash/linking-anh"" | bobzel | |
This reverts commit 4e6a1d7a37c8c28014a9f7cd0d92f17c8f29454d. | |||
2021-10-04 | fixed how filters work in Schema View. made filtering the default for ↵ | bobzel | |
clicking in title area. | |||
2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
no found | |||
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 | Merge branch 'master' into linking-anh | Geireann Lindfield Roberts | |
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-15 | merge master into trails-aubrey | Aubrey Li | |
2021-09-10 | fixed sidebar annos to filter on metdata as well as hashtags. | bobzel | |
2021-08-30 | Merge branch 'master' into linking-anh | dinhanhtruong | |
2021-08-28 | added variable link weights based on relationship importance | dinhanhtruong | |
Link lines are thicker for links belonging to more important relationships. Thickness varies linearly from 3px to 12px. Removed dashed linked lines. | |||
2021-08-27 | Merge branch 'master' into schema-view-En-Hua | geireann | |
2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
2021-08-25 | cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵ | bobzel | |
to separate transparent from non-transparent docs into layers. | |||
2021-08-24 | fixed undo for dragging docs. made separate layers for transparent and ↵ | bobzel | |
other annotations on pdfs/webs so that transparency will work better. | |||
2021-08-21 | Merge branch 'master' into trails-aubrey | Aubrey-Li | |
2021-08-19 | fixed errors and warnings | bobzel | |
2021-08-10 | fixes for git-like to work with sidebar. added 'lastModified' field for ↵ | bobzel | |
changes to x/y/width/height | |||
2021-08-06 | collabortion fixes: added new acl for allowing people to edit their own text ↵ | bobzel | |
within the same note, fixed playground fields to write to the server without updating other clients. | |||
2021-08-06 | fixed webboxes so that you can link to an annotation and it will restore the ↵ | bobzel | |
url as well. a bunch of warnings cleanup. | |||
2021-08-03 | Merge branch 'master' into trails-aubrey | Aubrey-Li | |