gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

[TODO] Fix the Login page #7

Closed gbowne1 closed 1 year ago

gbowne1 commented 1 year ago

The Login page has some minor issues:

Here was the last known good render of the login. It originally was a index.html It's now /src/client/public/login/login.html I believe it originally loaded this page when the app started on localhost:3000 and when you logged in and or registered it then it shouldve taken you to the /src/client/public/dashboard/dashboard.html

The css file is /src/client/public/css/login.css

Screenshot 2023-04-16 at 22-53-19 Radio Logger

gbowne1 commented 1 year ago

I fixed the css link in the last push so that the login.html renders the correct css. I also fixed the manifest link. And added the missing .js files the body was expecting as well as missing CDN scripts.

The CSS needs more work though.

gbowne1 commented 1 year ago

I added some a11y things for this in the last push.

gbowne1 commented 1 year ago

I have no idea if auth, password reset etc functions actually work.

gbowne1 commented 1 year ago

Fixed with last commit push cycle. This was just a problem with the script tag path. CSS now loads for the Login.