From 6ad308e250dfa5fb27c58fbbad990ba978875b35 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Fri, 21 Nov 2025 23:15:59 +0100 Subject: [PATCH] Fixing vendor dashboard area --- app/templates/vendor/customers.html | 31 +++++++++++++++++++++++++++ app/templates/vendor/inventory.html | 31 +++++++++++++++++++++++++++ app/templates/vendor/marketplace.html | 31 +++++++++++++++++++++++++++ app/templates/vendor/orders.html | 31 +++++++++++++++++++++++++++ app/templates/vendor/products.html | 31 +++++++++++++++++++++++++++ app/templates/vendor/profile.html | 31 +++++++++++++++++++++++++++ app/templates/vendor/settings.html | 31 +++++++++++++++++++++++++++ app/templates/vendor/team.html | 31 +++++++++++++++++++++++++++ 8 files changed, 248 insertions(+) create mode 100644 app/templates/vendor/customers.html create mode 100644 app/templates/vendor/inventory.html create mode 100644 app/templates/vendor/marketplace.html create mode 100644 app/templates/vendor/orders.html create mode 100644 app/templates/vendor/products.html create mode 100644 app/templates/vendor/profile.html create mode 100644 app/templates/vendor/settings.html create mode 100644 app/templates/vendor/team.html diff --git a/app/templates/vendor/customers.html b/app/templates/vendor/customers.html new file mode 100644 index 00000000..9be58642 --- /dev/null +++ b/app/templates/vendor/customers.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/customers.html #} +{% extends "vendor/base.html" %} + +{% block title %}Customers{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+

+ Customers +

+
+ + +
+
+
👥
+

+ Customer Management Coming Soon +

+

+ This page is under development. You'll be able to manage your customers here. +

+ + Back to Dashboard + +
+
+{% endblock %} diff --git a/app/templates/vendor/inventory.html b/app/templates/vendor/inventory.html new file mode 100644 index 00000000..007c3fad --- /dev/null +++ b/app/templates/vendor/inventory.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/inventory.html #} +{% extends "vendor/base.html" %} + +{% block title %}Inventory{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+

+ Inventory +

+
+ + +
+
+
📊
+

+ Inventory Management Coming Soon +

+

+ This page is under development. You'll be able to manage your inventory here. +

+ + Back to Dashboard + +
+
+{% endblock %} diff --git a/app/templates/vendor/marketplace.html b/app/templates/vendor/marketplace.html new file mode 100644 index 00000000..0d9ee87a --- /dev/null +++ b/app/templates/vendor/marketplace.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/marketplace.html #} +{% extends "vendor/base.html" %} + +{% block title %}Marketplace{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+

+ Marketplace Import +

+
+ + +
+
+
🌐
+

+ Marketplace Import Coming Soon +

+

+ This page is under development. You'll be able to import products from marketplace here. +

+ + Back to Dashboard + +
+
+{% endblock %} diff --git a/app/templates/vendor/orders.html b/app/templates/vendor/orders.html new file mode 100644 index 00000000..08dd8926 --- /dev/null +++ b/app/templates/vendor/orders.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/orders.html #} +{% extends "vendor/base.html" %} + +{% block title %}Orders{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+

+ Orders +

+
+ + +
+
+
🛒
+

+ Order Management Coming Soon +

+

+ This page is under development. You'll be able to manage your orders here. +

+ + Back to Dashboard + +
+
+{% endblock %} diff --git a/app/templates/vendor/products.html b/app/templates/vendor/products.html new file mode 100644 index 00000000..a4e150b9 --- /dev/null +++ b/app/templates/vendor/products.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/products.html #} +{% extends "vendor/base.html" %} + +{% block title %}Products{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+

+ Products +

+
+ + +
+
+
📦
+

+ Products Management Coming Soon +

+

+ This page is under development. You'll be able to manage your product catalog here. +

+ + Back to Dashboard + +
+
+{% endblock %} diff --git a/app/templates/vendor/profile.html b/app/templates/vendor/profile.html new file mode 100644 index 00000000..62622c7e --- /dev/null +++ b/app/templates/vendor/profile.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/profile.html #} +{% extends "vendor/base.html" %} + +{% block title %}Profile{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+

+ Profile +

+
+ + +
+
+
👤
+

+ Profile Management Coming Soon +

+

+ This page is under development. You'll be able to manage your profile information here. +

+ + Back to Dashboard + +
+
+{% endblock %} diff --git a/app/templates/vendor/settings.html b/app/templates/vendor/settings.html new file mode 100644 index 00000000..873977fb --- /dev/null +++ b/app/templates/vendor/settings.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/settings.html #} +{% extends "vendor/base.html" %} + +{% block title %}Settings{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+

+ Settings +

+
+ + +
+
+
⚙️
+

+ Settings Coming Soon +

+

+ This page is under development. You'll be able to configure your vendor settings here. +

+ + Back to Dashboard + +
+
+{% endblock %} diff --git a/app/templates/vendor/team.html b/app/templates/vendor/team.html new file mode 100644 index 00000000..e9f691aa --- /dev/null +++ b/app/templates/vendor/team.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/team.html #} +{% extends "vendor/base.html" %} + +{% block title %}Team{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+

+ Team Management +

+
+ + +
+
+
👨‍💼
+

+ Team Management Coming Soon +

+

+ This page is under development. You'll be able to manage your team members here. +

+ + Back to Dashboard + +
+
+{% endblock %}