Commit Graph

2 Commits

Author SHA1 Message Date
Kunthawat
2f53e3ed15 feat: Add PDPA compliance features to Astro website
- Cookie consent banner (Thai language)
- Consent logging with database (@libsql/client, drizzle-orm)
- Preserved all 6 products with specification tables
- Preserved 3 blog posts
- Added dependencies: astro-consent, @libsql/client, drizzle-orm
- Thai-only routing configuration
- Desktop-first typography (18px base)
- Preserved existing design system (green primary color)

Product data preserved in site-config.ts with tables for:
- ท่อ HDPE
- ท่อ PPR ตราช้าง
- ท่อ PP-R/PP-RCT POLOPLAST
- ท่อไซเลอร์
- ท่อระบายน้ำ 3 ชั้น ไซเลนท์
- ท่อพีพีอาร์ไทย

Ready for Easypanel deployment with Nixpacks.
2026-03-10 21:24:37 +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