From 00d5f58b00fd246084b60d8e9311d16ac9885680 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 2 Dec 2019 11:26:11 +0100 Subject: [PATCH] Move components to features, style table[WIP] - In conversations with @alina-beck, she suggested we move the ReportsTable and FiledTable to features since it is tightly coupled to Reports... we can work towards a table that is "dumb" and just takes the data and displays it in another PR - Add extra column for Current status - Fix widths --- .../FiledTable/FiledTable.vue | 0 .../_new/features/ReportList/ReportList.vue | 2 +- .../ReportsTable/ReportsTable.spec.js | 0 .../ReportsTable/ReportsTable.vue | 80 ++++++++++--------- 4 files changed, 44 insertions(+), 38 deletions(-) rename webapp/components/_new/{generic => features}/FiledTable/FiledTable.vue (100%) rename webapp/components/_new/{generic => features}/ReportsTable/ReportsTable.spec.js (100%) rename webapp/components/_new/{generic => features}/ReportsTable/ReportsTable.vue (81%) diff --git a/webapp/components/_new/generic/FiledTable/FiledTable.vue b/webapp/components/_new/features/FiledTable/FiledTable.vue similarity index 100% rename from webapp/components/_new/generic/FiledTable/FiledTable.vue rename to webapp/components/_new/features/FiledTable/FiledTable.vue diff --git a/webapp/components/_new/features/ReportList/ReportList.vue b/webapp/components/_new/features/ReportList/ReportList.vue index 6b5488107..2a141a875 100644 --- a/webapp/components/_new/features/ReportList/ReportList.vue +++ b/webapp/components/_new/features/ReportList/ReportList.vue @@ -16,7 +16,7 @@