From 8db630389abfdfecce8241de313f90e513e3baf5 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Sat, 20 Jun 2020 17:50:41 +0200 Subject: [PATCH] feat: better loading in match details --- client/src/components/Common/CubeLoader.vue | 86 +++++++++++++++++++ client/src/components/Match/DetailedMatch.vue | 6 +- client/tailwind.config.js | 1 + 3 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 client/src/components/Common/CubeLoader.vue diff --git a/client/src/components/Common/CubeLoader.vue b/client/src/components/Common/CubeLoader.vue new file mode 100644 index 0000000..4736278 --- /dev/null +++ b/client/src/components/Common/CubeLoader.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/client/src/components/Match/DetailedMatch.vue b/client/src/components/Match/DetailedMatch.vue index e10c8a9..bdf2686 100644 --- a/client/src/components/Match/DetailedMatch.vue +++ b/client/src/components/Match/DetailedMatch.vue @@ -26,19 +26,23 @@ />
-

Loading...

+
+ +