Samir Boulahtit
7245f79f7b
refactor: rename shop to storefront for consistency
Rename all "shop" directories and references to "storefront" to match
the API and route naming convention already in use.
Renamed directories:
- app/templates/shop/ → app/templates/storefront/
- static/shop/ → static/storefront/
- app/templates/shared/macros/shop/ → .../macros/storefront/
- docs/frontend/shop/ → docs/frontend/storefront/
Renamed files:
- shop.css → storefront.css
- shop-layout.js → storefront-layout.js
Updated references in:
- app/routes/storefront_pages.py (21 template references)
- app/modules/cms/routes/pages/vendor.py
- app/templates/storefront/base.html (static paths)
- All storefront templates (extends/includes)
- docs/architecture/frontend-structure.md
This aligns the template/static naming with:
- Route file: storefront_pages.py
- API directory: app/api/v1/storefront/
- Module routes: */routes/api/storefront.py
- URL paths: /storefront/*
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 22:58:28 +01:00
..
2026-01-29 23:13:56 +01:00
2026-01-30 22:58:28 +01:00
2026-01-30 15:16:49 +01:00
2026-01-11 19:44:59 +01:00
2026-01-28 22:19:41 +01:00
2026-01-01 12:58:09 +01:00
2026-01-30 22:58:28 +01:00
2026-01-11 19:44:59 +01:00
2026-01-08 02:50:06 +01:00
2026-01-05 22:38:10 +01:00
2025-12-25 17:17:09 +01:00
2026-01-28 23:04:00 +01:00
2025-12-26 20:56:22 +01:00
2026-01-30 09:21:29 +01:00
2026-01-09 22:44:16 +01:00
2025-11-23 09:39:27 +01:00
2026-01-11 19:44:59 +01:00