feat/frontend: add tooltips for runes
All checks were successful
pipeline / lint-and-format (push) Successful in 4m18s
pipeline / build-and-push-images (push) Successful in 1m21s

This commit is contained in:
2026-04-30 13:35:28 +02:00
parent a467046c55
commit 686962b678
4 changed files with 522 additions and 40 deletions

View File

@@ -32,6 +32,8 @@ type Perk = {
id: number
name: string
iconPath: string
shortDesc?: string
longDesc?: string
}
type PerkStyle = {
id: number