refactor: remove legacy Tauri desktop support

Electron updater now uses Electron release metadata only
Removed legacy Tauri package and migration workflow
Replaced Tauri shim usage with the desktop bridge
This commit is contained in:
Bohdan Triapitsyn
2026-06-03 02:42:00 +03:00
parent e80bd15dd9
commit c7bc026b4b
81 changed files with 269 additions and 16914 deletions
+2 -3
View File
@@ -49,7 +49,7 @@ Only use labels that already exist in this repository. Do not create labels.
| `area:sync` | State sync, cross-runtime consistency |
| `area:auth` | Authentication, passwords, OAuth, tunnels |
| `area:installation` | Install, Docker, Nix, deployment |
| `area:desktop` | Desktop shell (Electron/Tauri), window management |
| `area:desktop` | Desktop shell (Electron), window management |
| `area:keyboard` | Keyboard shortcuts, keybinds, input handling |
| `area:permissions` | Permission prompts, allow/deny flows |
| `area:compact` | Context compaction, /compact command |
@@ -63,7 +63,7 @@ Only use labels that already exist in this repository. Do not create labels.
| Label | Covers |
|---|---|
| `platform:web` | Desktop web browser (incl. CLI serve) |
| `platform:macos` | macOS desktop (Electron/Tauri) |
| `platform:macos` | macOS desktop (Electron) |
| `platform:linux` | Linux desktop |
| `platform:windows` | Windows desktop / WSL |
| `platform:mobile` | Mobile web/PWA (iOS/Android) |
@@ -105,4 +105,3 @@ For each issue:
- Add a small set of accurate existing labels following the steps above.
- In a single comment summarize the issue and ask the reporter for any additional information needed to complete the request.
- Keep the comment friendly and concise.