berrypod/lib/simpleshop_theme_web
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
..
components replace Tailwind in content + collection, remove shop Tailwind entirely (Phase 5c) 2026-02-17 19:07:15 +00:00
controllers consolidate image serving and clean up pipeline 2026-02-16 17:47:41 +00:00
live replace Tailwind in content + collection, remove shop Tailwind entirely (Phase 5c) 2026-02-17 19:07:15 +00:00
plugs add Printful webhook endpoint with token verification 2026-02-15 09:32:14 +00:00
admin_layout_hook.ex add admin sidebar layout with responsive drawer navigation 2026-02-12 08:35:22 +00:00
cart_hook.ex add shipping costs with live exchange rates and country detection 2026-02-14 10:48:00 +00:00
endpoint.ex add mobile swipe for product card images and fix dev asset caching 2026-02-10 12:24:52 +00:00
gettext.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
router.ex consolidate image serving and clean up pipeline 2026-02-16 17:47:41 +00:00
search_hook.ex fix search modal closing on keypress and add admin header icon 2026-02-13 16:02:25 +00:00
telemetry.ex add observability: LiveDashboard in prod, error tracking, JSON logging 2026-02-08 17:02:21 +00:00
theme_hook.ex fix search modal closing on keypress and add admin header icon 2026-02-13 16:02:25 +00:00
user_auth.ex fix signed_in_path to always redirect to /admin after login 2026-02-12 14:55:57 +00:00