Files
ChatGPT-Next-Web/app/components
Mihail Klimin 8fa7c14f18 feat(tauri): Migrate from Tauri v1 to v2
# Summary
This commit completes the migration from Tauri v1 to v2, resolves configuration issues, upgrades Next.js, and adds test coverage for critical components to ensure stability during the transition.

# Details
## Tauri v2 Migration
- Updated Tauri dependencies to v2.3.0 series in package.json
- Restructured build configuration in `/app/config/build.ts` to align with Tauri v2 requirements
- Fixed imports and API usage patterns across the codebase
- Added compatibility layer for window.__TAURI__ references to maintain backward compatibility

## Next.js Issues
- Upgraded Next.js from 14.1.1 to 14.2.24
- Resolved caching problems with Server Actions
- Updated eslint-config-next to match the new version
- Cleared Next.js cache and temporary files to address build issues

## Testing & Stability
- Added comprehensive tests for `stream.ts` to verify streaming functionality
- Created mocks for Tauri API to support test environment
- Verified that critical functionality continues to work correctly
- Translated all comments to English for consistency

## Infrastructure
- Fixed peer dependency warnings during installation
- Ensured proper integration with Tauri v2 plugins (clipboard-manager, dialog, fs, http, notification, shell, updater, window-state)

# Approach
Prioritized stability by:
1. Making minimal necessary changes to configuration files
2. Preserving most `window.__TAURI__` calls as they still function in v2
3. Planning gradual migration to new APIs with test coverage for critical components
4. Documenting areas that will require future attention

# Testing
- Created unit tests for critical streaming functionality
- Performed manual testing of key application features
- Verified successful build and launch with Tauri v2

# Future Work
- Future PRs will gradually replace deprecated Tauri v1 API calls with v2 equivalents
- Additional test coverage will be added for other critical components
2025-03-16 02:14:47 +03:00
..
2024-11-06 16:58:26 +08:00
2024-11-08 22:39:17 +08:00
2024-07-26 17:06:10 +08:00
2024-09-15 20:17:02 +08:00
2024-09-23 15:12:45 +08:00
2024-11-06 16:58:26 +08:00
2024-09-24 22:25:36 +08:00
2024-11-06 16:58:26 +08:00
2024-11-06 16:58:26 +08:00
2024-11-06 21:14:45 +08:00
2025-01-20 10:10:52 +08:00
2024-09-08 13:23:40 +08:00
2024-10-12 14:54:22 +08:00
2024-11-06 16:58:26 +08:00
fix
2024-09-25 14:41:41 +08:00
2024-11-06 16:58:26 +08:00
2024-09-23 14:18:32 +08:00
2024-11-06 16:58:26 +08:00
2024-08-20 09:45:34 +08:00
2024-09-25 11:15:00 +08:00
2025-01-19 23:28:12 +08:00
2024-08-28 13:13:41 +08:00
2024-08-27 16:21:02 +08:00
fix
2024-09-25 14:35:09 +08:00
2025-02-05 12:34:00 +08:00