From 066813aa023c76a6a17761cc7f6735729a1eee1e Mon Sep 17 00:00:00 2001 From: hokageCodes Date: Sat, 3 Dec 2022 18:55:42 +0000 Subject: [PATCH 1/2] Error pages --- frontend/src/pages/ErrorProcessing/index.jsx | 59 ++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 frontend/src/pages/ErrorProcessing/index.jsx diff --git a/frontend/src/pages/ErrorProcessing/index.jsx b/frontend/src/pages/ErrorProcessing/index.jsx new file mode 100644 index 00000000..3d2b9b87 --- /dev/null +++ b/frontend/src/pages/ErrorProcessing/index.jsx @@ -0,0 +1,59 @@ +import React from 'react'; +import { FaGreaterThan } from 'react-icons/fa'; +import DashBoardHeader from '../../components/DashBoardHeader'; +import NavigationBar from '../../components/NavigationBar'; + +const styles = { + bgColor: '#1570EF', + titleTextColor: '#101828', + inputwidth: '500px', + sideWidth: '248px', + dasboardwidth: '150px', +}; +const processData = { + status: 'Processing...', + statusHeader: 'Maching data...', + statusMessage: 'imbalancing (s) found so far', + numberOfimbalance: 0, +}; + +const ErrorProcessing = () => ( + <> + +
+
+

+ Processing... +

+

+ Our system is currently reconciling your records and will alert you of + any errors. Please be patient. +

+
+
+

+ Matching data... +

+
+ 0 +

+ imbalance(s) found so far +

+
+
+ + 1% +
+
+
+ +); + +export default ErrorProcessing; \ No newline at end of file From 94e16c948e49bec1ae73acdd68512651be8a5777 Mon Sep 17 00:00:00 2001 From: hokageCodes Date: Sat, 3 Dec 2022 19:05:22 +0000 Subject: [PATCH 2/2] hot fix error page --- frontend/src/pages/ErrorProcessing/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ErrorProcessing/index.jsx b/frontend/src/pages/ErrorProcessing/index.jsx index 3d2b9b87..d1332daa 100644 --- a/frontend/src/pages/ErrorProcessing/index.jsx +++ b/frontend/src/pages/ErrorProcessing/index.jsx @@ -30,7 +30,7 @@ const ErrorProcessing = () => ( any errors. Please be patient.

-
+

Matching data...