From b95c58ffe05f4e7fe46e1ee80ae886c9031e204a Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 15:30:55 +0300 Subject: [PATCH 01/11] space --- selectors.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selectors.js b/selectors.js index 66d32f1..1aac13c 100644 --- a/selectors.js +++ b/selectors.js @@ -1,4 +1,7 @@ export const getWordsSelector = (store) => store.dictionary.words; + export const getWorldCountSelector = (store) => store.dictionary.worldCount; + export const getWorldCountTodaySelector = (store) => store.dictionary.worldCountToday; + export const getLosingFlagSelector = (store) => store.weather.isLoading; From ee19be2778cd7aa6639dfaab5621a07bfa6a8230 Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 15:39:37 +0300 Subject: [PATCH 02/11] add line --- selectors.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selectors.js b/selectors.js index 1aac13c..4b2b256 100644 --- a/selectors.js +++ b/selectors.js @@ -5,3 +5,6 @@ export const getWorldCountSelector = (store) => store.dictionary.worldCount; export const getWorldCountTodaySelector = (store) => store.dictionary.worldCountToday; export const getLosingFlagSelector = (store) => store.weather.isLoading; + + +export const getLosingFlagSelector = (store) => store.weather.isLoadingXx; From 22289b6476e5939421d58e6fcaed01ff421f7154 Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 15:45:01 +0300 Subject: [PATCH 03/11] add zzz --- selectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selectors.js b/selectors.js index 4b2b256..bd75757 100644 --- a/selectors.js +++ b/selectors.js @@ -4,7 +4,7 @@ export const getWorldCountSelector = (store) => store.dictionary.worldCount; export const getWorldCountTodaySelector = (store) => store.dictionary.worldCountToday; -export const getLosingFlagSelector = (store) => store.weather.isLoading; +export const getLosingFlagSelector = (store) => store.weather.isLoadingzzz; export const getLosingFlagSelector = (store) => store.weather.isLoadingXx; From da06ba8aae6f1e026b6a5666a5e1fcdf5d97193b Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 15:48:51 +0300 Subject: [PATCH 04/11] master1 --- selectors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/selectors.js b/selectors.js index bd75757..3ace92c 100644 --- a/selectors.js +++ b/selectors.js @@ -8,3 +8,4 @@ export const getLosingFlagSelector = (store) => store.weather.isLoadingzzz; export const getLosingFlagSelector = (store) => store.weather.isLoadingXx; +export const getLosingFlagSelector = (store) => store.weather.isLoadingMaster1; From 0730040f1bd05eaa74dd997d5f8a3757c2932ddc Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 15:50:46 +0300 Subject: [PATCH 05/11] isLoadingMasterrr --- selectors.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selectors.js b/selectors.js index 3ace92c..31cf115 100644 --- a/selectors.js +++ b/selectors.js @@ -8,4 +8,5 @@ export const getLosingFlagSelector = (store) => store.weather.isLoadingzzz; export const getLosingFlagSelector = (store) => store.weather.isLoadingXx; -export const getLosingFlagSelector = (store) => store.weather.isLoadingMaster1; +export const getLosingFlagSelector = (store) => store.weather.isLoadingXx2; +export const getLosingFlagSelector = (store) => store.weather.isLoadingMasterrr; From 717782457ee5dc0815a762417d779a0219945234 Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 15:52:42 +0300 Subject: [PATCH 06/11] w1 --- selectors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/selectors.js b/selectors.js index 31cf115..0d5f098 100644 --- a/selectors.js +++ b/selectors.js @@ -10,3 +10,4 @@ export const getLosingFlagSelector = (store) => store.weather.isLoadingzzz; export const getLosingFlagSelector = (store) => store.weather.isLoadingXx; export const getLosingFlagSelector = (store) => store.weather.isLoadingXx2; export const getLosingFlagSelector = (store) => store.weather.isLoadingMasterrr; +export const getLosingFlagSelector = (store) => store.weather.isLoadingMasterr2; From 96035f6c5ca67f02871e977546adaaa2c57b54c6 Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 15:58:20 +0300 Subject: [PATCH 07/11] xxx master --- selectors.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selectors.js b/selectors.js index 0d5f098..db29eb5 100644 --- a/selectors.js +++ b/selectors.js @@ -1,3 +1,5 @@ +xxx master + export const getWordsSelector = (store) => store.dictionary.words; export const getWorldCountSelector = (store) => store.dictionary.worldCount; From 1dc36ac50e005daf5c37ddfbb95be77258a3a9a9 Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 16:00:13 +0300 Subject: [PATCH 08/11] init --- selectors.js | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/selectors.js b/selectors.js index db29eb5..8b25206 100644 --- a/selectors.js +++ b/selectors.js @@ -1,15 +1 @@ -xxx master - -export const getWordsSelector = (store) => store.dictionary.words; - -export const getWorldCountSelector = (store) => store.dictionary.worldCount; - -export const getWorldCountTodaySelector = (store) => store.dictionary.worldCountToday; - -export const getLosingFlagSelector = (store) => store.weather.isLoadingzzz; - - -export const getLosingFlagSelector = (store) => store.weather.isLoadingXx; -export const getLosingFlagSelector = (store) => store.weather.isLoadingXx2; -export const getLosingFlagSelector = (store) => store.weather.isLoadingMasterrr; -export const getLosingFlagSelector = (store) => store.weather.isLoadingMasterr2; +master \ No newline at end of file From 6513f4e184709de89245fb6aa7f245eb83278699 Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 16:03:20 +0300 Subject: [PATCH 09/11] xx --- selectors.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/selectors.js b/selectors.js index 8b25206..da3692d 100644 --- a/selectors.js +++ b/selectors.js @@ -1 +1,4 @@ -master \ No newline at end of file +master + + +xxxx \ No newline at end of file From e88407269c854e79b8b5ba5bf1b44a292af22deb Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 16:04:44 +0300 Subject: [PATCH 10/11] zzzz --- selectors.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selectors.js b/selectors.js index da3692d..cf929c1 100644 --- a/selectors.js +++ b/selectors.js @@ -1,4 +1,5 @@ master -xxxx \ No newline at end of file +xxxx +zzzzzzz \ No newline at end of file From 7d918b4b8814ccbed4cc890092a65536061b5d5a Mon Sep 17 00:00:00 2001 From: kirsanov_stanislav Date: Wed, 24 Jun 2020 16:07:48 +0300 Subject: [PATCH 11/11] 22 --- selectors.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selectors.js b/selectors.js index cf929c1..cf6437c 100644 --- a/selectors.js +++ b/selectors.js @@ -2,4 +2,5 @@ master xxxx -zzzzzzz \ No newline at end of file +zzzzzzz +222