Migrate from egui to Tauri v2 + React + TypeScript#2
Merged
Conversation
…ffold - Removes egui frontend and standalone Rust Cargo configuration - Scaffolds Tauri v2 project with React and TypeScript via Vite - Relocates yt-dlp and ffmpeg binaries to src-tauri/bin/ - Relocates MPGrab logo to src/assets/ - Updates README with new stack, design decisions, and installation guide - Updates .gitignore and adds Makefile for development workflow
- Adds CI workflow that runs TypeScript and Rust type checks on every push and pull request to main - Adds Release Please workflow that automates versioning, changelog generation, and binary builds for Linux and Windows on release - Adds release-please-config.json to keep versions in sync across package.json, Cargo.toml, and tauri.conf.json - Adds .release-please-manifest.json seeded at v0.1.1 - Fixes husky commit-msg hook to source nvm and quote the argument
- Adds ESLint v9 with TypeScript, React Hooks, and React Refresh plugins - Adds Prettier with project style preferences - Adds eslint-config-prettier to prevent rule conflicts between the two - Adds lint step to CI workflow - Formats existing scaffold files to match Prettier config
- Adds @tailwindcss/vite plugin and configures Tailwind v4 in App.css - Adds @ path alias in vite.config.ts and tsconfig.json for shadcn compatibility - Initializes shadcn/ui with Base library and Vega preset (Lucide/Inter) - Adds Button component and cn utility as baseline
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
yt-dlpandffmpegundersrc-tauri/vendor/, extracted at runtime — no user setup requireddownload://progresschannelcancel_downloadcommand that kills the runningyt-dlpprocesscargo check, automated Linux + Windows releases via Release Please