From 617fc8d8775aff1f1ce2f0e60cd26d049a88382d Mon Sep 17 00:00:00 2001 From: knighthawk4227 Date: Wed, 7 May 2025 10:49:08 -0700 Subject: [PATCH] indentation of dashboard --- app.js | 2 + src/views/dashboard.ejs | 136 ++++++++++++++++++++-------------------- 2 files changed, 70 insertions(+), 68 deletions(-) diff --git a/app.js b/app.js index 8ed961a..a4f0263 100644 --- a/app.js +++ b/app.js @@ -94,6 +94,8 @@ app.get('/reset/:token', async (req, res) => { }); }); +app.post('reset') + app.post('/api/location', async (req, res) => { const { latitude, longitude } = req.body; diff --git a/src/views/dashboard.ejs b/src/views/dashboard.ejs index 3de6635..182184e 100644 --- a/src/views/dashboard.ejs +++ b/src/views/dashboard.ejs @@ -1,99 +1,99 @@ <%- include("./partials/fileHeader") %> <%- include("./partials/header") %> -
- -
- - + -
- -
-
+ +
+ +
+
- - - -
+ + + +

- Retirement goal

+ Retirement goal

- $53k

-
-
+ class="block text-right antialiased tracking-normal font-sans text-2xl font-semibold leading-snug text-blue-gray-900"> + $53k +
+

- Make this percent bar or graph or something  than last - week + Make this percent bar or graph or something  than last + week

-
+
-
+

- Retirement goal

+ Retirement goal

- $53k

-
-
+ class="block text-right antialiased tracking-normal font-sans text-2xl font-semibold leading-snug text-blue-gray-900"> + $53k +
+

- Make this percent bar or graph or something  than last - week + Make this percent bar or graph or something  than last + week

-
+
- - - - - - - - - - - - - - - - - - - - - - - -
-
+ + + + + + + + + + + + + + + + + + + + + + + +
+
-

+

Retirement goal

-

$53k

-

+

Make this percent bar or graph or something  than last week -

+

-
-
-
+
+
+
-
-
+ + - <%- include("./partials/navBar") %> - <%- include("./partials/footer") %> +<%- include("./partials/navBar") %> + <%- include("./partials/footer") %>