git ssb

16+

Dominic / patchbay



Commit e3fb75e68b7f21c04566047c2dd8abe81331e252

updae patch-inbox

mixmix committed on 10/28/2018, 11:31:57 AM
Parent: 5b0b28a2d567d2ba3a3515d97fde09b870cbfc00

Files changed

app/page/thread.jschanged
package-lock.jsonchanged
package.jsonchanged
app/page/thread.jsView
@@ -54,12 +54,20 @@
5454 }, { comparer })
5555
5656 const { container } = api.app.html.scroller({ prepend: Header({ isPrivate, recps }), content, append: composer })
5757 container.classList.add('Thread')
58- container.title = msg
58 + container.title = root
5959 api.message.async.name(root, (err, name) => {
6060 if (err) throw err
6161 container.title = name
62 +
63 + // TODO tidy this up
64 + // over-ride message.async.name OR create message.async.subject
65 + onceTrue(messages, msgs => {
66 + const { subject } = msgs[0].value.content
67 + if (!subject) return
68 + container.title = subject
69 + })
6270 })
6371
6472 container.scrollDownToMessage = scrollDownToMessage
6573 container.addQuote = composer.addQuote
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 347656 bytes
New file size: 347656 bytes
package.jsonView
@@ -65,9 +65,9 @@
6565 "open-external": "^0.1.1",
6666 "patch-context": "^2.0.1",
6767 "patch-drafts": "0.0.6",
6868 "patch-history": "^1.0.0",
69- "patch-inbox": "^1.1.9",
69 + "patch-inbox": "^1.2.0",
7070 "patch-settings": "^1.1.2",
7171 "patch-suggest": "^2.0.2",
7272 "patchbay-book": "^1.0.8",
7373 "patchbay-dark-crystal": "^1.0.5",

Built with git-ssb-web