Commit Graph

10 Commits

Author SHA1 Message Date
Peter Wood
b0235e3fd7 feat: implement voice search overlay with microphone icon 2025-04-23 07:44:24 -04:00
Peter Wood
0f6cfe3d6c chore: update dependencies and add new features
- Added Font Awesome and Annyang for enhanced UI and voice recognition capabilities.
- Updated package.json to include new dependencies: @fortawesome/fontawesome-free, annyang, and wrangler.
- Modified postcss.config.js for proper syntax.
- Updated style.css to include Font Awesome styles and added new styles for voice search button and footer.
- Adjusted tailwind.config.js to scan all relevant files for dynamic classes.
- Added VSCode settings to ignore unknown at-rules in CSS, SCSS, and LESS.
- Created a Caddyfile for server configuration with basic settings.
2025-04-22 17:31:47 -04:00
Peter Wood
00add8ae3b fix: correct history item scaling in project instructions 2025-04-22 16:50:38 -04:00
Peter Wood
577fde6d62 feat: add initial wrangler configuration for project setup 2025-04-22 15:41:12 -04:00
Peter Wood
9ce1e21dc1 feat: add favicon files and implement search history feature with animations 2025-04-22 15:12:56 -04:00
Peter Wood
5b436faa14 feat: add copilot instructions for project overview, features, and deployment 2025-04-22 15:11:41 -04:00
Peter Wood
4b30d3d1bd docs: update README.md to enhance project description and deployment instructions 2025-04-22 14:15:13 -04:00
Peter Wood
40fc872108 feat: add vite-plugin-node-polyfills to support Node.js globals in Vite 2025-04-22 14:12:34 -04:00
Peter Wood
deb2134b82 feat: add Playwright testing setup and update deployment script 2025-04-22 13:48:12 -04:00
Peter Wood
6d12242cfb chore: initialize project with Vite, Tailwind CSS, and Pokedex API
- Added package.json with project metadata and dependencies
- Created postcss.config.js for Tailwind CSS and Autoprefixer integration
- Added style.css to include Tailwind's base, components, and utilities
- Configured tailwind.config.js to specify content sources for class scanning
- Set up vite.config.js for build configuration targeting ES2020
2025-04-22 13:26:40 -04:00