feat: Add tagging functionality to logos and enhance logo modal display

This commit is contained in:
sHa
2025-04-28 11:51:43 +03:00
parent 5446646519
commit 51ea3c3dba
4 changed files with 271 additions and 19 deletions

View File

@@ -3,60 +3,90 @@
"name": "Apple (black)",
"path": "logos/apple_black.svg",
"format": "SVG",
"disable": false
"disable": false,
"tags": [
{"text":"tech", "color": "silver"}
]
},
{
"name": "ATB",
"path": "logos/atb.svg",
"format": "SVG",
"disable": false
"disable": false,
"tags": [
"retail"
]
},
{
"name": "Binance",
"path": "logos/binance.svg",
"format": "SVG",
"disable": false
"disable": false,
"tags": [
"crypto",
"finance",
"exchange"
]
},
{
"name": "Dalnoboy Service",
"path": "logos/dalnoboy-service.svg",
"format": "SVG",
"disable": false
"disable": false,
"tags": []
},
{
"name": "Google",
"path": "logos/google.svg",
"format": "SVG",
"disable": false
"disable": false,
"tags": []
},
{
"name": "Privatbank",
"path": "logos/privatbank.png",
"format": "PNG",
"disable": false
"disable": false,
"tags": [
"bank",
"finance"
]
},
{
"name": "Pumb",
"path": "logos/pumb.png",
"format": "PNG",
"disable": false
"disable": false,
"tags": [
"bank",
"finance"
]
},
{
"name": "Roomerin",
"path": "logos/roomerin.svg",
"format": "SVG",
"disable": false
"disable": false,
"tags": [
"furniture"
]
},
{
"name": "Shkafnik",
"path": "logos/shkafnik.svg",
"format": "SVG",
"disable": false
"disable": false,
"tags": [
"furniture"
]
},
{
"name": "Shkafnik Small",
"path": "logos/shkafnik_small.png",
"format": "PNG",
"disable": false
"disable": false,
"tags": [
"furniture"
]
}
]
]