git ssb

16+

Dominic / patchbay



Commit bb43d4d464dbd9a528a13884a77f542557f21e56

add auto-complete for patch-book link in search bar

mix irving committed on 11/3/2017, 7:39:20 AM
Parent: 4e7595f39e99a7d6e323c3979b181a737cfb8baa

Files changed

app/html/search-bar.jschanged
app/html/search-bar.jsView
@@ -75,9 +75,9 @@
7575 // TODO extract
7676 function getPagesSuggestions (word) {
7777 const pages = [
7878 'public', 'private', 'inbox', 'profile', 'notifications',
79- 'gatherings', 'chess'
79 + 'gatherings', 'chess', 'books'
8080 ]
8181
8282 return pages
8383 .filter(page => ~page.indexOf(word))

Built with git-ssb-web