- 23 Mar, 2015 6 commits
-
-
gergely-ujvari authored
Separate the Host service
-
csillag authored
.. from AnnotionUISync. Earlier, the show/hide frame functionality was implemented as a background functionality of the AnnotationUISync service, and it was not directly available for the sidebar code. This commit separated that functionality into a new service, and exposes it over a public API. The test have been updated accordingly, too.
-
gergely-ujvari authored
Do angular magic differently
-
csillag authored
This commit changes how we trigger the refreshing of the markdown previews in the editor. It has to do with how angular apply / digest cycles interwene and crash in some cases. The change was suggested by @RawKStar77 here: https://github.com/hypothesis/h/pull/2038#discussion_r26867418
-
Randall Leeds authored
Explicitly disallow implicit relative imports
-
Randall Leeds authored
Add tooltips on adder buttons.
-
- 20 Mar, 2015 2 commits
-
-
Jake Hartnell authored
Change text of the toolbar button to "New Note."
-
Randall Leeds authored
Require PyJWT>=1.0.0,<2.0.0
-
- 19 Mar, 2015 5 commits
-
-
Nick Stenning authored
Replace flash service with angular-toastr
-
Randall Leeds authored
Add IE autodetect for dom-text-mapper Annotator plugin
-
csillag authored
-
Randall Leeds authored
-
Nick Stenning authored
JWT Bearer Tokens
-
- 17 Mar, 2015 27 commits
-
-
Randall Leeds authored
Fix #2051
-
Randall Leeds authored
Autocomplete feature for tags
-
Gergely Ujvari authored
Introduce tagsService which will handle the necessary filtering of tags and saving them into the local storage in an appropriate format.
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Sean Hammond authored
s/Heroku/Docker/
-
Randall Leeds authored
Refresh UX
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
After performing a search, there's already a clear search link in the view. Without a border around the search bar, the clear icon looks a little lonely and strange all the way over on the right. I offer that users have plenty of ways to clear text boxes and we needn't give them this one.
-
Randall Leeds authored
-
Randall Leeds authored
-
Jake Hartnell authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Requires some small tweaks around various places we have icons in use. In fact, this actually eliminates a lot of the small tweaks in favor of more flexible alignment.
-
Randall Leeds authored
-
Randall Leeds authored
Rather than absolute positions and padding and whatnot just set the width on the input element and set white-space: nowrap to ensure it and the icon are side-by-side.
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Better to use data attributes for signaling the intent than to be overloading the CSS class.
-
Randall Leeds authored
-
Jake Hartnell authored
-