From 6f9e9141b753a7a75192ccf8cfe4b3569c674315 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Tue, 21 Jul 2020 23:01:35 +0200 Subject: [PATCH] Format Home component --- frontend/src/views/Home.vue | 202 ++++++++++++++++-------------------- 1 file changed, 91 insertions(+), 111 deletions(-) diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index 4c0e18b..bce02bd 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -4,18 +4,18 @@

User Information

-

Username: {{username}}

+

Username: {{username}}

Firstname: {{firstname}}

Lastname: {{lastname}}

- +

Location

-

Longitude: {{location.longitude}}

-

Latitude: {{location.latitude}}

-

Radius: {{location.radius}}

+

Longitude: {{location.longitude}}

+

Latitude: {{location.latitude}}

+

Radius: {{location.radius}}

Location

@@ -31,11 +31,10 @@
mdi-currency-usdmdi-currency-usd-off{{" " + today.type}}
+ color="red" + v-bind:class="{'d-none':today.type == 'PAID'}" + >mdi-currency-usd-off{{" " + today.type}}
mdi-clock-outline{{" Start " + today.startdate}}
-
mdi-clock-outline{{" End " + today.enddate}}
@@ -46,16 +45,12 @@ -

Accounts

-
+

Accounts

+
mdi-account-tie{{" Account " + timeTrackAccount.name}}
-
mdi-currency-usd{{" Revenue " + timeTrackAccount.revenue}}
@@ -63,7 +58,6 @@
-

Welcome to Geo Timetracking

@@ -72,109 +66,95 @@ - -