git ssb

16+

Dominic / patchbay



Commit dde331f9144fc97dc07e6a70e07625fab91fa875

decorate the window

Dominic Tarr committed on 4/19/2017, 12:10:42 PM
Parent: b340de1dd8760f0750c0d0c076f90664675b0e31

Files changed

app/html/app.jschanged
app/html/app.jsView
@@ -17,8 +17,9 @@
1717 page: 'first',
1818 searchBar: 'first'
1919 },
2020 sync: {
21 + window: 'reduce',
2122 catchKeyboardShortcut: 'first'
2223 }
2324 },
2425 'styles.css': 'reduce'
@@ -27,8 +28,9 @@
2728 exports.create = function (api) {
2829 return nest('app.html.app', app)
2930
3031 function app () {
32 + window = api.app.sync.window(window)
3133 const css = values(api.styles.css()).join('\n')
3234 insertCss(css)
3335
3436 const handleSelection = (path, change) => {
@@ -93,4 +95,5 @@
9395 const keys = Object.keys(object)
9496 return keys.map(k => object[k])
9597 }
9698
99 +

Built with git-ssb-web