git ssb

9+

cel / ssb-viewer



Commit 265f3e7311927aa83a80fc5daf2c1f836caa6173

Render npm packages simpler

Anders Rune Jensen committed on 10/12/2017, 7:22:17 PM
Parent: 1143975d12695c4db419ff9b75aa4d7177a7922b

Files changed

render.jschanged
render.jsView
@@ -472,8 +472,11 @@
472472 }
473473 else if (c.type == "pub") {
474474 return h('span.status', 'Connected to the pub ' + c.address.host);
475475 }
476 + else if (c.type == "npm-packages") {
477 + return [h('span.status', 'Pushed npm packages')];
478 + }
476479 else if (c.type == "channel" && c.subscribed)
477480 return h('span.status',
478481 'Subscribed to channel ',
479482 h('a',

Built with git-ssb-web