Commit 91c8b62421b640cbcb2d00b774aa3cfde721a08d
bump patchbay-scry to add /scry view
mixmix committed on 11/7/2018, 1:17:42 AMParent: 0109784436f25c74cd7dc6ebe58ebbad1bce6a8d
Files changed
app/html/search-bar.js | changed |
package-lock.json | changed |
package.json | changed |
app/html/search-bar.js | ||
---|---|---|
@@ -73,9 +73,9 @@ | ||
73 | 73 … | // TODO extract |
74 | 74 … | function getPagesSuggestions (word) { |
75 | 75 … | const pages = [ |
76 | 76 … | 'blogs', 'calendar', 'posts', 'public', 'private', 'inbox', 'profile', 'notifications', 'settings', 'shortcuts', |
77 | - 'gatherings', 'chess', 'books', 'imageSearch', 'polls', 'query', 'dark-crystal', 'postRank', 'scry/new' | |
77 … | + 'gatherings', 'chess', 'books', 'imageSearch', 'polls', 'query', 'dark-crystal', 'postRank', 'scry', 'scry/new' | |
78 | 78 … | ] |
79 | 79 … | |
80 | 80 … | return pages |
81 | 81 … | .filter(page => ~page.indexOf(word)) |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 374404 bytes New file size: 374439 bytes |
package.json | ||
---|---|---|
@@ -72,9 +72,9 @@ | ||
72 | 72 … | "patchbay-book": "^1.0.8", |
73 | 73 … | "patchbay-dark-crystal": "^1.1.1", |
74 | 74 … | "patchbay-gatherings": "^3.2.8", |
75 | 75 … | "patchbay-poll": "^1.1.1", |
76 | - "patchbay-scry": "^1.2.1", | |
76 … | + "patchbay-scry": "^1.3.1", | |
77 | 77 … | "patchcore": "^1.28.1", |
78 | 78 … | "pull-abortable": "^4.1.1", |
79 | 79 … | "pull-next-query": "^1.0.0", |
80 | 80 … | "pull-notify": "^0.1.1", |
Built with git-ssb-web