aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis
AgeCommit message (Collapse)Author
2024-04-24minor tweaks for mergingbobzel
2024-02-28better prompt for custom questions + summary bug fixsrichman333
2024-02-28chat with aisrichman333
2024-02-21updated promptsrichman333
2024-02-19ai (updates from sophie, then added dataviz summary)srichman333
2024-01-04fixed carousel views to use _propsbobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating ↵bobzel
exif rotated images. fixed selecting on web pages, and resizing web pages upward so that pointer events aren't grabbed.
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-17baseline before changesSophie Zhang
2023-07-27changesSophie Zhang
2023-06-29undo and redoSophie Zhang
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-13added text editsSophie Zhang
2023-03-06deleted unnecessary functionsSophie Zhang
2023-03-01Added text completionSophie Zhang
2023-02-27feat: deleted unnecessary props from MarqueeAnnotatorSophie Zhang
2023-02-27feat: added summarization functionality to WebBox and cleaned up codeSophie Zhang
2023-02-23textSophie Zhang
2023-02-22added GPT summarization functionalitySophie Zhang
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2021-08-01made url server references relative.bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-08move HypothesisUtils.ts to Utils folderMelissa Zhang
2020-08-08clean up code, fix delete link bugsMelissa Zhang
2020-08-06add compatibility for start/complete link buttons in the clientMelissa Zhang
2020-08-04prioritize results that are on screen when searching for annotations' souce ↵Melissa Zhang
web docs
2020-08-04display 'link created' box in the upper left corner when link to annotation ↵Melissa Zhang
is complete
2020-08-04stop clicking on invisible WebDoc in MainView.tsx after editSuccessMelissa Zhang
2020-08-04clean hypothes.is urls, change web doc default to non-annotation modeMelissa Zhang
2020-08-04"added invisibleDoc and simulated clicks to load annotations"Melissa Zhang
2020-08-03linking bug fixes, WebDocument size fixesMelissa Zhang
2020-07-30change DocumentLinksButton.StartLink to use Doc instead of DocumentViewMelissa Zhang
2020-07-30remove unnecessary authentication/database stuffMelissa Zhang
2020-07-30added option to follow link to external pageMelissa Zhang
2020-07-29keep trying to scroll until annotations have loaded & scrolling is successfulMelissa Zhang
2020-07-28"handle editing annotations in client, bypass authorization issues"Melissa Zhang
2020-07-28scroll to annotations within dash, handle annotation editing in clientMelissa Zhang
2020-07-25fix link deletionMelissa Zhang
2020-07-25search for source web doc when linkToDash is calledMelissa Zhang
2020-07-23merge with masterMelissa Zhang
2020-07-23adjustments to link following/editing behaviorMelissa Zhang
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-20fixed some addonly stuff + added annotations to playground fields + ↵usodhi
recursively distributes acls + some modal stuff
2020-07-15fixed merge conflictsusodhi
2020-07-14deleting a link in a document removes its corresponding hyperlink in ↵Melissa Zhang
annotation (with some regex bugs)