Add entity color scheme and improve map hover effect
All checks were successful
Build Docker Image / build (push) Successful in 3m6s
All checks were successful
Build Docker Image / build (push) Successful in 3m6s
- Add color scheme: product/offer=orange, supplier=blue, hub=green - Remove 'location' filter (same as hub) - Quantity filter appears only after product is selected - Map hover shows 'target' ring effect (outer white ring) - Tokens in header use entity-specific colors
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"product": "Product",
|
||||
"supplier": "Supplier",
|
||||
"hub": "Hub",
|
||||
"location": "Location",
|
||||
"quantity": "Quantity"
|
||||
},
|
||||
"search": {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"product": "Товар",
|
||||
"supplier": "Поставщик",
|
||||
"hub": "Хаб",
|
||||
"location": "Локация",
|
||||
"quantity": "Количество"
|
||||
},
|
||||
"search": {
|
||||
|
||||
Reference in New Issue
Block a user