git ssb

16+

Dominic / patchbay



Commit 3acb5e0d2473ed72723c1754766f8578f67e551c

fix /posts page not actually closing (stupid mix!)

mixmix committed on 8/13/2018, 8:53:33 AM
Parent: f0eae06e2b551bf5a55dae3e8509e1b5308cfbf4

Files changed

app/page/posts.jschanged
package-lock.jsonchanged
app/page/posts.jsView
@@ -16,8 +16,9 @@
1616 'about.obs.name': 'first',
1717 'about.html.avatar': 'first',
1818 'about.html.link': 'first',
1919 'app.sync.goTo': 'first',
20 + 'app.sync.locationId': 'first',
2021 'keys.sync.id': 'first',
2122 'message.html.compose': 'first',
2223 'message.html.markdown': 'first',
2324 'message.html.timestamp': 'first',
@@ -88,9 +89,9 @@
8889 if (state.sort === BY_UPDATE) page = PageByUpdate(state)
8990 if (state.sort === BY_START) page = PageByStart(state)
9091
9192 page.title = '/posts'
92- page.id = '{"page": "posts"}' // this is needed because our page is a computed
93 + page.id = api.app.sync.locationId({page: 'posts'}) // this is needed because our page is a computed
9394 page.scroll = keyscroll(page.querySelector('section.content'))
9495 return page
9596 })
9697
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 327767 bytes
New file size: 327766 bytes

Built with git-ssb-web