mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
* chore: remove .claudedocs from repo and add to gitignore Sentry triage log was accidentally committed in v2.4.0. These are ephemeral Claude session artifacts, not project documentation. * fix: tighten Sentry noise filters for maplibre/deck.gl and third-party errors The beforeSend filename regex missed `maplibre-*` chunks and hashes containing `-`, letting ~3700 map-internal crashes through. Also widen imageManager filter for Safari wording and add filters for YouTube widget API, Sentry SDK logs.js, Facebook WebView, and TDZ errors. * feat: add country brief commands for all ISO countries to command palette Generates country commands from all ~200 ISO 3166-1 codes using Intl.DisplayNames for name resolution. Curated countries (30) retain rich searchAliases for keyword matching (e.g. "kremlin" → Russia). * feat: update command palette empty state and translate all 16 locales Update placeholder, hint, and empty state text to reflect command palette capabilities (countries, layers, panels, navigation, settings). Add example commands row with styled kbd tags. Translate all strings across ar, de, el, es, fr, it, ja, nl, pl, pt, ru, sv, th, tr, vi, zh.
33 lines
478 B
Plaintext
33 lines
478 B
Plaintext
node_modules/
|
|
.idea/
|
|
dist/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
.env.local
|
|
.playwright-mcp/
|
|
.vercel
|
|
api/\[domain\]/v1/\[rpc\].js
|
|
api/\[\[...path\]\].js
|
|
.claude/
|
|
.cursor/
|
|
CLAUDE.md
|
|
.env.vercel-backup
|
|
.env.vercel-export
|
|
.agent/
|
|
.factory/
|
|
.windsurf/
|
|
skills/
|
|
ideas/
|
|
docs/internal/
|
|
test-results/
|
|
src-tauri/sidecar/node/*
|
|
!src-tauri/sidecar/node/.gitkeep
|
|
|
|
# AI planning session state
|
|
.planning/
|
|
|
|
# Compiled sebuf gateway bundle (built by scripts/build-sidecar-sebuf.mjs)
|
|
api/[[][[].*.js
|
|
.claudedocs/
|