Add grid layout for catalog cards + hover shadow
All checks were successful
Build Docker Image / build (push) Successful in 4m8s
All checks were successful
Build Docker Image / build (push) Successful in 4m8s
- CatalogPage: added gridColumns prop (1/2/3 columns) - Card: added hover:shadow-lg on interactive cards - Products, hubs, suppliers pages now use 3-column grid - Offers remain full-width (gridColumns=1 default)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
:items="filteredHubs"
|
||||
:loading="isLoading"
|
||||
:total-count="hubs.length"
|
||||
:grid-columns="3"
|
||||
with-map
|
||||
use-server-clustering
|
||||
cluster-node-type="logistics"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
:items="filteredProducts"
|
||||
:loading="isLoading"
|
||||
:total-count="products.length"
|
||||
:grid-columns="3"
|
||||
with-map
|
||||
use-server-clustering
|
||||
cluster-node-type="offer"
|
||||
|
||||
Reference in New Issue
Block a user