Christoph Brandau 70de45e1ba feat(ui): localize commit AI and git error messages to English
Translate commit AI prompts, model labels, and git/keychain errors to
English so the app and generated messages are consistent. Also add a
discard confirmation dialog and update the UI text/styles to match the
new flow.

- src-tauri/crates/commit_ai/src/cloud.rs
  - Translate HTTP and API error messages to English.
  - Keep request timeout and token sizing behavior unchanged.
- src-tauri/crates/commit_ai/src/lib.rs
  - Translate model labels, prompt text, and validation errors.
  - Keep diff truncation and message sanitization logic intact.
- src-tauri/src/git.rs
  - Translate git, credential, merge, and history errors.
  - Update AI provider validation messages to English.
- src/lib/components/*
  - Update AI settings, commit panel, credential, and loading UI text.
  - Add discard confirmation dialog for destructive actions.
- src/App.svelte, src/app.css
  - Adjust app layout and styling for the new dialog and text changes.
2026-07-02 22:12:20 +02:00
2026-06-27 13:03:07 +02:00
2026-06-29 17:24:08 +02:00
2026-06-27 13:03:07 +02:00
2026-07-02 16:27:47 +02:00
2026-07-02 16:27:47 +02:00
2026-06-27 13:03:07 +02:00
2026-06-27 13:03:07 +02:00
2026-06-27 13:03:07 +02:00
2026-06-29 14:40:42 +02:00
2026-06-27 23:08:19 +02:00

Tauri Git Lite

Eine kleine Git-Desktop-App mit Tauri, Rust und Svelte.

Funktionen

  • Repository per lokalem Pfad öffnen
  • aktuellen Branch, Upstream, Ahead/Behind und Arbeitsbaumstatus anzeigen
  • Branches auflisten und auschecken
  • Branches in den aktuellen Branch mergen
  • Commit-History mit geänderten Dateien anzeigen
  • Explorer-Ansicht mit Ordnerbaum sowie getrackten und ungetrackten Dateien
  • Datei- und Ordner-History direkt aus dem Explorer anzeigen
  • einzelne Dateien stagen, unstagen und wiederherstellen
  • einzelne Dateien oder ganze Ordner aus einem History-Commit wiederherstellen
  • aktuellen Branch auf einen ausgewählten Commit zurücksetzen
  • Commit mit Message erstellen
  • Pull mit Fast-Forward-Strategie
  • Push auf den konfigurierten Upstream

Entwicklung

npm install
npm run tauri:dev

Frontend allein:

npm run dev

Checks:

npm run check
npm run build
cd src-tauri
cargo check

Hinweis

Die App nutzt das lokal installierte git CLI. Ein Repository muss daher bereits auf der Maschine vorhanden sein, und Push/Pull verwenden die Credentials, die Git lokal kennt.

S
Description
No description provided
Readme
14 MiB
2026.8.7
Latest
2026-08-23 21:40:07 +00:00
Languages
Svelte 49.9%
Rust 26.7%
CSS 16.6%
TypeScript 3.7%
JavaScript 1.4%
Other 1.7%