| Age | Commit message (Expand) | Author |
| 2023-04-13 | added text edits | Sophie Zhang |
| 2023-03-06 | deleted unnecessary functions | Sophie Zhang |
| 2023-03-01 | Added text completion | Sophie Zhang |
| 2023-02-27 | feat: deleted unnecessary props from MarqueeAnnotator | Sophie Zhang |
| 2023-02-27 | feat: added summarization functionality to WebBox and cleaned up code | Sophie Zhang |
| 2023-02-23 | text | Sophie Zhang |
| 2023-02-22 | added GPT summarization functionality | Sophie Zhang |
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by goi... | bobzel |
| 2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel |
| 2021-08-01 | made url server references relative. | bobzel |
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get document... | bobzel |
| 2020-08-24 | cleaned up all library() calls to add icons. fixed import styles. fixed key... | bobzel |
| 2020-08-08 | move HypothesisUtils.ts to Utils folder | Melissa Zhang |
| 2020-08-08 | clean up code, fix delete link bugs | Melissa Zhang |
| 2020-08-06 | add compatibility for start/complete link buttons in the client | Melissa Zhang |
| 2020-08-04 | prioritize results that are on screen when searching for annotations' souce w... | Melissa Zhang |
| 2020-08-04 | display 'link created' box in the upper left corner when link to annotation i... | Melissa Zhang |
| 2020-08-04 | stop clicking on invisible WebDoc in MainView.tsx after editSuccess | Melissa Zhang |
| 2020-08-04 | clean hypothes.is urls, change web doc default to non-annotation mode | Melissa Zhang |
| 2020-08-04 | "added invisibleDoc and simulated clicks to load annotations" | Melissa Zhang |
| 2020-08-03 | linking bug fixes, WebDocument size fixes | Melissa Zhang |
| 2020-07-30 | change DocumentLinksButton.StartLink to use Doc instead of DocumentView | Melissa Zhang |
| 2020-07-30 | remove unnecessary authentication/database stuff | Melissa Zhang |
| 2020-07-30 | added option to follow link to external page | Melissa Zhang |
| 2020-07-29 | keep trying to scroll until annotations have loaded & scrolling is successful | Melissa Zhang |
| 2020-07-28 | "handle editing annotations in client, bypass authorization issues" | Melissa Zhang |
| 2020-07-28 | scroll to annotations within dash, handle annotation editing in client | Melissa Zhang |
| 2020-07-25 | fix link deletion | Melissa Zhang |
| 2020-07-25 | search for source web doc when linkToDash is called | Melissa Zhang |
| 2020-07-23 | merge with master | Melissa Zhang |
| 2020-07-23 | adjustments to link following/editing behavior | Melissa Zhang |
| 2020-07-23 | got rid of lots of console.logs(). fixed fonticon box to show a 'label' if d... | Bob Zeleznik |
| 2020-07-20 | fixed some addonly stuff + added annotations to playground fields + recursive... | usodhi |
| 2020-07-15 | fixed merge conflicts | usodhi |
| 2020-07-14 | deleting a link in a document removes its corresponding hyperlink in annotati... | Melissa Zhang |
| 2020-07-13 | fixed authentication UI | Melissa Zhang |
| 2020-07-11 | merged with master & cleaned up formatShapePane | Bob Zeleznik |
| 2020-07-10 | hypothes.is authentication is fully functional, no longer need to manually in... | Melissa Zhang |
| 2020-07-10 | automatically starts link when an annotation is created | Melissa Zhang |
| 2020-07-10 | not sure if these changes are needed, but I had to add them to get Hypothesis... | Bob Zeleznik |
| 2020-07-09 | check for valid API key, then display extracted hypothes.is username | Melissa Zhang |
| 2020-07-08 | added multiple links capability, linking bug fixes | Melissa Zhang |
| 2020-07-08 | implemented much more link functionality, redirects to annotation URL when li... | Melissa Zhang |
| 2020-07-08 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ac... | usodhi |
| 2020-07-06 | merge with master | Melissa Zhang |
| 2020-07-07 | made docFilters apply to links. added hypothesis api token input | Bob Zeleznik |
| 2020-07-06 | set up linking from Dash documents to annotation | Melissa Zhang |
| 2020-07-06 | moved some API calls over to Dash | Melissa Zhang |
| 2020-07-03 | can now exit modal by clicking outside it | usodhi |