From 3c0a24825c9fa2796192b001b2dfde0ae5864b31 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Fri, 29 Nov 2019 13:26:41 +0100 Subject: [PATCH] Move components to _new structure/refactor - extract more components --- .../features/ReportList/ReportList.vue | 45 ++++++- .../generic/FiledTable/FiledTable.vue | 20 ++- .../generic}/ReportsTable/ReportsTable.vue | 126 ++++++++---------- 3 files changed, 105 insertions(+), 86 deletions(-) rename webapp/components/{ => _new}/features/ReportList/ReportList.vue (62%) rename webapp/components/{ => _new}/generic/FiledTable/FiledTable.vue (69%) rename webapp/components/{features => _new/generic}/ReportsTable/ReportsTable.vue (57%) diff --git a/webapp/components/features/ReportList/ReportList.vue b/webapp/components/_new/features/ReportList/ReportList.vue similarity index 62% rename from webapp/components/features/ReportList/ReportList.vue rename to webapp/components/_new/features/ReportList/ReportList.vue index bf971c9bd..db03e9ca6 100644 --- a/webapp/components/features/ReportList/ReportList.vue +++ b/webapp/components/_new/features/ReportList/ReportList.vue @@ -1,23 +1,60 @@