From 76f36c6c5dafe754b066903b1ee8ecdd1b92dcab Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 16 Dec 2018 20:01:23 +0100 Subject: faceSearch client --- client/types.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'client/types.js') diff --git a/client/types.js b/client/types.js index e3c64691..d295d0d1 100644 --- a/client/types.js +++ b/client/types.js @@ -6,16 +6,9 @@ export const tagAsType = (type, names) => ( }, {}) ) -export const metadata = tagAsType('metadata', [ - 'loading', 'loaded', 'loaded_many', 'error', 'set_hash' +export const faceSearch = tagAsType('faceSearch', [ + 'loading', 'loaded', 'error', 'update_options', ]) -export const search = tagAsType('search', [ - 'loading', 'loaded', 'error', 'panic', 'update_options', -]) - -export const review = tagAsType('review', [ - 'loading', 'loaded', 'error', 'save', 'unsave', 'refresh', 'clear', 'dedupe', 'create', 'set_count' -]) export const init = '@@INIT' -- cgit v1.2.3-70-g09d2