simpleshop_theme/lib/simpleshop_theme_web
Jamey Greenwood b2869514cb refactor: extract product_grid to shared ShopComponents module
Create a reusable product grid component that handles responsive
column layouts. Supports two modes:

- Theme-based columns: Uses theme_settings.grid_columns for lg breakpoint
- Fixed columns: Use columns={:fixed_4} for 2/4 column layouts

Used in: home (featured), collection, pdp (related), error (suggestions)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 14:45:34 +00:00
..
components refactor: extract product_grid to shared ShopComponents module 2026-01-17 14:45:34 +00:00
controllers feat: add dark mode support, accordion UI, and current combination display 2025-12-31 18:55:44 +00:00
live refactor: extract product_grid to shared ShopComponents module 2026-01-17 14:45:34 +00:00
endpoint.ex add Tidewave 2025-12-30 12:27:41 +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 feat: add dark mode support, accordion UI, and current combination display 2025-12-31 18:55:44 +00:00
telemetry.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
user_auth.ex mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00