- 11 Sep, 2014 2 commits
-
-
Randall Leeds authored
When reloading the application, call the destroy methods to unbind an event handlers, etc.
-
Randall Leeds authored
The Angular parser isn't expressive enough to handle anything but a subset of ASCII so it's not suitable for pushing arbitrary JSON data into the scope via ng-init. We'll have to do something else. For now, remove it because it was just premature optimisation.
-
- 10 Sep, 2014 4 commits
-
-
gergely-ujvari authored
Remove source map code from vendor files
-
gergely-ujvari authored
Fix error when pressing delete in empty tag field
-
Aron Carroll authored
This removes a huge dump of console warnings as the browser tries and fails to request the map files.
-
Aron Carroll authored
Pressing backspace in the tags input still calls the removeTag handler. This results in an exception when scope.model.tags was undefined. Now we check for a tag and the tags array before updating.
-
- 08 Sep, 2014 4 commits
-
-
Randall Leeds authored
Remove web fonts
-
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 11 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.
-