Commit graph

4 commits

Author SHA1 Message Date
nocci
3fd950e95c 📝 docs(README): add screenshots section with guidelines
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
- introduce screenshots section in README with suggested captures
- recommend storing images as WebP or PNG and keeping file size small
- advise on blurring or redacting sensitive data before committing

💄 style(images): update application icons

- modify `icon-192.png` and `icon-512.png` for consistent style

🔧 chore(images): add .gitkeep to docs/img directory

- include .gitkeep to ensure directory presence in version control
2025-12-07 12:57:22 +00:00
nocci
c6a2ed928b 💄 style(css): remove light mode overrides
- delete CSS rules for light mode to maintain a single dark mode theme

♻️ refactor(html): enforce dark mode and remove theme toggle

- simplify theme management by permanently enabling dark mode
- remove theme toggle button and related JavaScript logic
2025-12-06 14:28:18 +00:00
nocci
79aa77348b 💄 style(css): add light-mode styles for slate backgrounds
- implement light-mode overrides for slate backgrounds and text colors
- ensure compatibility with existing dark-mode styles
2025-12-06 14:25:02 +00:00
nocci
ea06f16407 🔧 chore(repo): restructure project file hierarchy
- move project files out of fleetledger directory to root
- update .gitignore to reflect new .env path

📝 docs(README): add detailed project description

- provide an overview of FleetLedger's features and usage
- include setup instructions and security notes
2025-12-06 11:56:16 +00:00