feat: Product View toggling

- Added fully functional list and grid view toggling
- Added ProductGrid and ProductList controllers
- Moved html snippets, rendered via JS now
- Item Group page also rendered via common controller
- Paging section rendered via JS
- Minor style changes
This commit is contained in:
marination
2021-05-17 20:44:41 +05:30
parent 48b3ce82b9
commit 897c08c8e7
13 changed files with 556 additions and 244 deletions

View File

@@ -229,11 +229,6 @@ body.product-page {
color: var(--text-color);
}
.product-code {
color: var(--text-muted);
font-size: 13px;
}
.product-description {
font-size: 13px;
color: var(--gray-800);
@@ -303,6 +298,11 @@ body.product-page {
}
}
.product-code {
color: var(--text-muted);
font-size: 13px;
}
.item-configurator-dialog {
.modal-header {
padding: var(--padding-md) var(--padding-xl);