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:
@@ -7,7 +7,7 @@
|
||||
@source "../css";
|
||||
@source "../js";
|
||||
/* Only scan shop-specific files, not admin pages */
|
||||
@source "../../lib/simpleshop_theme_web/live/shop_live";
|
||||
@source "../../lib/simpleshop_theme_web/live/shop";
|
||||
@source "../../lib/simpleshop_theme_web/components/shop_components.ex";
|
||||
@source "../../lib/simpleshop_theme_web/components/shop_components";
|
||||
@source "../../lib/simpleshop_theme_web/components/page_templates";
|
||||
|
||||
Reference in New Issue
Block a user