Commit Graph

266 Commits

Author SHA1 Message Date
keven1024
d8704a8aa8 fix(front): adjust error message font size in InputField and InputGroupField components for better readability 2026-05-24 11:15:43 +08:00
keven1024
2273c589f6 fix(front): update success message for copy action in CopyButton and refactor token handling in FileShareView 2026-05-24 11:15:43 +08:00
keven1024
a14628718c feat(i18n): add notification messages for webhook configuration and update common copy success messages across multiple languages 2026-05-24 11:15:43 +08:00
keven1024
528df24988 refactor(front): replace clipboard functionality with CopyButton component in FileShareResult, TextShareResult, and TextShareView components 2026-05-24 11:15:43 +08:00
keven1024
2a42ca8cde feat(front): add CopyButton component for clipboard functionality and update icon sizes in existing components 2026-05-24 11:15:43 +08:00
keven1024
6edb1fe222 feat(front): enhance InputField component with validation support and error messaging 2026-05-24 11:15:43 +08:00
keven1024
c841d8e1a2 feat(front): update InputGroupField component with improved delete button styling and add new Textarea component for enhanced text input 2026-05-24 11:15:43 +08:00
keven1024
e8b5f98260 feat(front): add error handling to InputGroupField component with aria attributes for accessibility 2026-05-24 11:15:43 +08:00
keven1024
b52d4c3a51 feat(front): add InputGroupField component for dynamic input management with add/remove functionality 2026-05-24 11:15:43 +08:00
keven1024
e9fc260cbc refactor(front): standardize import statements and improve prop handling in Select components 2026-05-24 11:15:43 +08:00
keven1024
e37402ff63 feat(front): enhance chart tooltip functionality with custom value formatting and update date format 2026-05-24 11:15:43 +08:00
keven1024
35654372a6 chore(front): add file-type and heic-to dependencies, and update FileIcon component to support file type detection 2026-05-24 11:15:43 +08:00
keven1024
018d13ea78 refactor(front): improve image handling in FileIcon component by adding HEIC support and optimizing file type checks 2026-05-24 11:15:43 +08:00
keven1024
0e0f6bb1c5 feat(front): implement engine detection for file hash calculation and add error handling for unsupported environments 2026-05-24 11:15:42 +08:00
keven1024
7ba7af6100 refactor(front): enhance drawer management by introducing DrawerItem type for improved type safety and structure 2026-05-24 11:15:42 +08:00
keven1024
55eb50faab fix(front): update outline-none utility in MarkdownRender and Tiptap components for consistent styling 2026-05-24 11:15:42 +08:00
keven1024
2fc2f4ccf7 test(front): add unit tests for calcFileHash to verify consistency between native and wasm engines, and ensure correct hash format and uniqueness 2026-05-24 11:15:42 +08:00
keven1024
a5a01a667e refactor(front): replace MD5 with SHA1 for user avatar generation and update related components to use native hash calculation 2026-05-24 11:15:42 +08:00
keven1024
ae2fbcc216 feat(front): enhance file hash calculation by introducing engine selection for large files using native or wasm methods 2026-05-24 11:15:42 +08:00
keven1024
f1dc65b1d0 feat(front): add FileIcon components for audio, video, image, and generic file previews with dynamic thumbnail extraction 2026-05-24 11:15:42 +08:00
keven1024
881d8e111a fix(front): update import path for filePreview type in FilePreviewView component 2026-05-24 11:15:42 +08:00
keven1024
58ba3f6d50 feat(front): add language support for multiple locales including English, German, French, Japanese, Korean, and Chinese with updated translations for locale switching 2026-05-24 11:15:42 +08:00
keven1024
788ef8df57 feat(front): add FileIcon component for dynamic file previews and icons based on file type 2026-05-24 11:15:42 +08:00
keven1024
a99790c9b1 feat(front): add support for additional locales including Japanese, Korean, French, German, and Traditional Chinese in nuxt.config.ts and update app config structure for text translation 2026-05-24 11:15:42 +08:00
keven1024
249b9f2350 feat(front): update I18nSwitchDrawer to support new locale structure and add German, French, Japanese, Korean, and Traditional Chinese translations 2026-05-24 11:15:42 +08:00
keven1024
6a7e8f85ac feat(backend): add text translation handler and update task mapping for new translation functionality 2026-05-24 11:15:42 +08:00
keven1024
0d4d89d4ec feat(front): add text-translate feature with corresponding UI components and action handlers 2026-05-24 11:15:42 +08:00
keven1024
2af28b6a50 feat(frontend): enhance SelectField and Tiptap components with improved class handling and word count display 2026-05-24 11:15:42 +08:00
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
625399bdd9 chore(front): remove service worker implementation to streamline front-end architecture 2026-04-05 11:59:00 +08:00
keven1024
7c38773451 chore(front): update dependencies in package.json to latest versions for improved performance and security 2026-04-05 11:50:35 +08:00
keven1024
976011697c fix(seo): integrate nuxtApp context for SEO meta handling and ensure proper execution within server environment 2026-04-05 11:48:44 +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
72ca69330f refactor: simplify tsconfig.json by removing unnecessary compiler options and ensuring proper structure 2026-04-05 10:16:34 +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
64126e7c4c chore: update packageManager version in package.json files for consistent dependency management 2026-03-01 23:32:55 +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
fe66240671 feat(front): add translation for image format conversion in English and Chinese locales 2026-02-28 10:16:56 +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