Commit Graph

28 Commits

Author SHA1 Message Date
keven1024
6304dffa39 feat(front): add showBackButton prop to BaseCard component and update usages in FileShareResult and TextShareResult for improved navigation 2026-02-26 18:23:24 +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
ca33fcc332 refactor(front): update localization keys across components to improve consistency and maintainability 2025-12-20 09:22:58 +08:00
keven1024
9eaf06e7a8 fix(front): add conditional rendering for file sizes in ImageCompressResult component to handle zero values and improve user experience 2025-12-20 08:53:25 +08:00
keven1024
831d9b2660 refactor(front): optimize ImageCompressResult component for better file handling and task status display 2025-12-18 23:08:16 +08:00
keven1024
dd3ced5b03 refactor(front): enhance ImageCompressResult component to support multiple file uploads and improve task management with useQueries 2025-12-17 08:26:23 +08:00
keven1024
d7d2a5c00b refactor(front): update component props and types for FileShareResult and TextShareResult, and introduce a new types file for better type management 2025-12-17 08:11:02 +08:00
keven
80a01a2849 feat(front): add internationalization support to TextShareResult component, localizing titles and messages for enhanced user experience 2025-10-18 10:54:47 +08:00
keven
fa17009695 feat(front): enhance FileShareResult and FileUploadField components with internationalization support, adding localized text for file sharing success and related UI elements 2025-10-18 10:43:57 +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
keven1024
3001ea3250 fix(front): enhance error handling in file download components by refining error message extraction 2025-07-07 15:55:08 +08:00
keven1024
1b12703b90 refactor(front): update file sharing logic to use downloadFileByShareId for improved error handling and token management 2025-07-07 15:49:01 +08:00
keven1024
695395ba6a feat: set staleTime to Infinity in TextShareResult component for persistent query data 2025-07-01 14:26:24 +08:00
keven1024
7d8075277d feat: enhance TextShareResult component with download count, expiration time, and pickup code display 2025-07-01 12:45:05 +08:00
keven1024
a484f8926b refactor: update import paths to use alias and improve layout in result components for better readability 2025-06-08 17:53:26 +08:00
keven1024
bee32be989 feat: add QR code generation component and enhance file sharing result display with improved information layout 2025-06-08 17:39:13 +08:00
keven1024
edf0fe471d fix: update package.json dependencies and refactor share composables for improved functionality 2025-06-03 14:30:41 +08:00
keven1024
8cd9f278ba feat(backend): add JPEG compression support and new image processing functions 2025-06-02 12:45:57 +08:00
keven1024
370fc82209 feat(front): enhance ImageCompressResult component with error handling and retry notifications 2025-06-02 12:21:06 +08:00
keven1024
e88e6cb46a feat(front): add AboutChartTooltip and ImageCompressResult components for enhanced file upload statistics and visualization 2025-06-02 01:17:58 +08:00
keven1024
31a082eea2 feat(front): refactor sharing logic by introducing useAppShare composable for file and text sharing 2025-06-01 17:58:03 +08:00
keven1024
e2ccd93a7d feat(front): add ImageCompressResult component to ResultIndexView for handling image compression results 2025-05-28 10:38:10 +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
0bab15d519 feat(front): implement file sharing and download functionality with improved type safety 2025-05-15 17:26:40 +08:00
keven1024
7d28ea0bc6 feat(front): add FileShareResult component for displaying upload success and sharing functionality 2025-05-15 11:10:18 +08:00