git ssb

10+

Matt McKegg / patchwork



Commit 7b3bcf591eeb8334a312dfab10d42c09a134c48b

add gatherings to nav bar

Matt McKegg committed on 6/17/2017, 2:17:17 PM
Parent: f55add207c160ca817dd35904280df532c8fdafa

Files changed

main-window.jschanged
main-window.jsView
@@ -55,9 +55,9 @@
5555 })
5656 })
5757
5858 var views = api.app.views(api.page.html.render, [
59- '/public', '/private', id, '/mentions'
59 + '/public', '/private', '/gatherings', id, '/mentions'
6060 ])
6161
6262 var pendingCount = computed([
6363 views.get('/public').pendingUpdates,
@@ -86,9 +86,10 @@
8686 })
8787 ]),
8888 h('span.nav', [
8989 tab('Public', '/public'),
90- tab('Private', '/private')
90 + tab('Private', '/private'),
91 + tab('Gatherings', '/gatherings')
9192 ]),
9293 h('span.appTitle', ['Patchwork']),
9394 h('span', [ api.app.html.search(api.app.navigate) ]),
9495 h('span.nav', [

Built with git-ssb-web