amamolo9986 / The-Porsche-Project

MIT License
0 stars 0 forks source link

General housekeeping #9

Closed amamolo9986 closed 1 month ago

amamolo9986 commented 1 month ago

Go through all HTML files and separate the CSS and JS into their own files. May take some time but isn't hard

amamolo9986 commented 1 month ago

add any other generic front end clean up to this as well since we're here

amamolo9986 commented 1 month ago

inline CSS from login.html successfully moved to CSS file

amamolo9986 commented 1 month ago

CREATED ISSUE - When the CSS is inline, the JSESSIONID, accessToken, and refreshToken all clear upon logout. But when the CSS is removed and placed into its own file, the access token is NOT cleared.

amamolo9986 commented 1 month ago

Cleared cache and it appears to have cleared out the exception. I will keep the ticket open just in case it arises again.

amamolo9986 commented 1 month ago

inline CSS from dashboard.html successfully moved to CSS file

amamolo9986 commented 1 month ago

inline CSS from register.html successfully moved to CSS file and JS to its own JS file. All tested and work successfully