berrypod/lib/simpleshop_theme
Jamey Greenwood 0871570b7e fix: support grid-cols-4, accent color, and header layout controls
- Fix grid columns 4 by using conditional logic instead of string interpolation
- Simplify CSS generator to only generate accent colors (mood/typography/shape/density now use data attributes)
- Add header component to all 7 preview pages with logo, nav, and cart
- Add header layout CSS for centered and minimal variants
- Move nav display property to CSS to enable minimal mode hiding

This resolves all high-priority theme control issues:
- Grid columns now supports 2, 3, and 4 columns
- Accent color picker now updates button colors
- Header layout control now works (standard, centered, minimal)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 00:45:14 +00:00
..
accounts mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
media feat: add Settings and Media contexts with theme settings schema 2025-12-30 21:35:52 +00:00
settings feat: add Settings and Media contexts with theme settings schema 2025-12-30 21:35:52 +00:00
theme fix: support grid-cols-4, accent color, and header layout controls 2025-12-31 00:45:14 +00:00
accounts.ex mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
application.ex feat: add CSS generation system with custom properties and ETS cache 2025-12-30 21:41:25 +00:00
mailer.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
media.ex feat: add Settings and Media contexts with theme settings schema 2025-12-30 21:35:52 +00:00
repo.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
settings.ex feat: add Settings and Media contexts with theme settings schema 2025-12-30 21:35:52 +00:00