- 16 Mar, 2014 10 commits
-
-
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 6 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
-
gergely-ujvari authored
-
gergely-ujvari authored
-
gergely-ujvari authored
This file will be the base for small common services/resources etc. which can be used by any component and not adding any new dependency. Currently it only has baseurl as a common place to generate the base url which will be used by many components
-
- 12 Mar, 2014 1 commit
-
-
Randall Leeds authored
-
- 11 Mar, 2014 8 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Changed in two ways: - Pass irrelevant responses straight through, should they not match pattern of {flash, model} - Handle error responses the same way as regular responses, updating the model and flash. This will allow API responses to contain non-2xx status responses and still update the model / show flash messages
-
Randall Leeds authored
-
Randall Leeds authored
-
gergely-ujvari authored
Yaml assets
-
Randall Leeds authored
Fixed responsiveness on streams, converted search related icons to SVG, eliminated space above topbar
-
RawKStar77 authored
-
RawKStar77 authored
Fixed responsiveness on streams, converted search related icons to SVG, and eliminated space above topbar.
-
- 10 Mar, 2014 1 commit
-
-
Randall Leeds authored
New streamer operators
-
- 07 Mar, 2014 4 commits
-
-
gergely-ujvari authored
-
gergely-ujvari authored
Angular upgrade v1.2.13
-
gergely-ujvari authored
-
gergely-ujvari authored
-
- 01 Mar, 2014 2 commits
-
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-