aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis
AgeCommit message (Collapse)Author
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)
2020-07-13fixed authentication UIMelissa Zhang
2020-07-11merged with master & cleaned up formatShapePaneBob Zeleznik
2020-07-10hypothes.is authentication is fully functional, no longer need to manually ↵Melissa Zhang
input username/api key
2020-07-10automatically starts link when an annotation is createdMelissa Zhang
2020-07-10not sure if these changes are needed, but I had to add them to get ↵Bob Zeleznik
Hypothesis links to work.
2020-07-09check for valid API key, then display extracted hypothes.is usernameMelissa Zhang
2020-07-08added multiple links capability, linking bug fixesMelissa Zhang
2020-07-08implemented much more link functionality, redirects to annotation URL when ↵Melissa Zhang
link followed
2020-07-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-06merge with masterMelissa Zhang
2020-07-07made docFilters apply to links. added hypothesis api token inputBob Zeleznik
2020-07-06set up linking from Dash documents to annotationMelissa Zhang
2020-07-06moved some API calls over to DashMelissa Zhang
2020-07-03can now exit modal by clicking outside itusodhi
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-09fixed google docs prompt problem.Bob Zeleznik
2020-05-07fixes for adding/remove documents -- needs to be extended for views other ↵Bob Zeleznik
than freeform.
2020-05-05database, delete and google authentication simplifications and improvements, ↵Sam Wilkins
as well as formatted text box updates data state at field key not just data
2020-05-03cleanupSam Wilkins
2020-04-28rearranged text filesBob Zeleznik
2020-04-24moved iconify code into Doc from DocumentView. fixed up starburst a bit.Bob Zeleznik
2020-04-11document from json improvements and documentationSam Wilkins