From 2defaf883e96b8c0ca2ab22da6958ff4446dfa32 Mon Sep 17 00:00:00 2001 From: tombui99 Date: Mon, 13 Nov 2023 16:41:14 +1100 Subject: [PATCH 1/2] Improve homepage UI --- ui/src/containers/Home.svelte | 77 +++++++++++++---------------------- 1 file changed, 28 insertions(+), 49 deletions(-) diff --git a/ui/src/containers/Home.svelte b/ui/src/containers/Home.svelte index 9490bd04..8db32110 100644 --- a/ui/src/containers/Home.svelte +++ b/ui/src/containers/Home.svelte @@ -59,20 +59,17 @@
-
+

View prior scans history

-

View previous scan results

+

View previous scan results.

-
+
-
+ -
+

Export to CSV

- Export scan result to CSV to perform further analysis (e.g on PowerBI) + Export scan result to CSV to perform further analysis (e.g on PowerBI).

@@ -115,22 +109,19 @@
-
+

View Lighthouse Report

- View Lighthouse Report without leaving the app + View Lighthouse Report without leaving the app.

-
+
-
+ -
+

@@ -166,7 +154,7 @@

If Performance is less than 80 and SEO score is less than 100, fail - the build + the build.

@@ -174,22 +162,19 @@
-
+

Ignore broken Links

- Ignored URLs will not cause build to fail + Ignored URLs will not cause build to fail.

-
+
-
+ -
+

View Code Errors

- View HTML code errors and Code errors without leaving the app + View HTML code errors and Code errors without leaving the app.

@@ -232,22 +214,19 @@
-
+

View Artillery Load Test

- View Load Test results ran by Artillery without leaving the app + View Load Test results ran by Artillery without leaving the app.

-
+
Date: Wed, 15 Nov 2023 12:18:17 +1100 Subject: [PATCH 2/2] Fixed nav bar alligning issues --- ui/src/containers/Layout.svelte | 250 ++++++++++++++++---------------- 1 file changed, 124 insertions(+), 126 deletions(-) diff --git a/ui/src/containers/Layout.svelte b/ui/src/containers/Layout.svelte index da68b531..68d7c37a 100644 --- a/ui/src/containers/Layout.svelte +++ b/ui/src/containers/Layout.svelte @@ -36,136 +36,134 @@
- @@ -369,7 +367,7 @@ max-width: 1280px; } img { - max-width: 100%; + max-width: 400px; height: auto; } footer {