Rename legacy storefront app and references to carplace
Build & Push / Build & Push Docker Image (push) Failing after 10m39s
Build & Push / Build & Push Docker Image (push) Failing after 10m39s
Replace storefront naming across source, tests, docs, config, and production scripts. Rename the legacy top-level app directory and Carplace component files, remove duplicate storefront startup scripts, and refresh the lockfile.
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
3. Added `PublicPageLayout` as the reusable composition layer for authentication and onboarding pages.
|
||||
4. Updated sign-in, create-account, forgot-password, reset-password, verify-email, onboarding, and invitation pages to use the public component API.
|
||||
5. Preserved legacy component paths through compatibility exports.
|
||||
6. Moved storefront navbar/footer assembly out of the Next.js route layout and into reusable public components.
|
||||
6. Moved carplace navbar/footer assembly out of the Next.js route layout and into reusable public components.
|
||||
7. Added active-page semantics to dashboard sign-in and create-account navbar actions.
|
||||
8. Added focused tests and implementation documentation.
|
||||
|
||||
## Deliberately unchanged
|
||||
|
||||
- Authentication requests and API endpoints
|
||||
- Redirect behavior between storefront, dashboard, and admin applications
|
||||
- Redirect behavior between carplace, dashboard, and admin applications
|
||||
- Language and theme persistence
|
||||
- Embedded workspace behavior
|
||||
- Authenticated dashboard and admin navigation
|
||||
@@ -25,7 +25,7 @@
|
||||
- Verified all relative and `@/` local imports resolve.
|
||||
- Verified every `use client` directive remains the first statement.
|
||||
- Verified sign-in and create-account import and render `PublicPageLayout`.
|
||||
- Verified the storefront route layout no longer assembles navbar/footer inline.
|
||||
- Verified the carplace route layout no longer assembles navbar/footer inline.
|
||||
- Verified embedded password-recovery navigation preserves `embedded=1`.
|
||||
|
||||
## Validation limitation
|
||||
|
||||
Reference in New Issue
Block a user