feat(tauri): configure backend dependencies and settings#15
Merged
bryanstevensacosta merged 3 commits intomasterfrom Feb 2, 2026
Merged
feat(tauri): configure backend dependencies and settings#15bryanstevensacosta merged 3 commits intomasterfrom
bryanstevensacosta merged 3 commits intomasterfrom
Conversation
Owner
bryanstevensacosta
commented
Feb 2, 2026
- Add Rust dependencies: tokio, rusqlite, tauri plugins (fs, shell, dialog)
- Configure app metadata: name, version, publisher, copyright
- Configure window settings: 1280x800, resizable, centered
- Configure permissions: file system, shell (Python), dialogs
- Add platform-specific settings for macOS and Windows
- Verify build with cargo check
- Add Rust dependencies: tokio, rusqlite, tauri plugins (fs, shell, dialog) - Configure app metadata: name, version, publisher, copyright - Configure window settings: 1280x800, resizable, centered - Configure permissions: file system, shell (Python), dialogs - Add platform-specific settings for macOS and Windows - Verify build with cargo check
- Install webkit2gtk and other required system libraries - Add Rust cache to speed up CI builds - Initialize all Tauri plugins (fs, shell, dialog) in lib.rs - Fixes CI build failures in PR #15
- Add ESLint configuration with React and TypeScript rules - Add Vitest configuration for testing - Add npm scripts: lint, type-check, test - Add testing dependencies: vitest, @testing-library/react, jsdom - Add basic App test to verify rendering - Fixes TypeScript CI failures in PR #15
bryanstevensacosta
added a commit
that referenced
this pull request
Feb 2, 2026
- Install webkit2gtk and other required system libraries - Add Rust cache to speed up CI builds - Initialize all Tauri plugins (fs, shell, dialog) in lib.rs - Fixes CI build failures in PR #15
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.