diff --git a/resources/assets/src/views/user/Dashboard.vue b/resources/assets/src/views/user/Dashboard.vue index f0c72690..26a0bec1 100644 --- a/resources/assets/src/views/user/Dashboard.vue +++ b/resources/assets/src/views/user/Dashboard.vue @@ -8,47 +8,62 @@
-
-
- -
- - {{ playersUsed }} / {{ playersTotal }} - -
-
-
- -
- - - - +
+ + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + +
+ {{ playersUsed }} / {{ playersTotal }} + + + + +
-

+

{{ animatedScore }}

-

+

@@ -171,7 +186,6 @@ export default { this.storageTotal = data.stats.storage.total this.score = data.user.score }, - round: Math.round, async sign() { const result = await this.$http.post('/user/sign') @@ -190,6 +204,18 @@ export default {