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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user