git ssb

16+

Dominic / patchbay



Commit ca9a01cf357d05a8d006cae704c67cf508c7e743

bump ssb-meme (fix image search filtering)

mix irving committed on 5/28/2018, 10:37:07 PM
Parent: 026c5ea89fb1018a4b94829b8d6cabbaa156036b

Files changed

app/page/imageSearch.jschanged
package-lock.jsonchanged
package.jsonchanged
app/page/imageSearch.jsView
@@ -57,9 +57,9 @@
5757 modal,
5858 h('section.settings', [
5959 h('input', {
6060 'placeholder': 'search image by name',
61- 'ev-input': ev => query.set(ev.target.value.toLowerCase())
61 + 'ev-input': ev => query.set(ev.target.value)
6262 })
6363 ]),
6464 h('section.results', computed([results, query], (results, query) => {
6565 if (!Object.keys(results).length && query.length >= 3) return h('p', '0 results')
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 358146 bytes
New file size: 358146 bytes
package.jsonView
@@ -85,9 +85,9 @@
8585 "ssb-ebt": "^5.2.0",
8686 "ssb-friends": "^2.4.0",
8787 "ssb-horcrux": "^1.0.0",
8888 "ssb-keys": "^7.0.15",
89- "ssb-meme": "^1.0.1",
89 + "ssb-meme": "^1.0.2",
9090 "ssb-mentions": "^0.4.1",
9191 "ssb-mutual": "^0.1.0",
9292 "ssb-private": "^0.2.1",
9393 "ssb-query": "^1.0.2",

Built with git-ssb-web