No description
  • JavaScript 45.4%
  • Rust 42.1%
  • Svelte 5.2%
  • Nix 2.8%
  • TypeScript 1.7%
  • Other 2.8%
Find a file
Christian Lengert a1863ebfe4 fix: move TypeScript cast out of template event handler into script helper
(e.target as HTMLSelectElement) in a Svelte template expression is not
valid — the SSR build does not preprocess TypeScript in template bodies.
Extract selectVal(e) helper to the script block so the cast stays in
TS-aware code and the template only calls a plain function.

Verified: npm run build passes locally before pushing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-09-01 21:53:30 +02:00
.cargo fix: set web_sys_unstable_apis via .cargo/config.toml for wasm32 target 2026-08-05 06:01:38 +02:00
crates veld-ui 2026-08-09 01:08:08 +02:00
nix feat: serve /config.js with runtime gRPC URL and credentials 2026-08-20 20:38:23 +02:00
platforms feat(web): send Authorization header on gRPC-web requests 2026-08-20 20:34:09 +02:00
proto feat: schema-driven value column + filter UI with value-coded hex colours 2026-08-03 23:45:24 +02:00
scripts veld-ui 2026-08-04 08:34:03 +02:00
server/veld-server fix: trim trailing newline from VELD_GRPC_CREDENTIALS in config.js 2026-08-20 21:02:11 +02:00
ui fix: move TypeScript cast out of template event handler into script helper 2026-09-01 21:53:30 +02:00
.gitignore fix: correct npmDepsHash for vite-plugin-pwa and scope package-lock.json ignore to root 2026-08-22 07:55:30 +02:00
Cargo.lock fix: force WebGL2 backend to avoid wgpu 22.1.0 WebGPU surface panic 2026-08-05 15:22:01 +02:00
Cargo.toml fix: enable webgl wgpu backend + add lifecycle console logs 2026-08-05 15:07:46 +02:00
flake.lock init 2026-08-02 22:58:18 +02:00
flake.nix fix: correct npmDepsHash for vite-plugin-pwa and scope package-lock.json ignore to root 2026-08-22 07:55:30 +02:00
map-renderer.md veld-ui 2026-08-04 08:34:03 +02:00
PLAN.md init: add build plan for veld streaming geo renderer 2026-08-02 20:38:49 +02:00
rust-toolchain.toml init: flake.nix dev shell, rust-toolchain, gitignore 2026-08-02 20:40:07 +02:00