git ssb

2+

mixmix / ticktack



Commit f5dde01a771f059ca6c79e815d0d184dbc80523e

disable nav dev hacks

Dominic Tarr committed on 8/11/2017, 12:19:25 PM
Parent: 28f088d0fbc23ee56ac8ad25e58199bd9c3262fd

Files changed

app/html/nav.jschanged
app/html/nav.jsView
@@ -14,12 +14,13 @@
1414 function nav (id) {
1515 const { push, back } = api.history.sync
1616 return h('Nav', [
1717 h('div.back', { 'ev-click': back }, '←'),
18- h('div', { 'ev-click': () => push({page: 'home'}) }, 'Home'),
18+ h('div', { 'ev-click': () => push({page: 'home'}) }, 'Home')
1919 // h('div', { 'ev-click': () => push({type: 'group', key: '%sadlkjas;lkdjas'}) }, 'Group'),
20- h('div', { 'ev-click': () => push({key: '%fXXZgQrwnj7F+Y19H0IXxNriuvPFoahvusih3UzpkfA=.sha256'}) }, 'Thread A'),
21- h('div', { 'ev-click': () => push({key: '%3cWZHeN6k03XpvDBxrxP5bGLsNByFLTvr/rKYFV4f+c=.sha256'}) }, 'Thread B'),
22- h('a', { href: '%YRhFXmsAwipgyiwuHSP+EBr9fGjSqrMpWXUxgWcHxkM=.sha256' }, 'href link')
20+// h('div', { 'ev-click': () => push({key: '%fXXZgQrwnj7F+Y19H0IXxNriuvPFoahvusih3UzpkfA=.sha256'}) }, 'Thread A'),
21+// h('div', { 'ev-click': () => push({key: '%3cWZHeN6k03XpvDBxrxP5bGLsNByFLTvr/rKYFV4f+c=.sha256'}) }, 'Thread B'),
22+// h('a', { href: '%YRhFXmsAwipgyiwuHSP+EBr9fGjSqrMpWXUxgWcHxkM=.sha256' }, 'href link')
2323 ])
2424 }
2525 }
26+

Built with git-ssb-web