From 2c33a5bcaaab1550a3b9be042cec9e7f67a96dd2 Mon Sep 17 00:00:00 2001 From: Adam Ross Date: Tue, 19 Dec 2017 21:30:50 -0800 Subject: [PATCH 1/4] Add top-navbar with useful links. --- frontend/index.html | 7 +++++-- frontend/src/components/App.vue | 36 ++++++++++++++++++++++++++------- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 50f2ae5..0040c6d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,8 +5,7 @@ Outrigger Dashboard - - + @@ -28,4 +27,8 @@
+ + + + diff --git a/frontend/src/components/App.vue b/frontend/src/components/App.vue index 91c8347..29a2166 100644 --- a/frontend/src/components/App.vue +++ b/frontend/src/components/App.vue @@ -1,21 +1,43 @@ From e59fc09d25eb12e18092a7942c2ef7614062beb1 Mon Sep 17 00:00:00 2001 From: Adam Ross Date: Wed, 20 Dec 2017 11:13:57 -0800 Subject: [PATCH 2/4] Fix up page title and add contribution link. --- frontend/src/components/App.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/App.vue b/frontend/src/components/App.vue index 29a2166..ad64bbb 100644 --- a/frontend/src/components/App.vue +++ b/frontend/src/components/App.vue @@ -10,7 +10,6 @@
-
-
-

Outrigger Dashboard

-
-
+

Outrigger Dashboard

+
From 6d825859b9e07a19d271a6096bd5f7a5df7672b8 Mon Sep 17 00:00:00 2001 From: Adam Ross Date: Wed, 20 Dec 2017 11:43:40 -0800 Subject: [PATCH 3/4] Add fontawesome icons and move issues dropdown to the right/bottom. --- frontend/index.html | 1 + frontend/src/components/App.vue | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 0040c6d..334ecab 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9,6 +9,7 @@ +