berrypod/lib/simpleshop_theme_web/live/shop
jamey f5f6374f7b replace Tailwind in content + collection, remove shop Tailwind entirely (Phase 5c)
- Replace all Tailwind utilities in content.ex and collection.ex with
  semantic CSS classes (content body, contact form, cards, reviews, etc.)
- Delete app-shop.css (Tailwind shop entry point)
- Remove shop Tailwind config from config.exs, dev.exs, mix.exs
- Remove shop Tailwind stylesheet link from shop_root.html.heex
- Add collection filter bar, empty state, and select dropdown styles
- Fix filter pill sizing (use theme font vars instead of hardcoded rem)
- Fix active pill contrast (tinted accent background + dark accent text)
- Fix --t-text-on-accent fallback for pill legibility
- Add padding/font-size to .themed-select

Shop pages now use zero Tailwind. Admin Tailwind remains for Phase 6.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 19:07:15 +00:00
..
cart.ex add shipping costs with live exchange rates and country detection 2026-02-14 10:48:00 +00:00
checkout_success.ex restructure LiveView directories: admin/, shop/, auth/ 2026-02-12 00:16:32 +00:00
collection.ex replace Tailwind in content + collection, remove shop Tailwind entirely (Phase 5c) 2026-02-17 19:07:15 +00:00
coming_soon.ex restructure LiveView directories: admin/, shop/, auth/ 2026-02-12 00:16:32 +00:00
contact.ex restructure LiveView directories: admin/, shop/, auth/ 2026-02-12 00:16:32 +00:00
content.ex restructure LiveView directories: admin/, shop/, auth/ 2026-02-12 00:16:32 +00:00
home.ex wire shop LiveViews to DB queries and improve search UX 2026-02-13 08:27:26 +00:00
product_show.ex cap gallery image width to max available variant 2026-02-16 17:48:03 +00:00