Commit Graph

8 Commits

Author SHA1 Message Date
eeff7271a1 style: fix whitespace in step functions for SFTP methods 2025-12-29 15:16:51 +08:00
92147b39ec fix: use fastGet/fastPut for more reliable SFTP transfers 2025-12-29 15:12:34 +08:00
a4f4078551 refactor: remove unnecessary whitespace in SFTP service methods for cleaner code 2025-12-29 15:07:00 +08:00
2915b2c689 fix: SFTP download/upload use finish event to ensure data written 2025-12-29 15:06:18 +08:00
97a1b3d7b0 feat: 娣诲姞涓绘満閰嶇疆瀵煎叆瀵煎嚭鍔熻兘 2025-12-29 14:38:13 +08:00
c0fe5b3321 Implement SFTP functionality and enhance UI/UX
- Added SFTP file management capabilities including list, upload, download, delete, and directory operations.
- Integrated SFTP progress callbacks to provide real-time feedback during file transfers.
- Updated the UI to include a dedicated SFTP browser and host information panel.
- Enhanced the sidebar and title bar with improved styling and animations for a cyberpunk theme.
- Refactored host management to support editing and connecting to hosts with a more intuitive interface.
- Updated package dependencies to support new features and improve performance.
2025-12-29 13:50:23 +08:00
b7f6e9fcf6 Add MySQL configuration management and smart sync functionality
- Implemented configuration storage for MySQL settings using electron-store.
- Added automatic MySQL connection on app startup if a saved configuration exists.
- Enhanced the shutdown process to sync data to the remote database before closing.
- Introduced smart sync functionality to handle bidirectional synchronization based on the latest updated_at timestamps.
- Updated IPC methods for saving and retrieving MySQL configurations.
- Modified the Settings component to load and save MySQL configurations, and trigger host list refresh after connection.
2025-12-26 20:07:30 +08:00
95f842f6cb first 2025-12-26 19:57:52 +08:00