Enhance user detail and metrics components by adding share links, improving RankedBarList with titles and subtitles, and updating TypeScript configuration to exclude additional directories. Refactor runtime page to include ME pool quality metrics and improve error class label resolution in dashboard.
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 1m58s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped

This commit is contained in:
Denozordec
2026-08-04 19:47:56 +07:00
parent d35fa5a285
commit 6481ee4f1a
15 changed files with 2019 additions and 451 deletions
+2 -1
View File
@@ -13,6 +13,7 @@
},
"include": ["src", "vite.config.ts"],
"exclude": [
"src/components/blocks/data-grid-base-2"
"src/components/blocks/data-grid-base-2",
"src/components/blocks/stats-7"
]
}