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-30 22:58:28 +01:00
2025-12-06 18:34:59 +01:00
2025-12-06 19:05:13 +01:00
2025-12-06 18:34:59 +01:00
2025-12-06 18:34:59 +01:00
2025-12-06 19:32:42 +01:00
2025-12-06 19:05:13 +01:00
2025-12-06 19:05:13 +01:00
2025-12-21 21:24:25 +01:00
2026-01-05 22:23:47 +01:00
2025-12-06 19:32:42 +01:00
2025-12-07 17:04:34 +01:00
2025-12-27 18:35:58 +01:00
2025-12-13 23:05:09 +01:00
2026-01-24 21:40:26 +01:00
2025-12-31 22:57:07 +01:00
2026-01-23 20:03:13 +01:00
2025-12-25 22:44:33 +01:00
2026-01-03 13:00:58 +01:00