- 08 Sep, 2014 3 commits
-
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
Now using Helvitica Neue/Arial and Georgia over Open Sans and Merriweather to reduces the size of the application payload and increase loading times. The fonts themselves were not adding much to the overall experience.
-
- 02 Sep, 2014 5 commits
-
-
Randall Leeds authored
Convert coffee files in scripts/vendor to js, modify scripts/vendor/.gitignore
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
Randall Leeds authored
Added trivial change section
-
- 01 Sep, 2014 1 commit
-
-
Aron Carroll authored
Configure updater for standalone page.
-
- 29 Aug, 2014 8 commits
-
-
Gergely Ujvari authored
-
Gergely Ujvari authored
An annotation standalone page should only listen to news from the showed annotation and its replies. This has been lost in the our series of refactoring. Now it is restored. Fix #1427
-
gergely-ujvari authored
Remove the util service
-
Aron Carroll authored
Move removeQuoteCharacter into an inner function of _tokenize()
-
Aron Carroll authored
This is now consistent with the formHelpers file. The baseURI method is now available on the documentHelpers object.
-
Gergely Ujvari authored
Also fix a snake_case to camelCase conversion
-
Aron Carroll authored
Add ltr direction to our top injected elements.
-
Gergely Ujvari authored
Otherwise our text flow is broken at rtl pages. Also remove a superfluous rule
-
- 28 Aug, 2014 2 commits
-
-
Aron Carroll authored
Immediately refresh viewer for live-updates
-
Gergely Ujvari authored
Our applyUpdates() puts/deletes annotations into the viewer. But for the stream page, because there was no scope digest cycle it seemed that the UI was reacting very slow to show the annotations. This one-liner just creates a digest cycle in these scenarios. The user experience is a magnitude better with this in the stream page Fix #1455
-
- 27 Aug, 2014 2 commits
-
-
gergely-ujvari authored
Delete NotificationController
-
Aron Carroll authored
It doesn't seem to be used anywhere...
-
- 26 Aug, 2014 1 commit
-
-
Aron Carroll authored
This brings it inline with the helpers.coffee, and now uses .factory instead of .service to register the object.
-
- 25 Aug, 2014 18 commits
-
-
Randall Leeds authored
Remove display: run-in from thread indicators
-
Randall Leeds authored
Improve padding on #home page
-
Randall Leeds authored
Remove hover state on tabs
-
Jake Hartnell authored
Small tweaks and fixes to the styled-text module
-
Jake Hartnell authored
All sheet tabs now have a bottom border
-
Jake Hartnell authored
Looks good to me.
-
Randall Leeds authored
I had tried to remove it, thinking the `csrf` one wasn't used because `identity` used `csrf_token` but unfortunately the `session` module still used `csrf` and deleted it from the model during the response transform. Instead, let the `csrf` value stick to the model to be available on session object and mark the `csrf_token` value as the deprecated one in the backend. Support for that will drop further in the future.
-
Aron Carroll authored
Fix responsive styles when running Sass >= 3.4.
-
Aron Carroll authored
In Sass 3.4 the index() function now returns null instead of false. So we just perform a truthy check in the respond-to mixin rather than a direct comparison. http://sass-lang.com/documentation/file.SASS_CHANGELOG.html
-
Aron Carroll authored
-
Aron Carroll authored
* Same padding to top/bottom of tags. * Remove unused styles. * Apply consistent padding/margins and remove extra margin above first line of tags. * Update pattern library.
-
Aron Carroll authored
This is broken in Safari and removing it doesn't appear to affect the rendering in any of the other browsers.
-
ujvari authored
We're parsing the search expression for " and ' characters to treat the text between the quotes as one unit. But this wasn't working well, when there was a facet before the quoted part, the quote characters were leaking into the search as meaningful characters. I.e. tag:"no way" , the system was looking for '"no way"', instead of just 'no way'. This has been fixed With this proper working tag-search, when the tag has space characters, is just adding two extra quotes. Fix #1431
-
Aron Carroll authored
-
Aron Carroll authored
We now use the styled text module here and overwrite it to work with larger copy.
-
Aron Carroll authored
* Move the styled-text module into it's own file. * Add markdown examples to the pattern primer. * Fix list item, blockquote and code styles. * Improve font sizing of heading elements. * Ensure code, serif and sans-serif are rendered at similar sizes. * Style sub lists.
-
Aron Carroll authored
Reverts 3540eab.
-
Randall Leeds authored
-