Commit 7c6b563bcb3bbba64f3cebbf33a2e46ca364af95
add posts to the navigation suggestions
mix irving committed on 7/12/2018, 8:43:33 AMParent: d6f54a07556edba2c3504ce40341185efe763303
Files changed
app/html/search-bar.js | changed |
app/html/search-bar.js | |||
---|---|---|---|
@@ -72,9 +72,9 @@ | |||
72 | 72 … | ||
73 | 73 … | // TODO extract | |
74 | 74 … | function getPagesSuggestions (word) { | |
75 | 75 … | const pages = [ | |
76 | - 'public', 'private', 'inbox', 'profile', 'notifications', 'settings', | ||
76 … | + 'posts', 'public', 'private', 'inbox', 'profile', 'notifications', 'settings', | ||
77 | 77 … | 'gatherings', 'chess', 'books', 'imageSearch', 'polls' | |
78 | 78 … | ] | |
79 | 79 … | ||
80 | 80 … | return pages |
Built with git-ssb-web