From 5605c0ddad6a2b246fcee65d0e8c3e6ad8957414 Mon Sep 17 00:00:00 2001 From: Adam Laki Date: Sat, 4 Nov 2023 11:01:37 +0100 Subject: [PATCH] Customers list --- dist/account/index.html | 1 + dist/account/notifications/index.html | 1 + dist/account/password/index.html | 1 + dist/account/profile/index.html | 1 + dist/categories/index.html | 1 + dist/customers/index.html | 147 ++++++- dist/index.html | 1 + dist/js/data/customers.js | 142 +++++++ dist/orders/index.html | 1 + dist/password-reset/index.html | 1 + dist/product/edit/index.html | 1 + dist/products/index.html | 1 + dist/settings/index.html | 1 + dist/sign-in/index.html | 1 + dist/sign-up/index.html | 1 + src/_data/customers.json | 243 ------------ src/_data/orders.json | 367 ------------------ src/_data/search.json | 32 -- src/_includes/layout/base.html | 1 + src/_includes/layout/customers.html | 2 +- .../partial/data-table/customers.html | 142 +++++++ src/js/data/customers.js | 142 +++++++ 22 files changed, 587 insertions(+), 644 deletions(-) create mode 100644 dist/js/data/customers.js delete mode 100644 src/_data/customers.json delete mode 100644 src/_data/orders.json delete mode 100644 src/_data/search.json create mode 100644 src/_includes/partial/data-table/customers.html create mode 100644 src/js/data/customers.js diff --git a/dist/account/index.html b/dist/account/index.html index e859a5f..d8d8b48 100644 --- a/dist/account/index.html +++ b/dist/account/index.html @@ -698,6 +698,7 @@

Notifications

+ diff --git a/dist/account/notifications/index.html b/dist/account/notifications/index.html index be17810..e005ec0 100644 --- a/dist/account/notifications/index.html +++ b/dist/account/notifications/index.html @@ -694,6 +694,7 @@

Notifications

+ diff --git a/dist/account/password/index.html b/dist/account/password/index.html index 35ace66..bff47bd 100644 --- a/dist/account/password/index.html +++ b/dist/account/password/index.html @@ -648,6 +648,7 @@

Set up a new password

+ diff --git a/dist/account/profile/index.html b/dist/account/profile/index.html index 4fe0291..8a3f7bd 100644 --- a/dist/account/profile/index.html +++ b/dist/account/profile/index.html @@ -671,6 +671,7 @@

Address

+ diff --git a/dist/categories/index.html b/dist/categories/index.html index 3ce0523..e4a86d5 100644 --- a/dist/categories/index.html +++ b/dist/categories/index.html @@ -609,6 +609,7 @@

Categories

+ diff --git a/dist/customers/index.html b/dist/customers/index.html index 892a8c8..72cf2e1 100644 --- a/dist/customers/index.html +++ b/dist/customers/index.html @@ -592,7 +592,151 @@

Customers

- [data-table] +
+
+
+
+ + + + +
+
+
+
+
+
+ +
+
+ + +
+
+ + +
+
+
+
+ + + + + + + + + + + + + + + +
+ Select + + Image + + + + Email 
+
+ +
+
+