fix: OS Detection of theme removed.
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m34s
Deploy to Staging / Deploy to Staging (push) Successful in 37s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped

This commit is contained in:
Eric Gullickson
2026-01-01 10:30:08 -06:00
parent f79fda79b9
commit ffd8ecd1d0
5 changed files with 10 additions and 50 deletions

View File

@@ -30,11 +30,10 @@ You are a senior software engineer specializsing in NodeJS, Typescript, front en
*** CHANGES TO IMPLEMENT ***
- Research this code base and ask iterative questions to compile a complete plan.
- We will pair troubleshoot this. Tell me what logs and things to run and I will
- There is a bug in vehicles form
- There was logic added for fewer than 17 digits in the VIN number for vehicles older than 1980
- The application was built with many contraints on 17 digit VIN numbers and now the database doesn't store VIN numbers with fewer than 17
- Displatch explore agents to follow the data flow and find the remaining gate that is stopping the data from being stored.
- There are no front end or API errors
- There is current a Dark / Light theme option for this application
- There is logic somewhere in the code that detects the operating systems' theme and uses that. Remove this.
- Default to the light theme for everyone.
- Retain the functionality for the user to pick dark theme and save that preference.