Basic layout and categories nav

This commit is contained in:
2017-11-08 02:06:16 +01:00
parent 1485b85581
commit 9221f93ea3
11 changed files with 153 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ export default Service.extend({
widget: null,
connecting: true,
connected: false,
client: null,
setup: function() {
const rs = new RemoteStorage({
@@ -65,6 +66,7 @@ export default Service.extend({
this.set('rs', rs);
this.set('widget', widget);
this.set('client', rs.scope('/'));
}.on('init')
});