diff --git a/src/assets/components.css b/src/assets/components.css
index 0eb7f52..4ad4b6e 100644
--- a/src/assets/components.css
+++ b/src/assets/components.css
@@ -30,6 +30,30 @@
transform: rotate(360deg)
}
}
+/* loaderBar */
+/* */
+.loaderBar {
+ width: 80%;
+ height: 16px;
+ display: inline-block;
+ background-color: #0099FF;
+ border: 1px solid #0099FF;
+ border-radius: 4px;
+ background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent);
+ font-size: 30px;
+ background-size: 1em 1em;
+ box-sizing: border-box;
+ animation: barStripe 1s linear infinite;
+}
+
+@keyframes barStripe {
+ 0% {
+ background-position: 0 0;
+ }
+ 100% {
+ background-position: 1em 0;
+ }
+}
/* components */
/* Scrollbar */
diff --git a/src/components/Discover/Conformance/MoreModal.vue b/src/components/Discover/Conformance/MoreModal.vue
index b6c623e..2ea5e58 100644
--- a/src/components/Discover/Conformance/MoreModal.vue
+++ b/src/components/Discover/Conformance/MoreModal.vue
@@ -6,58 +6,58 @@
-
-
- Trace List ({{ traceTotal }})
-
- infoClick trace number to see more.
-
-
-
-
-
- Trace #{{ showTraceId }}
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index dc65121..ab576cb 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -27,11 +27,15 @@
-
-