berrypod/lib/simpleshop_theme/theme
jamey 35e0386abb add denormalized product fields and use Product structs throughout
Adds cheapest_price, compare_at_price, in_stock, on_sale columns to
products table (recomputed from variants after each sync). Shop
components now work with Product structs directly instead of plain
maps from PreviewData. Renames .name to .title, adds Product display
helpers (primary_image, hover_image, option_types) and ProductImage
helpers (display_url, direct_url, source_width). Adds Products context
query functions for storefront use (list_visible_products,
get_visible_product, list_categories with DB-level sort/filter).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 01:26:39 +00:00
..
css_cache.ex add variants to all mock products and fix CSSCache race condition 2026-02-09 18:12:57 +00:00
css_generator.ex perf: use digested font paths in CSS and preloads 2026-01-25 09:32:06 +00:00
fonts.ex add CI pipeline with credo and dialyzer 2026-02-08 15:19:42 +00:00
presets.ex fix: improve accent color contrast for WCAG AA compliance 2026-01-25 00:33:52 +00:00
preview_data.ex add denormalized product fields and use Product structs throughout 2026-02-13 01:26:39 +00:00