frontend: add item tooltip, refactor with itemicon component

This commit is contained in:
2026-03-01 13:42:01 +01:00
parent f6cf2c8a8c
commit 930cbf5a18
7 changed files with 536 additions and 142 deletions

View File

@@ -23,6 +23,12 @@ declare global {
id: number
iconPath: string
name?: string
description?: string
plaintext?: string
into?: number[]
from?: number[]
price?: number
priceTotal?: number
}
type SummonerSpell = {
id: number