From d5a0cb00fa7fd7b46c69136b4367e35c69ce03eb Mon Sep 17 00:00:00 2001 From: ori agranat Date: Sat, 20 Apr 2019 22:49:44 +0300 Subject: [PATCH] added contour tab and more filters to threshold --- .../src/components/ThresholdTab.vue | 6 ++- chameleon-client/src/components/ch-switch.vue | 44 +++++++++++++++++++ .../src/components/contourTab.vue | 20 ++++++++- chameleon-client/src/store.js | 21 ++++++++- 4 files changed, 86 insertions(+), 5 deletions(-) create mode 100644 chameleon-client/src/components/ch-switch.vue diff --git a/chameleon-client/src/components/ThresholdTab.vue b/chameleon-client/src/components/ThresholdTab.vue index f993ca859..861828557 100644 --- a/chameleon-client/src/components/ThresholdTab.vue +++ b/chameleon-client/src/components/ThresholdTab.vue @@ -3,12 +3,15 @@ + + + + \ No newline at end of file diff --git a/chameleon-client/src/components/contourTab.vue b/chameleon-client/src/components/contourTab.vue index bd679f120..a7aed2641 100644 --- a/chameleon-client/src/components/contourTab.vue +++ b/chameleon-client/src/components/contourTab.vue @@ -1,10 +1,26 @@