git ssb

2+

Dominic / yap



Commit ff9bc35cc729bf24b356983ed74fafea1d95d641

explicitly initialize lists, menu and extra

Dominic Tarr committed on 7/10/2019, 2:01:17 PM
Parent: 9f08a6bb50ebb3803a2d0744e645afde23e5bbbd

Files changed

index.jschanged
index.jsView
@@ -53,11 +53,14 @@
5353 .use('preview', require('./apis/preview')(sbot))
5454 .use('compose', require('./apis/compose')(sbot))
5555 .use('publish', require('./apis/publish')(sbot))
5656
57 + .list('menu') //links to apps, along top of screen.
5758 .use('more', require('./apis/more')(sbot))
5859 .use('search', require('./apis/search')(sbot))
5960
61 + .list('extra') //attached to each message, likes, backlinks, etc
62 +
6063 //patchthreads
6164 // .use('messages/post', require('./apis/messages/post')(sbot))
6265 // .use('messages/vote', require('./apis/messages/vote')(sbot))
6366
@@ -65,8 +68,10 @@
6568 .group('gatherings', require('yap-gatherings')(sbot))
6669 .group('tags', require('yap-tags')(sbot))
6770 .setDefault('patch/public')
6871
72 + console.log(coherence.dump())
73 +
6974 var actions = {
7075 //note: opts is post body
7176
7277 //sets id in cookie

Built with git-ssb-web