From 7a405140db6f0d51076e33368f8409589c985577 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 26 Dec 2019 01:26:46 +0100 Subject: [PATCH] Loading var for loader start and more header info. New loading var for holding the state of the request. This makes it easier to show the loading and an error if the result is empty but the request is finished. More header info! The header now displays list elements of info in a column on the right side of header. Used here for result and page current and total count. --- src/components/ListPage.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/components/ListPage.vue b/src/components/ListPage.vue index dfb7ee4..95289d5 100644 --- a/src/components/ListPage.vue +++ b/src/components/ListPage.vue @@ -1,7 +1,7 @@