Commit Graph

4 Commits

Author SHA1 Message Date
Piotr Sarnacki
1f7f75b32c Auth is not a service, so for now inject auth into components as well 2015-08-19 11:22:04 +02:00
Piotr Sarnacki
eec378116f Don't insert parts when log is not inDOM 2015-08-18 15:53:42 +02:00
Piotr Sarnacki
86cd0f8a13 Fix switching log when redirecting without changing routes
When the log changes, but without a route change (like when you switch
from one job to another job), we need to properly clean up and set up a
new log. The best way I figured out is to do it in didUpdateAttrs hook,
but only when the log actually changes. In such situation the old and
the new log should be past to teardown and setup functions.
2015-08-18 14:21:02 +02:00
Piotr Sarnacki
ee52beaa10 Fix log
After update to glimmer log started to be rendered incorrectly, with log
lines being inserted in the wrong places. I'm not sure what's the
underlying problem, but rewriting to components seems to fix the issue.
Since views are deprecated anyway I'm not going to investigate the
problem deeper.
2015-08-18 10:41:10 +02:00