feat: scaffold Tauri desktop GUI (Svelte + TypeScript)#14
Open
pszymkowiak wants to merge 1 commit into
Open
Conversation
Adds crates/enigma-gui/ — a Tauri 2 desktop application wrapping the existing CLI commands behind a graphical interface. Stack: - Rust backend: tauri 2, enigma-core/storage/keys as workspace deps - Frontend: Svelte 4 + TypeScript + Vite - Plugins: tauri-plugin-dialog (file picker), tauri-plugin-fs Scope (MVP): - 7 Tauri commands (is_initialized, init, backup, restore, list, status, get_config) mirroring the CLI subcommands - 7 Svelte routes (Welcome, Init, Backup, Restore, BackupList, Status, ConfigView) - Native file/folder pickers via tauri-plugin-dialog - Reuses CLI's chunking/crypto/dedup pipeline — backups created here are interchangeable with the CLI Workspace wiring: - Added crates/enigma-gui to workspace members - Added default-members excluding enigma-gui so root cargo build does not pull in the Tauri/webkit2gtk toolchain Out of scope (follow-ups): - System tray, scheduled backups, notifications - OneDrive / Google Drive backends (parallel PR) - Code signing for macOS / Windows - E2E tests (Playwright / WebdriverIO) - Localization (i18n) How to build: cd crates/enigma-gui/ui && npm install && npm run build cargo build -p enigma-gui # or: cargo tauri build (needs webkit2gtk on Linux) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What's in
Test plan
Out of scope (follow-ups)
Known limitations
🤖 Generated with Claude Code