berrypod/lib/berrypod
jamey 01ff8decd5
All checks were successful
deploy / deploy (push) Successful in 1m17s
add order status lookup for customers
Magic link flow on contact page: customer enters email, gets a
time-limited signed link, clicks through to /orders showing all their
paid orders and full detail pages with thumbnails and product links.

- OrderLookupController generates/verifies Phoenix.Token signed links
- Contact LiveView handles lookup_orders + reset_tracking events
- Orders and OrderDetail LiveViews gated by session email
- Order detail shows thumbnails, links to products still available
- .themed-button gets base padding/font-weight so all usages are consistent
- order-summary-card sticky scoped to .cart-grid (was leaking to orders list)
- 27 new tests (1095 total)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 08:40:08 +00:00
..
accounts rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
analytics replace analytics double-count prevention with buffer supersede 2026-02-23 14:48:50 +00:00
clients add Printify client test coverage with Req.Test stubs 2026-02-22 10:35:24 +00:00
images use Oban for startup variant processing, add vips-heif 2026-02-22 09:24:34 +00:00
mailer add custom Swoosh adapter for MailerSend 2026-02-21 23:48:06 +00:00
media rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
mockups rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
orders add order status lookup for customers 2026-02-24 08:40:08 +00:00
payments add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00
products rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
providers add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00
settings rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
shipping rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
stripe fix setup flow stale state and Stripe URL issues 2026-02-22 16:51:44 +00:00
sync rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
theme migrate accent colours from HSL to oklch, inject theme into admin 2026-02-20 23:53:42 +00:00
webhooks rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
accounts.ex add admin account recovery via setup secret 2026-02-21 21:40:53 +00:00
analytics.ex add entry/exit pages panel to analytics dashboard 2026-02-23 21:14:24 +00:00
application.ex add privacy-first analytics with progressive event collection 2026-02-22 12:50:55 +00:00
cart.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
cldr.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
exchange_rate.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
mailer.ex gate magic link login on verified email delivery 2026-02-21 22:25:27 +00:00
media.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
orders.ex add order status lookup for customers 2026-02-24 08:40:08 +00:00
products.ex add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00
providers.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
release.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
repo.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
search.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
secrets.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
settings.ex add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00
setup.ex auto-confirm admin during setup, skip email verification 2026-02-21 10:24:26 +00:00
shipping.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
vault.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
webhooks.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00