feat: enhance ProductDetailPage to support partial data loading and improve user feedback with loading descriptions

This commit is contained in:
sebseb7
2025-08-05 15:48:56 +02:00
parent 0a7f7e653b
commit 9f707737b4
5 changed files with 138 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
export default {
"loading": "Produkt wird geladen...",
"loadingDescription": "Produktbeschreibung wird geladen...",
"notFound": "Produkt nicht gefunden",
"notFoundDescription": "Das gesuchte Produkt existiert nicht oder wurde entfernt.",
"backToHome": "Zurück zur Startseite",

View File

@@ -1,5 +1,6 @@
export default {
"loading": "Loading product...", // Produkt wird geladen...
"loadingDescription": "Loading product description...", // Produktbeschreibung wird geladen...
"notFound": "Product not found", // Produkt nicht gefunden
"notFoundDescription": "The product you are looking for does not exist or has been removed.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
"backToHome": "Back to homepage", // Zurück zur Startseite