berrypod/lib/simpleshop_theme
Jamey Greenwood 1ca703e548 feat: add dark mode support, accordion UI, and current combination display
- Update Theme Studio sidebar to use DaisyUI theme-aware classes for dark mode
- Convert Customise accordion to native details/summary elements for proper interaction
- Add "Current combination" card showing active theme settings
- Add SVG recolorer for logo color customization
- Add image controller for serving uploaded images
- Implement header background image controls (zoom, position)
- Add toggle_customise event handler to preserve accordion state across re-renders

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:55:44 +00:00
..
accounts mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
media feat: add dark mode support, accordion UI, and current combination display 2025-12-31 18:55:44 +00:00
settings feat: add dark mode support, accordion UI, and current combination display 2025-12-31 18:55:44 +00:00
theme feat: add dark mode support, accordion UI, and current combination display 2025-12-31 18:55:44 +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 dark mode support, accordion UI, and current combination display 2025-12-31 18:55:44 +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