Commit a46f82f26e688094b17f8fe84f42413bbf02311e
Latest for patch-gatherings
Piet Geursen committed on 5/4/2017, 8:32:37 AMParent: f9ed3f55694d0c49e226ff35109f51551e11e45c
Files changed
app/html/page/thread.js | changed |
main.js | changed |
package.json | changed |
app/html/page/thread.js | ||
---|---|---|
@@ -68,9 +68,9 @@ | ||
68 | 68 … | placeholder: 'Write a reply', |
69 | 69 … | shrink: false |
70 | 70 … | }) |
71 | 71 … | 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}) | |
73 | 73 … | })) |
74 | 74 … | const { container } = api.app.html.scroller({ prepend: header, content, append: composer }) |
75 | 75 … | |
76 | 76 … | container.classList.add('Thread') |
main.js | ||
---|---|---|
@@ -14,9 +14,9 @@ | ||
14 | 14 … | |
15 | 15 … | // from more specialized to more general |
16 | 16 … | const sockets = combine( |
17 | 17 … | git, |
18 | - bayGatherings, | |
18 … | + bayGatherings, //adds menu items | |
19 | 19 … | gatherings, |
20 | 20 … | horcrux, |
21 | 21 … | patchbay, |
22 | 22 … | patchcore |
package.json | |||
---|---|---|---|
@@ -48,11 +48,11 @@ | |||
48 | 48 … | "micro-css": "^1.0.0", | |
49 | 49 … | "mutant": "^3.18.0", | |
50 | 50 … | "mutant-pull-reduce": "^1.0.1", | |
51 | 51 … | "open-external": "^0.1.1", | |
52 | - "patch-gatherings": "^2.0.0", | ||
52 … | + "patch-gatherings": "^2.2.0", | ||
53 | 53 … | "patch-git": "0.1.0", | |
54 | - "patchbay-gatherings": "^1.0.0", | ||
54 … | + "patchbay-gatherings": "^1.1.0", | ||
55 | 55 … | "patchcore": "^0.5.0", | |
56 | 56 … | "pull-abortable": "^4.1.1", | |
57 | 57 … | "pull-cat": "^1.1.11", | |
58 | 58 … | "pull-next": "1.0.0", |
Built with git-ssb-web