Commit Graph

2 Commits

Author SHA1 Message Date
Kunthawat Greethong
54c7a4407e 📚 Add AGENTS.md - Project knowledge base
Comprehensive documentation for AI agents:
 Project structure and conventions
 Deployment instructions (Dockerfile + Easypanel)
 Page structure and routing
 Data structure (site-config.ts)
 Styling guidelines (Tailwind + custom classes)
 Image handling and SEO
 Anti-patterns and best practices
 Commands and environment setup

Based on commit 668f690 (ideal Next.js setup)
2026-03-10 10:47:35 +07:00
Kunthawat Greethong
ede8e32591 feat: Fix product tables and responsive fonts
- Add product detail page ([slug].astro) with table rendering
- Display productTables from site-config.ts on product pages
- Add responsive font scaling for large screens (1280px+)
- Base font scales from 16px to 24px on 4K displays
- All text elements use responsive sizing (md/lg/xl breakpoints)
- Tables styled with green headers and alternating rows
- Add comprehensive documentation (FIXES_SUMMARY.md)

Fixes:
- Product specification tables now visible on product pages
- Font too small on large screens - now responsive
2026-03-02 12:22:13 +07:00