feat: (wip) Toggle Views

- Auto Height on Cards
- Title with ellipses on length exceed
- Changed namepaces
- Moved product card rendering to JS
- Added Image and List View Toggling buttons
- Kept basic filters rendering just as before
This commit is contained in:
marination
2021-05-13 01:22:05 +05:30
parent f9929ed8a6
commit 48b3ce82b9
15 changed files with 224 additions and 117 deletions

View File

@@ -68,7 +68,6 @@ body.product-page {
.item-card-group-section {
.card {
height: 400px;
align-items: center;
justify-content: center;
@@ -779,3 +778,7 @@ body.product-page {
padding: 6px;
font-size: 14px;
}
#toggle-view {
float: right;
}