Commit Graph

31 Commits

Author SHA1 Message Date
keven1024
8d3675cfa1 fix(front): convert layoutId to string to ensure proper rendering of speed chart items 2026-04-05 13:19:49 +08:00
keven1024
2ea2d89f44 refactor(front): replace div elements with BaseCard component for consistent styling across various views 2026-02-26 18:11:35 +08:00
keven1024
8f3bafcbfb fix(front): ensure chunks default to an empty array in FileUploadProgressView for improved upload handling 2026-02-25 12:02:53 +08:00
keven1024
8c4c7b0471 feat(front): add axios for API requests and enhance FileUploadProgressView with speed tracking and UI improvements 2026-01-10 14:34:01 +08:00
keven1024
9679a42be2 feat(front): refactor FileUploadProgressView components to improve upload management and user experience with detailed progress tracking and new UI elements 2026-01-10 11:50:00 +08:00
keven1024
90607aad7c feat(front): enhance FileUploadProgressView component to include chunk tracking for improved upload management 2025-12-21 17:52:23 +08:00
keven1024
b4a4be09fa feat(front): add localization for upload speed calculation in FileUploadSpeedInfoView component to enhance user understanding 2025-12-20 10:39:57 +08:00
keven1024
bfe9a8f3d6 feat(front): enhance FileUploadProgressView component with new localization keys for improved user feedback and clarity during file upload processes 2025-12-20 10:11:13 +08:00
keven1024
ca33fcc332 refactor(front): update localization keys across components to improve consistency and maintainability 2025-12-20 09:22:58 +08:00
keven1024
552434e389 fix(front): update CircularProgress and FileIcon components to handle default values and null checks, and improve styling in FileUploadProgressView 2025-12-14 19:53:11 +08:00
keven
3e8c782315 refactor(front): update MarkdownInputField import path and enhance TextUploadInputTextView component structure for improved readability 2025-10-17 23:57:51 +08:00
keven1024
0df8ee0a8d Revert "refactor(front): replace MarkdownInputField with RichInputField for improved JSON handling in text uploads, update Tiptap component to support JSONContent, and increment dependency versions for better compatibility"
This reverts commit e959a0bc3e.
2025-10-16 15:43:55 +08:00
keven1024
e959a0bc3e refactor(front): replace MarkdownInputField with RichInputField for improved JSON handling in text uploads, update Tiptap component to support JSONContent, and increment dependency versions for better compatibility 2025-10-13 21:27:28 +08:00
keven1024
6bd008f119 refactor(front): improve file upload progress handling by adding async wait to prevent UI freezing during upload tasks 2025-09-29 17:59:09 +08:00
keven
8b0d90cdc3 refactor(front): 优化文件上传进度视图,改进文件ID和任务队列的处理逻辑,确保上传任务的有效性 2025-09-23 00:02:11 +08:00
keven1024
f1c2e1a3d7 refactor(front): replace filesize library with custom getFileSize function for consistent file size formatting across components 2025-09-22 14:14:36 +08:00
keven1024
cfe166e8c9 refactor(front): update file handling components to use typed props for better type safety and maintainability 2025-09-22 10:41:55 +08:00
keven
29300a9448 feat(front): 增强文件上传组件,支持上传速度显示和动态进度更新,优化文件分块处理逻辑 2025-09-21 23:45:02 +08:00
keven
427f1f6456 feat(front): 重构文件上传进度视图,支持多文件上传和动态状态更新,优化上传任务管理 2025-09-19 09:18:53 +08:00
keven1024
668a2dd4d8 fix: adjust alreadyUploadSize computation to prevent exceeding total file size 2025-07-02 10:38:59 +08:00
keven1024
41e9df5ee8 feat: implement async file hash calculation using web workers for improved performance 2025-06-21 22:41:19 +08:00
keven1024
7f5149566c feat: enhance file upload progress view with error handling and user notifications 2025-06-21 16:45:30 +08:00
keven
28154d09ad feat: 在文件上传进度视图中添加错误处理和用户提示,优化用户体验 2025-06-14 21:02:05 +08:00
keven1024
da58a46e72 feat(front): implement internationalization for file and text upload components with dynamic translations 2025-06-02 10:12:15 +08:00
keven1024
70f13f9808 feat(front): integrate PickupShareBtn into TextUploadInputTextView for enhanced sharing functionality 2025-05-22 14:42:01 +08:00
keven1024
e5d21d618e feat(front): add PickupShareBtn and PickupShareDrawer components for pickup code input and sharing functionality 2025-05-22 14:40:42 +08:00
keven1024
763e3ac3c1 refactor(front): update import paths to use alias for better readability and maintainability 2025-05-22 11:32:38 +08:00
keven1024
c1fd4e7bbd feat(front): implement text sharing functionality with new TextShareHandle and TextShareResult components 2025-05-20 10:39:02 +08:00
keven1024
838d425369 refactor(front): update file handling properties in FileUploadProgressView and FileShareResult components for consistency 2025-05-19 21:24:40 +08:00
keven1024
2fff490baa refactor(front): replace FileUploadResultView with ResultIndexView and update form field naming for consistency 2025-05-19 21:09:38 +08:00
keven1024
a7c8b409c8 feat(front): add TextUploadView and FileUpload components for enhanced file and text sharing functionality 2025-05-16 19:38:39 +08:00