Files
spend-sparrow/internal/template/dashboard/dashboard.templ
Tim Wundenberg 72869e5c68
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m36s
feat(dashboard): #192 include treemap of treasure chests
2025-06-20 21:31:37 +02:00

9 lines
168 B
Plaintext

package dashboard
templ Dashboard() {
<div class="mt-10 h-full">
<div id="main-chart" class="h-96"></div>
<div id="treasure-chests" class="h-96"></div>
</div>
}