git ssb

16+

Dominic / patchbay



Commit 91c8b62421b640cbcb2d00b774aa3cfde721a08d

bump patchbay-scry to add /scry view

mixmix committed on 11/7/2018, 1:17:42 AM
Parent: 0109784436f25c74cd7dc6ebe58ebbad1bce6a8d

Files changed

app/html/search-bar.jschanged
package-lock.jsonchanged
package.jsonchanged
app/html/search-bar.jsView
@@ -73,9 +73,9 @@
7373 // TODO extract
7474 function getPagesSuggestions (word) {
7575 const pages = [
7676 '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'
7878 ]
7979
8080 return pages
8181 .filter(page => ~page.indexOf(word))
package-lock.jsonView
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.jsonView
@@ -72,9 +72,9 @@
7272 "patchbay-book": "^1.0.8",
7373 "patchbay-dark-crystal": "^1.1.1",
7474 "patchbay-gatherings": "^3.2.8",
7575 "patchbay-poll": "^1.1.1",
76- "patchbay-scry": "^1.2.1",
76 + "patchbay-scry": "^1.3.1",
7777 "patchcore": "^1.28.1",
7878 "pull-abortable": "^4.1.1",
7979 "pull-next-query": "^1.0.0",
8080 "pull-notify": "^0.1.1",

Built with git-ssb-web