git ssb

10+

Matt McKegg / patchwork



Commit acdcd1d6473b22d756d92b98bf5e359c4fd6e4eb

Add (your timezone) to gatherings

Peter Squicciarini committed on 6/11/2018, 7:43:59 PM
Parent: d1271dac1447b216521339810fa409d831c5ec36

Files changed

plugs/message/html/render/gathering.jschanged
plugs/message/html/render/gathering.jsView
@@ -55,9 +55,9 @@
5555 h('button', {
5656 'ev-click': send(api.gathering.sheet.edit, msg.key)
5757 }, 'Edit Details')
5858 ]),
59- h('div.time', computed(startDateTime, formatTime)),
59+ h('div.time', computed(startDateTime, (time) => `${formatTime(time)} (your timezone)`)),
6060 when(image, h('a.image', {
6161 href: imageId,
6262 style: {
6363 'background-image': computed(imageUrl, (url) => `url(${url})`)

Built with git-ssb-web