git ssb

16+

Dominic / patchbay



Commit 527e8a6e0da322e96a5cf4e97c377ff36991c1b9

Merge branch 'gathering' of ssb://%s9mSFATE4RGyJx9wgH22lBrvD4CgUQW4yeguSWWjtqc=.sha256 into gathering

mix irving committed on 5/4/2017, 8:33:11 AM
Parent: bc5f24f907a046c27b6175884d4528fb7854de14
Parent: a46f82f26e688094b17f8fe84f42413bbf02311e

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