feat(web): Store Product UI created and hooked up for viewing, editing, and saving.

This commit is contained in:
2024-10-05 21:16:42 +01:00
parent 9c2cfac948
commit 651a404ba3
72 changed files with 873 additions and 992 deletions

View File

@@ -80,6 +80,11 @@ module.exports = {
path.resolve(__dirname, 'static/css/sections/store.css'),
path.resolve(__dirname, 'static/css/pages/store/home.css')
],
store_products: [
// path.resolve(__dirname, 'static/js/pages/store/product_categories.js'),
path.resolve(__dirname, 'static/css/sections/store.css'),
path.resolve(__dirname, 'static/css/pages/store/products.css')
],
store_product_categories: [
// path.resolve(__dirname, 'static/js/pages/store/product_categories.js'),
path.resolve(__dirname, 'static/css/sections/store.css'),