# HG changeset patch # User Thomas Junk # Date 1551371059 -3600 # Node ID 78d4ce079f9bbb703d4df844539d6ac929ca6541 # Parent 171ea4b5e8dcc5a600a1577c55e383af644cee38 staging: optics diff -r 171ea4b5e8dc -r 78d4ce079f9b client/src/components/importoverview/ImportOverview.vue --- a/client/src/components/importoverview/ImportOverview.vue Thu Feb 28 16:52:45 2019 +0100 +++ b/client/src/components/importoverview/ImportOverview.vue Thu Feb 28 17:24:19 2019 +0100 @@ -14,37 +14,51 @@ - -
Staging
+ + +
+
+ Review +
+ Nothing to review +
-
- - - -
Logs
+
+
+ + + +
+
+ Logs +
+
+
@@ -73,7 +87,7 @@ Logs: () => import("./importlogs/Logs.vue") }, computed: { - ...mapState("imports", ["stagingVisible", "logsVisible"]) + ...mapState("imports", ["stagingVisible", "logsVisible", "staging"]) }, methods: { toggleStaging() { diff -r 171ea4b5e8dc -r 78d4ce079f9b client/src/components/importoverview/importlogs/Logs.vue --- a/client/src/components/importoverview/importlogs/Logs.vue Thu Feb 28 16:52:45 2019 +0100 +++ b/client/src/components/importoverview/importlogs/Logs.vue Thu Feb 28 17:24:19 2019 +0100 @@ -1,6 +1,8 @@