change: debounce search suggestion call
This commit is contained in:
parent
6953a29c2e
commit
4c99832e79
3 changed files with 121 additions and 52 deletions
130
dist/bundle.js
vendored
130
dist/bundle.js
vendored
|
@ -299,7 +299,7 @@ Object.defineProperty(exports, 'doBlurSearchInput', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _blacklist = __webpack_require__(34);
|
var _blacklist = __webpack_require__(35);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'doBlackListedOutpointsSubscribe', {
|
Object.defineProperty(exports, 'doBlackListedOutpointsSubscribe', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -452,7 +452,7 @@ Object.defineProperty(exports, 'creditsToString', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _claims2 = __webpack_require__(35);
|
var _claims2 = __webpack_require__(36);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'claimsReducer', {
|
Object.defineProperty(exports, 'claimsReducer', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -461,7 +461,7 @@ Object.defineProperty(exports, 'claimsReducer', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _cost_info2 = __webpack_require__(36);
|
var _cost_info2 = __webpack_require__(37);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'costInfoReducer', {
|
Object.defineProperty(exports, 'costInfoReducer', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -470,7 +470,7 @@ Object.defineProperty(exports, 'costInfoReducer', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _file_info2 = __webpack_require__(37);
|
var _file_info2 = __webpack_require__(38);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'fileInfoReducer', {
|
Object.defineProperty(exports, 'fileInfoReducer', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -479,7 +479,7 @@ Object.defineProperty(exports, 'fileInfoReducer', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _notifications2 = __webpack_require__(40);
|
var _notifications2 = __webpack_require__(41);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'notificationsReducer', {
|
Object.defineProperty(exports, 'notificationsReducer', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -488,7 +488,7 @@ Object.defineProperty(exports, 'notificationsReducer', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _search2 = __webpack_require__(42);
|
var _search2 = __webpack_require__(43);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'searchReducer', {
|
Object.defineProperty(exports, 'searchReducer', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -497,7 +497,7 @@ Object.defineProperty(exports, 'searchReducer', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _wallet2 = __webpack_require__(43);
|
var _wallet2 = __webpack_require__(44);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'walletReducer', {
|
Object.defineProperty(exports, 'walletReducer', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -506,7 +506,7 @@ Object.defineProperty(exports, 'walletReducer', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _blacklist2 = __webpack_require__(44);
|
var _blacklist2 = __webpack_require__(45);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'blacklistReducer', {
|
Object.defineProperty(exports, 'blacklistReducer', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -515,7 +515,7 @@ Object.defineProperty(exports, 'blacklistReducer', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _blacklist3 = __webpack_require__(45);
|
var _blacklist3 = __webpack_require__(46);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'selectBlackListedOutpoints', {
|
Object.defineProperty(exports, 'selectBlackListedOutpoints', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -524,7 +524,7 @@ Object.defineProperty(exports, 'selectBlackListedOutpoints', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _notifications3 = __webpack_require__(46);
|
var _notifications3 = __webpack_require__(47);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'selectToast', {
|
Object.defineProperty(exports, 'selectToast', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -782,7 +782,7 @@ Object.defineProperty(exports, 'selectChannelClaimCounts', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var _cost_info3 = __webpack_require__(47);
|
var _cost_info3 = __webpack_require__(48);
|
||||||
|
|
||||||
Object.defineProperty(exports, 'makeSelectFetchingCostInfoForUri', {
|
Object.defineProperty(exports, 'makeSelectFetchingCostInfoForUri', {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
@ -1203,7 +1203,7 @@ var _action_types = __webpack_require__(2);
|
||||||
|
|
||||||
var ACTIONS = _interopRequireWildcard(_action_types);
|
var ACTIONS = _interopRequireWildcard(_action_types);
|
||||||
|
|
||||||
var _thumbnail_upload_statuses = __webpack_require__(48);
|
var _thumbnail_upload_statuses = __webpack_require__(49);
|
||||||
|
|
||||||
var THUMBNAIL_STATUSES = _interopRequireWildcard(_thumbnail_upload_statuses);
|
var THUMBNAIL_STATUSES = _interopRequireWildcard(_thumbnail_upload_statuses);
|
||||||
|
|
||||||
|
@ -1211,7 +1211,7 @@ var _search4 = __webpack_require__(22);
|
||||||
|
|
||||||
var SEARCH_TYPES = _interopRequireWildcard(_search4);
|
var SEARCH_TYPES = _interopRequireWildcard(_search4);
|
||||||
|
|
||||||
var _settings = __webpack_require__(49);
|
var _settings = __webpack_require__(50);
|
||||||
|
|
||||||
var SETTINGS = _interopRequireWildcard(_settings);
|
var SETTINGS = _interopRequireWildcard(_settings);
|
||||||
|
|
||||||
|
@ -1219,11 +1219,11 @@ var _transaction_types = __webpack_require__(27);
|
||||||
|
|
||||||
var TRANSACTIONS = _interopRequireWildcard(_transaction_types);
|
var TRANSACTIONS = _interopRequireWildcard(_transaction_types);
|
||||||
|
|
||||||
var _sort_options = __webpack_require__(38);
|
var _sort_options = __webpack_require__(39);
|
||||||
|
|
||||||
var SORT_OPTIONS = _interopRequireWildcard(_sort_options);
|
var SORT_OPTIONS = _interopRequireWildcard(_sort_options);
|
||||||
|
|
||||||
var _pages = __webpack_require__(39);
|
var _pages = __webpack_require__(40);
|
||||||
|
|
||||||
var PAGES = _interopRequireWildcard(_pages);
|
var PAGES = _interopRequireWildcard(_pages);
|
||||||
|
|
||||||
|
@ -5154,7 +5154,11 @@ var _search = __webpack_require__(21);
|
||||||
|
|
||||||
var _batchActions = __webpack_require__(24);
|
var _batchActions = __webpack_require__(24);
|
||||||
|
|
||||||
var _handleFetch = __webpack_require__(33);
|
var _debounce = __webpack_require__(33);
|
||||||
|
|
||||||
|
var _debounce2 = _interopRequireDefault(_debounce);
|
||||||
|
|
||||||
|
var _handleFetch = __webpack_require__(34);
|
||||||
|
|
||||||
var _handleFetch2 = _interopRequireDefault(_handleFetch);
|
var _handleFetch2 = _interopRequireDefault(_handleFetch);
|
||||||
|
|
||||||
|
@ -5162,15 +5166,16 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
||||||
|
|
||||||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
|
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
|
||||||
|
|
||||||
// @flow
|
var DEFAULTSEARCHRESULTSIZE = 10; // @flow
|
||||||
var DEFAULTSEARCHRESULTSIZE = 10;
|
|
||||||
var DEFAULTSEARCHRESULTFROM = 0;
|
var DEFAULTSEARCHRESULTFROM = 0;
|
||||||
|
var DEBOUNCED_SEARCH_SUGGESTION_MS = 300;
|
||||||
/*:: type Dispatch = (action: any) => any;*/
|
/*:: type Dispatch = (action: any) => any;*/
|
||||||
/*:: type GetState = () => {};*/
|
/*:: type GetState = () => {};*/
|
||||||
var doSearch = exports.doSearch = function doSearch(rawQuery) {
|
var doSearch = exports.doSearch = function doSearch(rawQuery /*: string*/) {
|
||||||
var size = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULTSEARCHRESULTSIZE;
|
var size /*: number*/ = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULTSEARCHRESULTSIZE;
|
||||||
var from = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : DEFAULTSEARCHRESULTFROM;
|
var from /*: number*/ = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : DEFAULTSEARCHRESULTFROM;
|
||||||
var isBackgroundSearch = arguments[3];
|
var isBackgroundSearch /*: boolean*/ = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
|
||||||
return function (dispatch /*: Dispatch*/, getState /*: GetState*/) {
|
return function (dispatch /*: Dispatch*/, getState /*: GetState*/) {
|
||||||
var state = getState();
|
var state = getState();
|
||||||
var query = rawQuery.replace(/^lbry:\/\//i, '').replace(/\//, ' ');
|
var query = rawQuery.replace(/^lbry:\/\//i, '').replace(/\//, ' ');
|
||||||
|
@ -5265,6 +5270,10 @@ var getSearchSuggestions = exports.getSearchSuggestions = function getSearchSugg
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
var throttledSearchSuggestions = (0, _debounce2.default)(function (dispatch, query) {
|
||||||
|
dispatch(getSearchSuggestions(query));
|
||||||
|
}, DEBOUNCED_SEARCH_SUGGESTION_MS);
|
||||||
|
|
||||||
var doUpdateSearchQuery = exports.doUpdateSearchQuery = function doUpdateSearchQuery(query /*: string*/, shouldSkipSuggestions /*: ?boolean*/) {
|
var doUpdateSearchQuery = exports.doUpdateSearchQuery = function doUpdateSearchQuery(query /*: string*/, shouldSkipSuggestions /*: ?boolean*/) {
|
||||||
return function (dispatch /*: Dispatch*/) {
|
return function (dispatch /*: Dispatch*/) {
|
||||||
dispatch({
|
dispatch({
|
||||||
|
@ -5274,7 +5283,7 @@ var doUpdateSearchQuery = exports.doUpdateSearchQuery = function doUpdateSearchQ
|
||||||
|
|
||||||
// Don't fetch new suggestions if the user just added a space
|
// Don't fetch new suggestions if the user just added a space
|
||||||
if (!query.endsWith(' ') || !shouldSkipSuggestions) {
|
if (!query.endsWith(' ') || !shouldSkipSuggestions) {
|
||||||
dispatch(getSearchSuggestions(query));
|
throttledSearchSuggestions(dispatch, query);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -5302,6 +5311,39 @@ var doBlurSearchInput = exports.doBlurSearchInput = function doBlurSearchInput()
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|
||||||
|
Object.defineProperty(exports, "__esModule", {
|
||||||
|
value: true
|
||||||
|
});
|
||||||
|
exports.default = debouce;
|
||||||
|
// Returns a function, that, as long as it continues to be invoked, will not
|
||||||
|
// be triggered. The function will be called after it stops being called for
|
||||||
|
// N milliseconds. If `immediate` is passed, trigger the function on the
|
||||||
|
// leading edge, instead of the trailing.
|
||||||
|
function debouce(func, wait, immediate) {
|
||||||
|
var timeout = void 0;
|
||||||
|
|
||||||
|
return function () {
|
||||||
|
var context = this;
|
||||||
|
var args = arguments;
|
||||||
|
var later = function later() {
|
||||||
|
timeout = null;
|
||||||
|
if (!immediate) func.apply(context, args);
|
||||||
|
};
|
||||||
|
|
||||||
|
var callNow = immediate && !timeout;
|
||||||
|
clearTimeout(timeout);
|
||||||
|
timeout = setTimeout(later, wait);
|
||||||
|
if (callNow) func.apply(context, args);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
/* 34 */
|
||||||
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", {
|
Object.defineProperty(exports, "__esModule", {
|
||||||
value: true
|
value: true
|
||||||
});
|
});
|
||||||
|
@ -5311,7 +5353,7 @@ function handleFetchResponse(response) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 34 */
|
/* 35 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -5394,7 +5436,7 @@ function doBlackListedOutpointsSubscribe() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 35 */
|
/* 36 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -5719,7 +5761,7 @@ function claimsReducer() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 36 */
|
/* 37 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -5777,7 +5819,7 @@ function costInfoReducer() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 37 */
|
/* 38 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -5795,11 +5837,11 @@ var _action_types = __webpack_require__(2);
|
||||||
|
|
||||||
var ACTIONS = _interopRequireWildcard(_action_types);
|
var ACTIONS = _interopRequireWildcard(_action_types);
|
||||||
|
|
||||||
var _sort_options = __webpack_require__(38);
|
var _sort_options = __webpack_require__(39);
|
||||||
|
|
||||||
var SORT_OPTIONS = _interopRequireWildcard(_sort_options);
|
var SORT_OPTIONS = _interopRequireWildcard(_sort_options);
|
||||||
|
|
||||||
var _pages = __webpack_require__(39);
|
var _pages = __webpack_require__(40);
|
||||||
|
|
||||||
var PAGES = _interopRequireWildcard(_pages);
|
var PAGES = _interopRequireWildcard(_pages);
|
||||||
|
|
||||||
|
@ -6019,7 +6061,7 @@ function fileInfoReducer() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 38 */
|
/* 39 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6034,7 +6076,7 @@ var TITLE = exports.TITLE = 'title';
|
||||||
var FILENAME = exports.FILENAME = 'filename';
|
var FILENAME = exports.FILENAME = 'filename';
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 39 */
|
/* 40 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6066,7 +6108,7 @@ var HISTORY = exports.HISTORY = 'user_history';
|
||||||
var WALLET = exports.WALLET = 'wallet';
|
var WALLET = exports.WALLET = 'wallet';
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 40 */
|
/* 41 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6085,7 +6127,7 @@ var _action_types = __webpack_require__(2);
|
||||||
|
|
||||||
var ACTIONS = _interopRequireWildcard(_action_types);
|
var ACTIONS = _interopRequireWildcard(_action_types);
|
||||||
|
|
||||||
var _reduxUtils = __webpack_require__(41);
|
var _reduxUtils = __webpack_require__(42);
|
||||||
|
|
||||||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
|
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
|
||||||
|
|
||||||
|
@ -6173,7 +6215,7 @@ var notificationsReducer = (0, _reduxUtils.handleActions)((_handleActions = {},
|
||||||
exports.notificationsReducer = notificationsReducer;
|
exports.notificationsReducer = notificationsReducer;
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 41 */
|
/* 42 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6206,7 +6248,7 @@ var handleActions = exports.handleActions = function handleActions(actionMap, de
|
||||||
};
|
};
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 42 */
|
/* 43 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6226,7 +6268,7 @@ var _action_types = __webpack_require__(2);
|
||||||
|
|
||||||
var ACTIONS = _interopRequireWildcard(_action_types);
|
var ACTIONS = _interopRequireWildcard(_action_types);
|
||||||
|
|
||||||
var _reduxUtils = __webpack_require__(41);
|
var _reduxUtils = __webpack_require__(42);
|
||||||
|
|
||||||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
|
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
|
||||||
|
|
||||||
|
@ -6331,7 +6373,7 @@ var searchReducer = exports.searchReducer = (0, _reduxUtils.handleActions)((_han
|
||||||
}), _handleActions), defaultState);
|
}), _handleActions), defaultState);
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 43 */
|
/* 44 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6674,7 +6716,7 @@ function walletReducer() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 44 */
|
/* 45 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6693,7 +6735,7 @@ var _action_types = __webpack_require__(2);
|
||||||
|
|
||||||
var ACTIONS = _interopRequireWildcard(_action_types);
|
var ACTIONS = _interopRequireWildcard(_action_types);
|
||||||
|
|
||||||
var _reduxUtils = __webpack_require__(41);
|
var _reduxUtils = __webpack_require__(42);
|
||||||
|
|
||||||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
|
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
|
||||||
|
|
||||||
|
@ -6733,7 +6775,7 @@ var blacklistReducer = exports.blacklistReducer = (0, _reduxUtils.handleActions)
|
||||||
}), _handleActions), defaultState);
|
}), _handleActions), defaultState);
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 45 */
|
/* 46 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6755,7 +6797,7 @@ var selectBlackListedOutpoints = exports.selectBlackListedOutpoints = (0, _resel
|
||||||
});
|
});
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 46 */
|
/* 47 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6801,7 +6843,7 @@ var selectError = exports.selectError = (0, _reselect.createSelector)(selectStat
|
||||||
});
|
});
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 47 */
|
/* 48 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6845,7 +6887,7 @@ var makeSelectFetchingCostInfoForUri = exports.makeSelectFetchingCostInfoForUri
|
||||||
};
|
};
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 48 */
|
/* 49 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -6861,7 +6903,7 @@ var COMPLETE = exports.COMPLETE = 'complete';
|
||||||
var MANUAL = exports.MANUAL = 'manual';
|
var MANUAL = exports.MANUAL = 'manual';
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 49 */
|
/* 50 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
|
@ -4,18 +4,20 @@ import { buildURI } from 'lbryURI';
|
||||||
import { doResolveUri } from 'redux/actions/claims';
|
import { doResolveUri } from 'redux/actions/claims';
|
||||||
import { makeSelectSearchUris, selectSuggestions } from 'redux/selectors/search';
|
import { makeSelectSearchUris, selectSuggestions } from 'redux/selectors/search';
|
||||||
import { batchActions } from 'util/batchActions';
|
import { batchActions } from 'util/batchActions';
|
||||||
|
import debounce from 'util/debounce';
|
||||||
import handleFetchResponse from 'util/handle-fetch';
|
import handleFetchResponse from 'util/handle-fetch';
|
||||||
|
|
||||||
const DEFAULTSEARCHRESULTSIZE = 10;
|
const DEFAULTSEARCHRESULTSIZE = 10;
|
||||||
const DEFAULTSEARCHRESULTFROM = 0;
|
const DEFAULTSEARCHRESULTFROM = 0;
|
||||||
|
const DEBOUNCED_SEARCH_SUGGESTION_MS = 300;
|
||||||
type Dispatch = (action: any) => any;
|
type Dispatch = (action: any) => any;
|
||||||
type GetState = () => {};
|
type GetState = () => {};
|
||||||
|
|
||||||
export const doSearch = (
|
export const doSearch = (
|
||||||
rawQuery,
|
rawQuery: string,
|
||||||
size = DEFAULTSEARCHRESULTSIZE,
|
size: number = DEFAULTSEARCHRESULTSIZE,
|
||||||
from = DEFAULTSEARCHRESULTFROM,
|
from: number = DEFAULTSEARCHRESULTFROM,
|
||||||
isBackgroundSearch
|
isBackgroundSearch: boolean = false
|
||||||
) => (dispatch: Dispatch, getState: GetState) => {
|
) => (dispatch: Dispatch, getState: GetState) => {
|
||||||
const state = getState();
|
const state = getState();
|
||||||
const query = rawQuery.replace(/^lbry:\/\//i, '').replace(/\//, ' ');
|
const query = rawQuery.replace(/^lbry:\/\//i, '').replace(/\//, ' ');
|
||||||
|
@ -51,11 +53,11 @@ export const doSearch = (
|
||||||
const encodedQuery = encodeURIComponent(query);
|
const encodedQuery = encodeURIComponent(query);
|
||||||
fetch(`https://lighthouse.lbry.io/search?s=${encodedQuery}&size=${size}&from=${from}`)
|
fetch(`https://lighthouse.lbry.io/search?s=${encodedQuery}&size=${size}&from=${from}`)
|
||||||
.then(handleFetchResponse)
|
.then(handleFetchResponse)
|
||||||
.then(data => {
|
.then((data) => {
|
||||||
const uris = [];
|
const uris = [];
|
||||||
const actions = [];
|
const actions = [];
|
||||||
|
|
||||||
data.forEach(result => {
|
data.forEach((result) => {
|
||||||
const uri = buildURI({
|
const uri = buildURI({
|
||||||
claimName: result.name,
|
claimName: result.name,
|
||||||
claimId: result.claimId,
|
claimId: result.claimId,
|
||||||
|
@ -98,7 +100,7 @@ export const getSearchSuggestions = (value: string) => (dispatch: Dispatch, getS
|
||||||
|
|
||||||
fetch(`https://lighthouse.lbry.io/autocomplete?s=${searchValue}`)
|
fetch(`https://lighthouse.lbry.io/autocomplete?s=${searchValue}`)
|
||||||
.then(handleFetchResponse)
|
.then(handleFetchResponse)
|
||||||
.then(apiSuggestions => {
|
.then((apiSuggestions) => {
|
||||||
dispatch({
|
dispatch({
|
||||||
type: ACTIONS.UPDATE_SEARCH_SUGGESTIONS,
|
type: ACTIONS.UPDATE_SEARCH_SUGGESTIONS,
|
||||||
data: {
|
data: {
|
||||||
|
@ -113,6 +115,10 @@ export const getSearchSuggestions = (value: string) => (dispatch: Dispatch, getS
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const throttledSearchSuggestions = debounce((dispatch, query) => {
|
||||||
|
dispatch(getSearchSuggestions(query));
|
||||||
|
}, DEBOUNCED_SEARCH_SUGGESTION_MS);
|
||||||
|
|
||||||
export const doUpdateSearchQuery = (query: string, shouldSkipSuggestions: ?boolean) => (
|
export const doUpdateSearchQuery = (query: string, shouldSkipSuggestions: ?boolean) => (
|
||||||
dispatch: Dispatch
|
dispatch: Dispatch
|
||||||
) => {
|
) => {
|
||||||
|
@ -123,7 +129,7 @@ export const doUpdateSearchQuery = (query: string, shouldSkipSuggestions: ?boole
|
||||||
|
|
||||||
// Don't fetch new suggestions if the user just added a space
|
// Don't fetch new suggestions if the user just added a space
|
||||||
if (!query.endsWith(' ') || !shouldSkipSuggestions) {
|
if (!query.endsWith(' ') || !shouldSkipSuggestions) {
|
||||||
dispatch(getSearchSuggestions(query));
|
throttledSearchSuggestions(dispatch, query);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
21
src/util/debounce.js
Normal file
21
src/util/debounce.js
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
// Returns a function, that, as long as it continues to be invoked, will not
|
||||||
|
// be triggered. The function will be called after it stops being called for
|
||||||
|
// N milliseconds. If `immediate` is passed, trigger the function on the
|
||||||
|
// leading edge, instead of the trailing.
|
||||||
|
export default function debouce(func, wait, immediate) {
|
||||||
|
let timeout;
|
||||||
|
|
||||||
|
return function() {
|
||||||
|
const context = this;
|
||||||
|
const args = arguments;
|
||||||
|
const later = () => {
|
||||||
|
timeout = null;
|
||||||
|
if (!immediate) func.apply(context, args);
|
||||||
|
};
|
||||||
|
|
||||||
|
const callNow = immediate && !timeout;
|
||||||
|
clearTimeout(timeout);
|
||||||
|
timeout = setTimeout(later, wait);
|
||||||
|
if (callNow) func.apply(context, args);
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue