- Add CSS rules to prevent invisible elements from flashing during page load - Fix vehicle section display conflicts with JavaScript enabling - Ensure calculate button can be properly enabled when requirements are met - Fix results section display after calculation completion - Remove !important declarations that blocked JavaScript functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
298 B
Plaintext
23 lines
298 B
Plaintext
# Git files
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# Development/build tools
|
|
consolidate-database.js
|
|
update-vehicle-database.js
|
|
autocomplete-ui.js
|
|
|
|
# Development data
|
|
vehicle-data/
|
|
*.json
|
|
|
|
# Docker files (not needed in container)
|
|
docker-compose.yml
|
|
Dockerfile
|
|
|
|
# Other files
|
|
.dockerignore |