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
|
cb6b0fae6a
|
refactor(front): remove unused chart components and streamline chart implementation for improved maintainability
|
2026-04-05 13:19:32 +08:00 |
|
keven1024
|
6631e1e1a2
|
refactor(front): update FileUpload and Navbar components for improved code clarity and consistency
|
2026-04-05 12:05:33 +08:00 |
|
keven1024
|
3c031dcee9
|
feat: enhance FileIcon and FileUpload components to support size prop and multi-file uploads, improving user experience and flexibility
|
2026-04-05 11:09:43 +08:00 |
|
keven1024
|
d6c54de659
|
feat: add file deduplication logic in FileUploadField component to prevent duplicate file uploads from clipboard and file selection
|
2026-04-05 10:32:51 +08:00 |
|
keven1024
|
7f74441f5d
|
feat: enhance About component with feature display and loading states, and refactor feature handling in share drawers for improved user experience
|
2026-04-05 09:46:56 +08:00 |
|
keven1024
|
28abd8d1a2
|
feat: implement feature-based action handling in file and text share drawers, enhancing user interaction with dynamic feature support
|
2026-04-04 23:07:43 +08:00 |
|
keven1024
|
b69af056aa
|
feat: implement internationalization for share views and update UI text for better user experience
|
2026-03-08 14:57:46 +08:00 |
|
keven1024
|
4ce68d91a8
|
Merge branch 'main' into dev
|
2026-03-05 17:38:32 +08:00 |
|
keven1024
|
9aa52915b0
|
feat(front): implement ImageConvertResult component for image format conversion and update layout in ImageCompressResult
|
2026-02-28 10:23:45 +08:00 |
|
keven1024
|
1635a31f33
|
feat(front): add image conversion option to FileShareDrawer and improve layout in ImageCompressResult
|
2026-02-28 10:16:34 +08:00 |
|
keven1024
|
67b1d07fbe
|
feat(front): implement ImageConvertHandle component for image format selection and conversion
|
2026-02-28 10:08:00 +08:00 |
|
keven1024
|
183297bd2c
|
feat(front): add support for image conversion in Preprocessing and Result components
|
2026-02-27 17:56:43 +08:00 |
|
keven1024
|
55900224ae
|
refactor(front): improve layout of ImageCompressResult component for better file display
|
2026-02-27 17:56:19 +08:00 |
|
keven1024
|
e14eed73c4
|
refactor(front): update download and view options to use array syntax for translation labels
|
2026-02-27 16:53:00 +08:00 |
|
keven1024
|
3d8d1ccd3f
|
fix(front): conditionally render title in BaseCard component to prevent display issues when title is not provided
|
2026-02-26 18:57:55 +08:00 |
|
keven1024
|
ae7db9de02
|
feat(front): implement internationalization for image compression results with dynamic text updates in ImageCompressResult component
|
2026-02-26 18:29:21 +08:00 |
|
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
|
301dcaf8b6
|
chore(front): comment out BubbleMenuView in Tiptap component for future adjustments
|
2026-02-25 12:03:15 +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
|
85c6b4582f
|
refactor(front): update download and view options in FileShareHandle and TextShareHandle components to use new localization keys for improved flexibility
|
2025-12-20 09:05:59 +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 |
|
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 |
|
keven1024
|
208875841e
|
fix(front): Component GlobalDayjs.vue is missing template or render function. at <GlobalDayjs>
|
2025-12-13 12:02:45 +08:00 |
|
keven
|
4f4139159e
|
fix(front): add break-all class to MarkdownRender for improved text wrapping
(cherry picked from commit 62463494b4)
|
2025-11-12 14:34:54 +08:00 |
|
keven
|
62463494b4
|
fix(front): add break-all class to MarkdownRender for improved text wrapping
|
2025-11-12 14:33:20 +08:00 |
|
keven
|
a8f0fb2bf3
|
fix(front): add max-w-full class to MarkdownRender in AboutBaseInfo for improved layout
(cherry picked from commit 0f0814ce40)
|
2025-10-28 09:25:21 +08:00 |
|
keven
|
0f0814ce40
|
fix(front): add max-w-full class to MarkdownRender in AboutBaseInfo for improved layout
|
2025-10-19 20:53:41 +08:00 |
|
keven
|
9fff65d0d7
|
Revert "feat(front): add TextInlineAIDrawer and BubbleMenuView components for enhanced AI interaction and text formatting options"
This reverts commit d294027463.
|
2025-10-19 18:45:01 +08:00 |
|
keven
|
da58c53909
|
feat(front): add AboutVersionView component and enhance AboutBaseInfo with object-fit styling
|
2025-10-19 18:38:00 +08:00 |
|
keven
|
07fc182ccb
|
feat(front): enhance About page components to support shares and downloads statistics, improve layout, and add loading state
|
2025-10-19 18:20:38 +08:00 |
|
keven
|
a4b3dad85e
|
feat(front): enhance localization support in AboutBaseInfo, useSeo, and default layout for improved SEO and user experience
|
2025-10-19 15:21:39 +08:00 |
|
keven
|
6238897c18
|
feat(front): add AboutBaseInfo and AboutChartView components for enhanced About page functionality and data visualization
|
2025-10-19 15:05:29 +08:00 |
|
keven1024
|
8676b12a66
|
feat(front): implement Accordion component and its subcomponents for enhanced UI interactivity and organization
|
2025-10-19 14:05:13 +08:00 |
|
keven
|
d294027463
|
feat(front): add TextInlineAIDrawer and BubbleMenuView components for enhanced AI interaction and text formatting options
|
2025-10-18 13:36:04 +08:00 |
|
keven1024
|
27fcfd73d9
|
feat(front): add Menubar component and its subcomponents for improved UI navigation and organization
|
2025-10-18 13:06:11 +08:00 |
|
keven1024
|
9961609e64
|
feat(front): implement DropdownMenu component and its subcomponents for enhanced UI interactivity and organization
|
2025-10-18 12:15:41 +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
|
8924de58c0
|
feat(front): integrate GlobalDayjs component for dynamic date localization and formatting
|
2025-10-18 10:46:07 +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 |
|