feat: better item tooltips
Some checks failed
Dragon Item Parser CI / build-and-test (push) Successful in 13s
pipeline / lint-and-format (push) Successful in 4m35s
pipeline / build-and-push-images (push) Failing after 25s

This commit is contained in:
2026-04-27 00:31:31 +02:00
parent 0e0a12513e
commit 0b2d00ad0b
6 changed files with 1307 additions and 266 deletions

View File

@@ -54,7 +54,8 @@ function trimTreeDepth(tree: ItemTree, maxDepth: number, currentDepth: number =
const trimmedTree: ItemTree = {
count: tree.count,
data: tree.data,
children: []
children: [],
tags: tree.tags
}
// If we haven't reached maxDepth, include children