Commit 7b3bcf591eeb8334a312dfab10d42c09a134c48b
add gatherings to nav bar
Matt McKegg committed on 6/17/2017, 2:17:17 PMParent: f55add207c160ca817dd35904280df532c8fdafa
Files changed
main-window.js | changed |
main-window.js | ||
---|---|---|
@@ -55,9 +55,9 @@ | ||
55 | 55 … | }) |
56 | 56 … | }) |
57 | 57 … | |
58 | 58 … | var views = api.app.views(api.page.html.render, [ |
59 | - '/public', '/private', id, '/mentions' | |
59 … | + '/public', '/private', '/gatherings', id, '/mentions' | |
60 | 60 … | ]) |
61 | 61 … | |
62 | 62 … | var pendingCount = computed([ |
63 | 63 … | views.get('/public').pendingUpdates, |
@@ -86,9 +86,10 @@ | ||
86 | 86 … | }) |
87 | 87 … | ]), |
88 | 88 … | h('span.nav', [ |
89 | 89 … | tab('Public', '/public'), |
90 | - tab('Private', '/private') | |
90 … | + tab('Private', '/private'), | |
91 … | + tab('Gatherings', '/gatherings') | |
91 | 92 … | ]), |
92 | 93 … | h('span.appTitle', ['Patchwork']), |
93 | 94 … | h('span', [ api.app.html.search(api.app.navigate) ]), |
94 | 95 … | h('span.nav', [ |
Built with git-ssb-web