- 25 Mar, 2014 1 commit
-
-
Randall Leeds authored
-
- 24 Mar, 2014 7 commits
-
-
gergely-ujvari authored
It was hiding in the manage_new_data(). It generated the standalone url for the annotations in the old hardcoded way. Fixed.
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Closes #1086
-
Randall Leeds authored
Only replace extra slashes with a single slash.
-
gergely-ujvari authored
In the previous implementation we did a really unnecessary string conversion. This solution is shorter and cleaner. It does fix #1065 however it does not solve the underlying discussion about the document plugins unencoding.
-
Randall Leeds authored
Introducing email notifications to page owners.
-
- 21 Mar, 2014 2 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Add V1 viewsort feature
-
- 19 Mar, 2014 2 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
The viewsort feature allows users to better control the annotations that appear in the sidebar. The view control allows users to select either SCREEN (in which the sidebar only displays annotations that are currently visible on screen) or DOCUMENT (All annotation on the page are visible in the sidebar). The sort feature allows users to sort annotations by newest, oldest, or location (where they fall in the document). Both controls are implemented in simple tabs below the topbar. The sort feature is implemented using Angular's very useful OrderBy attribute on ng-repeat. The view control is implemented using updateviewer.
-
- 17 Mar, 2014 2 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
- 16 Mar, 2014 15 commits
-
-
Randall Leeds authored
I had accidentally screwed this up when I combined some CSS in the past few commits.
-
Randall Leeds authored
Unwrap the "magic controls". It's unnecessary structure that doesn't save much and this way the style doesn't need to include a display property. They can be inline or block.
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
This should have been qualified before, so that it only applied to the main content header.
-
Randall Leeds authored
A step toward unification, remove the distinction between app and site layouts.
-
Randall Leeds authored
This makes it clearer that this is a link and calls attention to the number of replies.
-
Randall Leeds authored
Follow 8cc8dbb by making the toolbar icons less 3D, letting their features come through without the distraction of exaggerated depth.
-
Randall Leeds authored
I like the harder edges -- less depth, following the trend toward flatter designs. As a third-party on the page, I think we benefit from being minimalist and understated, so that we don't look gaudy in comparison to minimalist sites.
-
Randall Leeds authored
I decided I thought the additional collapsedreplies and collapsereply classes were unnecessary. Turns out I was right. I also managed to remove some duplication in the annotation template, the reply count and timestamp are laid out such that they each appear only once and neither is inside the "controls".
-
Randall Leeds authored
This frees us up to remove the other mouse events, which makes this a bit cleaner to my eyes. It also avoids passing the selection through the scope, storing no state between events.
-
- 15 Mar, 2014 1 commit
-
-
Randall Leeds authored
The sliding panels are totally unused. They can be brought back but right now it's unnecessary structure. The most reasonable place to relocate the card-emphasis was in the stream-list. After all, cards go in streams. But I found the stream-list class wasn't actually placed on the list, it was placed on the list items. That seems counterintuitive, so I raised it up in the structure. Afterward, to keep the emphasis looking correct, I changed the paper class to not have padding, and moved that padding to the thread instead. Then I had to change some things about the thread, including using it as a class in the editor (which is consistent, and makes some sense). That meant that some viewer-only tag styles were bleeding over, so I worked on those to make the tag styles a little nicer. Finally, I had to fix the hover shadow on the threads now, and opted to go for a background darkening instead of a shadow, since it works across both replies and top level threads, and makes things less bouncy, which I find to be a relief. All in all, I'm happy. Probably will make someone unhappy.
-
- 14 Mar, 2014 7 commits
-
-
Randall Leeds authored
Once again, avoid putting things unnecessarily in the scope. For this to work, we also need to use the html5 location syntax. This configure function will go away once streamsearch is merged into the main app.
-
Randall Leeds authored
-
Randall Leeds authored
Make the streamer independent of the /app prefix, just as the share link is, by replacing the last path component rather than an exact match for /app, and inject it into the Annotation controller rather than passing it around on the scope.
-
Randall Leeds authored
-
Randall Leeds authored
To be consistent with angular style and our own in-house style - Change baseurl to baseURI, since that is the normal DOM name for the concept - Change helper to helpers (like controllers, services, etc) - Wrap the dependency injection annotations on the baseURI factory function definition, rather than its use, because the annotations should always appear with the definition so they can be easily kept in sync
-
Randall Leeds authored
-
gergely-ujvari authored
Cutting the end of the baseurl resource is now ok. Warning: This functionality from the helper will disappear after all will be handled as angular routes.
-
- 13 Mar, 2014 3 commits
-
-
Kristof Csillag authored
Email notifications v1.5 #2 According to @gergely-ujvari, this has already been reviewed by @tilgovi, and he has made modifications to east all his concerns. Thus I am merging this without much further ado.
-
Kristof Csillag authored
Merging this. Closes #1066
-
gergely-ujvari authored
-