git ssb

16+

Dominic / patchbay



Commit 7c6b563bcb3bbba64f3cebbf33a2e46ca364af95

add posts to the navigation suggestions

mix irving committed on 7/12/2018, 8:43:33 AM
Parent: d6f54a07556edba2c3504ce40341185efe763303

Files changed

app/html/search-bar.jschanged
app/html/search-bar.jsView
@@ -72,9 +72,9 @@
7272
7373 // TODO extract
7474 function getPagesSuggestions (word) {
7575 const pages = [
76- 'public', 'private', 'inbox', 'profile', 'notifications', 'settings',
76 + 'posts', 'public', 'private', 'inbox', 'profile', 'notifications', 'settings',
7777 'gatherings', 'chess', 'books', 'imageSearch', 'polls'
7878 ]
7979
8080 return pages

Built with git-ssb-web