From c4a9790eb88f3f834c107ef898caf50d2ed53de8 Mon Sep 17 00:00:00 2001 From: piratefinn Date: Fri, 10 Nov 2017 18:41:35 +0000 Subject: [PATCH] Web app leaderboard done --- src/app/dashboard/dashboard.routing.ts | 1 + src/app/dashboard/leaderboard.component.html | 22 ++++++++++--------- src/app/dashboard/leaderboard.component.ts | 21 ++++++++---------- .../shared/leaderboard-result.component.html | 6 ++--- .../shared/leaderboard-result.component.ts | 7 +++--- 5 files changed, 29 insertions(+), 28 deletions(-) diff --git a/src/app/dashboard/dashboard.routing.ts b/src/app/dashboard/dashboard.routing.ts index ba776f2..d0e56fe 100644 --- a/src/app/dashboard/dashboard.routing.ts +++ b/src/app/dashboard/dashboard.routing.ts @@ -13,6 +13,7 @@ import { AddDataComponent } from './add-data.component'; import { FeedbackComponent } from './feedback.component'; import { TransactionLogComponent } from './transaction-log.component'; import { PayrollLogComponent } from './payroll-log.component'; +import { LeaderboardComponent } from './leaderboard.component'; import { MapComponent } from './map.component'; // Using child path to allow for FullLayout theming diff --git a/src/app/dashboard/leaderboard.component.html b/src/app/dashboard/leaderboard.component.html index 7eee607..34345f3 100644 --- a/src/app/dashboard/leaderboard.component.html +++ b/src/app/dashboard/leaderboard.component.html @@ -7,15 +7,17 @@ By default this loads the page with your position.
-