git ssb

2+

mixmix / ticktack



Commit fcd257146cdae55476ed97d72632b340f1a21b6c

move translations to first item

Dominic Tarr committed on 8/16/2017, 4:18:49 AM
Parent: 38e0417253d2dc77736737889d97f936df7f35a0

Files changed

main.jschanged
main.jsView
@@ -9,8 +9,10 @@
99 require('./context-menu')
1010
1111 // from more specialized to more general
1212 const sockets = combine(
13+ //we always need to have translations first!
14+ {translations: require('./translations/sync')},
1315 {
1416 about: require('./about'),
1517 app: require('./app'),
1618 blob: require('./blob'),
@@ -18,12 +20,11 @@
1820 config: require('./config'),
1921 message: require('./message'),
2022 router: require('./router'),
2123 styles: require('./styles'),
22- translations: require('./translations/sync'),
2324 state: require('./state/obs'),
2425 },
25- require('patch-history'),
26+// require('patch-history'),
2627 require('patchcore')
2728 )
2829
2930 const api = entry(sockets, nest('app.html.app', 'first'))
@@ -33,4 +34,7 @@
3334 // TODO (mix) : once app has swapping pages, attach the app to the page here
3435 // document.body.appendChild(app)
3536
3637
38+
39+
40+

Built with git-ssb-web