migrating vendor frontend to new architecture

This commit is contained in:
2025-10-28 22:58:55 +01:00
parent b0cc0385f8
commit cd5097fc04
28 changed files with 312 additions and 228 deletions

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Customer management</title>
</head>
<body>
<-- Customer management -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Inventory management - catalog products</title>
</head>
<body>
<-- Inventory management - catalog products -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Browse marketplace products - staging</title>
</head>
<body>
<-- Browse marketplace products - staging -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marketplace configuration</title>
</head>
<body>
<-- Marketplace configuration -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Import jobs and history</title>
</head>
<body>
<-- Import jobs and history -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Selected products - pre-publish</title>
</head>
<body>
<-- Selected products - pre-publish -->
</body>
</html>

11
app/templates/vendor/admin/media.html vendored Normal file
View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Media library</title>
</head>
<body>
<-- Media library -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notification templates and logs</title>
</head>
<body>
<-- Notification templates and logs -->
</body>
</html>

11
app/templates/vendor/admin/orders.html vendored Normal file
View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Order management</title>
</head>
<body>
<-- Order management -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Payment configuration</title>
</head>
<body>
<-- Payment configuration -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Catalog management - Product table</title>
</head>
<body>
<-- Catalog management - Product table -->
</body>
</html>

View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vendor settings</title>
</head>
<body>
<-- Vendor settings -->
</body>
</html>

11
app/templates/vendor/admin/teams.html vendored Normal file
View File

@@ -0,0 +1,11 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team management</title>
</head>
<body>
<-- Team management -->
</body>
</html>