vibetunnel/tauri/src-tauri/src
Peter Steinberger 2b5060e75f feat(tauri): Major refactoring with enhanced features and managers
- Add comprehensive manager system for various features:
  - Notification manager for in-app notifications
  - Permission manager for system permissions
  - Update manager for app updates
  - Backend manager for server backend management
  - Debug features manager for debugging tools
  - API testing manager for API test suites
  - Auth cache manager for credential caching
  - Terminal integrations manager for terminal emulator support
  - Session monitor for tracking active sessions
  - Port conflict resolver for port management
  - Network utilities for network information
  - TTY forward manager for TTY forwarding
  - Cast manager for terminal recording
  - App mover for macOS app location management
  - Terminal spawn service for launching terminals
  - File system API for file operations

- Add settings UI pages (settings.html, server-console.html)
- Update tauri.conf.json with new configuration
- Enhance server implementation with better state management
- Add comprehensive command system for all managers
- Update dependencies in Cargo.toml
- Add welcome screen manager for onboarding
- Implement proper state management across all components
2025-06-23 04:07:16 +02:00
..
api_testing.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
app_mover.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
auth.rs feat: Add standalone Tauri app in /tauri folder 2025-06-23 04:07:16 +02:00
auth_cache.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
auto_launch.rs feat: Add standalone Tauri app in /tauri folder 2025-06-23 04:07:16 +02:00
backend_manager.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
cast.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
cli_installer.rs feat: Add standalone Tauri app in /tauri folder 2025-06-23 04:07:16 +02:00
commands.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
debug_features.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
fs_api.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
lib.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
main.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
network_utils.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
ngrok.rs feat: Add standalone Tauri app in /tauri folder 2025-06-23 04:07:16 +02:00
notification_manager.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
permissions.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
port_conflict.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
server.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
session_monitor.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
settings.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
state.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
terminal.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
terminal_detector.rs feat: Add standalone Tauri app in /tauri folder 2025-06-23 04:07:16 +02:00
terminal_integrations.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
terminal_spawn_service.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
tray_menu.rs feat: Add standalone Tauri app in /tauri folder 2025-06-23 04:07:16 +02:00
tty_forward.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
updater.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00
welcome.rs feat(tauri): Major refactoring with enhanced features and managers 2025-06-23 04:07:16 +02:00