restructure LiveView directories: admin/, shop/, auth/

Consolidates admin_live/, theme_live/, provider_live/ into admin/
(with theme/ and providers/ subdirs). Renames shop_live/ to shop/
and user_live/ to auth/. Updates all module names, router refs,
test files, CSS source paths, and dialyzer ignore.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-02-12 00:16:32 +00:00
parent e64bf40a71
commit deea04885f
38 changed files with 56 additions and 56 deletions

View File

@@ -19,7 +19,7 @@
{"lib/simpleshop_theme_web/controllers/checkout_controller.ex", :no_return},
# Environment-dependent: localhost?() is always true in dev
{"lib/simpleshop_theme_web/live/admin_live/settings.ex", :pattern_match},
{"lib/simpleshop_theme_web/live/admin/settings.ex", :pattern_match},
# Provider behaviour type not derived by dialyzer
{"lib/simpleshop_theme/providers/provider.ex", :unknown_type},