claude-usage-widget/src-tauri
megaproxy 9be856d37c Polish for shipping: robust auto-detect, empty state, real icons, end-user README
- cli_usage::default_command now enumerates WSL distros and probes each for
  claude before falling back; no more hardcoded -d Ubuntu.
- New autodetect_claude_command Tauri command + IPC binding so the UI knows
  whether claude is reachable.
- App.svelte: clear 'Claude Code not found' empty state with install link.
- Real icons: scripts/make-icon.py generates a 1024x1024 source.png; runtime
  produces 32/128/256 PNGs and a multi-resolution .ico. README in icons/
  explains how to regen.
- README rewritten for friends: install / requirements / troubleshooting on
  top; build-from-source moved to bottom.
2026-05-09 14:25:24 +01:00
..
capabilities Add Tauri config, Cargo.toml, capabilities 2026-05-09 00:00:55 +01:00
icons Polish for shipping: robust auto-detect, empty state, real icons, end-user README 2026-05-09 14:25:24 +01:00
src Polish for shipping: robust auto-detect, empty state, real icons, end-user README 2026-05-09 14:25:24 +01:00
build.rs Add Tauri config, Cargo.toml, capabilities 2026-05-09 00:00:55 +01:00
Cargo.toml Replace cap-based estimation with PTY-driven 'claude /usage' parser 2026-05-09 01:40:44 +01:00
tauri.conf.json Layout: resizable window, fluid SVG ring, no scrollbars unless overflow, opaque bg 2026-05-09 01:56:59 +01:00