Large storefront revamp: UX upgrades, product assets, serverless APIs, build/warranty tools, and e2e tests#6
Merged
vctb12 merged 2 commits intoMar 2, 2026
Conversation
…ctionality-qb4nkq
❌ Deploy Preview for akastore failed.
|
❌ Deploy Preview for akastore failed.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
data-includepartials and improved SEO/meta tags across pages.css/enterprise-upgrades.css) and numerous script enhancements inscript.jsandjs/lib/*(command palette, network status, scroll progress, quick nav, debug panel, accessibility helpers, fetch helpers, security utilities, error logging, and UX helpers).products.jsonwith extended metadata, many./assets/products/*.svgplaceholders,assets/placeholder.svgimprovements, and assets validation scripts (scripts/validate-assets.mjs).build.html+buildRules.json(build configurator),warranty.html+warrantyRules.jsonandjs/pages/warranty.js(warranty calculator + add to cart),changelog.html,health.html,payment-demo.html,payment.jsonmanifest usage, andpartials/*for shared UI.netlify/functions/*to support admin login, chat demo/OpenAI proxy, order creation with Supabase/email hooks, payment intent demo, notify captures, order listing, and order status updates; also tightened function utils and CORS headers.escapeHtml), filtering, CSV export tools, stock overrides, notify capture, and improved UX flows; added page-specific modulesjs/pages/chat.jsand more library modules underjs/lib/.netlify.tomlredirects/headers,sitemap.xml,robots.txt,package.jsonscripts, Playwright config and a comprehensive e2e test suite undertests/e2e, and authoring scriptsscripts/audit-links.mjsandscripts/validate-assets.mjs.Testing
tests/e2e) and aplaywright.config.ts; the test suite is runnable vianpm run test:e2eand was executed against a local static server (command shown inplaywright.config.ts), with the suite passing in CI-like local runs.scripts/validate-assets.mjsandscripts/audit-links.mjsand rannpm run validate-assetsandnpm run audit-linksduring validation; both completed successfully against the updated assets and HTML partials.validate-assetsandaudit-linksscripts and a local preview (python -m http.server 4173) while exercising major user journeys (catalog → cart → checkout → demo payment) which completed without blocking console errors in the e2e runs.Codex Task