simpleshop_theme/test
jamey fdb09128b4 fix signed_in_path to always redirect to /admin after login
Single-tenant app: every user is the admin. The previous pattern
match on conn.assigns.current_scope didn't work for first-time
logins because the scope isn't assigned to the conn yet at that
point, causing the fallback to ~p"/" instead of ~p"/admin".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 14:55:57 +00:00
..
fixtures feat: add image optimizer module 2026-01-21 22:16:21 +00:00
simpleshop_theme add setup foundations: site gate, registration lockdown, coming soon page 2026-02-11 22:58:58 +00:00
simpleshop_theme_web fix signed_in_path to always redirect to /admin after login 2026-02-12 14:55:57 +00:00
support feat: add Printify order submission and fulfilment tracking 2026-02-08 09:51:51 +00:00
test_helper.exs mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00