git ssb

16+

Dominic / patchbay



Commit a46f82f26e688094b17f8fe84f42413bbf02311e

Latest for patch-gatherings

Piet Geursen committed on 5/4/2017, 8:32:37 AM
Parent: f9ed3f55694d0c49e226ff35109f51551e11e45c

Files changed

app/html/page/thread.jschanged
main.jschanged
package.jsonchanged
app/html/page/thread.jsView
@@ -68,9 +68,9 @@
6868 placeholder: 'Write a reply',
6969 shrink: false
7070 })
7171 const content = h('section.content', map(messages, m => {
72- return api.message.html.render(resolve(m))
72 + return api.message.html.render(resolve(m), {pageId: id})
7373 }))
7474 const { container } = api.app.html.scroller({ prepend: header, content, append: composer })
7575
7676 container.classList.add('Thread')
main.jsView
@@ -14,9 +14,9 @@
1414
1515 // from more specialized to more general
1616 const sockets = combine(
1717 git,
18- bayGatherings,
18 + bayGatherings, //adds menu items
1919 gatherings,
2020 horcrux,
2121 patchbay,
2222 patchcore
package.jsonView
@@ -48,11 +48,11 @@
4848 "micro-css": "^1.0.0",
4949 "mutant": "^3.18.0",
5050 "mutant-pull-reduce": "^1.0.1",
5151 "open-external": "^0.1.1",
52- "patch-gatherings": "^2.0.0",
52 + "patch-gatherings": "^2.2.0",
5353 "patch-git": "0.1.0",
54- "patchbay-gatherings": "^1.0.0",
54 + "patchbay-gatherings": "^1.1.0",
5555 "patchcore": "^0.5.0",
5656 "pull-abortable": "^4.1.1",
5757 "pull-cat": "^1.1.11",
5858 "pull-next": "1.0.0",

Built with git-ssb-web