Update 3d chart mode, add US heatmap, move kjol-web -> kjol-website

This commit is contained in:
2026-07-16 12:40:49 -04:00
parent 550e97aa9b
commit 2477c2d6a2
75 changed files with 701 additions and 416 deletions

18
.gitignore vendored
View File

@@ -84,20 +84,20 @@ wwwroot/public.bundle.min.js
internal/handlers/public_pages.gen.go
# ---------------------------------------------------------------------------
# kjol-web (go/cmd/kjol-web) build output.
# kjol-website (go/cmd/kjol-website) build output.
#
# The rules above came from the application repos and every one of them contains
# a slash, which anchors it to the directory holding this .gitignore — the repo
# root. So `wwwroot/bundle.min.js` matches /wwwroot/..., and NOT the identical
# artifact under go/cmd/kjol-web/wwwroot/. These are the same rules, re-anchored.
# artifact under go/cmd/kjol-website/wwwroot/. These are the same rules, re-anchored.
#
# Everything here is regenerated by `go run ./build`; none of it is authored.
go/cmd/kjol-web/wwwroot/bundle.min.*
go/cmd/kjol-web/wwwroot/public.bundle.min.*
go/cmd/kjol-web/wwwroot/app.css
go/cmd/kjol-web/wwwroot/wasm_exec.js
go/cmd/kjol-web/wwwroot/vendor/
go/cmd/kjol-web/frontend/src/ui/generated/
go/cmd/kjol-web/internal/handlers/public_pages.gen.go
go/cmd/kjol-website/wwwroot/bundle.min.*
go/cmd/kjol-website/wwwroot/public.bundle.min.*
go/cmd/kjol-website/wwwroot/app.css
go/cmd/kjol-website/wwwroot/wasm_exec.js
go/cmd/kjol-website/wwwroot/vendor/
go/cmd/kjol-website/frontend/src/ui/generated/
go/cmd/kjol-website/internal/handlers/public_pages.gen.go
# kjol framework (git submodule; deny-list above would otherwise ignore it)
!/kjol