293 Commits

Author SHA1 Message Date
keven1024
7793bef944 fix(FileShareResult): set staleTime to Infinity for create-share query to prevent data refetching 2026-05-24 18:20:28 +08:00
keven1024
1fdd05f0ea feat(Tiptap): add internationalization support for word and length display in multiple languages 2026-05-24 18:18:20 +08:00
keven1024
7128a8c329 feat(Toaster): implement Sonner component for enhanced notification functionality and update import path in default layout 2026-05-24 17:55:19 +08:00
keven1024
3cb878b770 chore(dependencies): add nuxt-lucide-icons@2.1.0 to pnpm-lock.yaml and import Button component in BaseCard.vue for enhanced UI functionality 2026-05-24 14:49:01 +08:00
keven1024
05c3504627 feat(AboutBaseInfo): integrate Avatar, Accordion, and MarkdownRender components for enhanced UI functionality 2026-05-24 14:47:48 +08:00
keven1024
9b1ba13ec3 chore(dependencies): add nuxt-lucide-icons package to enhance icon support in the project 2026-05-24 14:43:01 +08:00
keven1024
2a4fac717a chore(dependencies): update TypeScript, @vueuse/core, and @vueuse/nuxt to 6.0.3 and 14.3.0 respectively, and upgrade various packages in package.json and pnpm-lock.yaml for improved compatibility and functionality 2026-05-24 14:37:07 +08:00
keven1024
e897fe1ed3 chore(dependencies): downgrade markdown-it to 14.1.1 in package.json and pnpm-lock.yaml for consistency and compatibility 2026-05-24 14:26:14 +08:00
keven1024
549bdd9f68 chore(dependencies): replace lucide-vue-next imports with @lucide/vue across multiple components for consistency and improved dependency management 2026-05-24 14:06:03 +08:00
keven1024
f956130b4f chore(dependencies): replace lucide-vue-next with @lucide/vue in package.json and update lint workflow for improved dependency management 2026-05-24 14:03:49 +08:00
keven1024
218b4cc6ac chore(dependencies): add @lucide/vue@1.16.0 and update @tanstack/vue-query to 5.100.12 in package.json and pnpm-lock.yaml for enhanced functionality 2026-05-24 13:57:07 +08:00
keven1024
64a936835c chore(dependencies): update @tanstack/vue-query to 5.100.14, markdown-it to 14.2.0, and nuxt to 4.4.6 in package.json and pnpm-lock.yaml for improved compatibility and features 2026-05-24 13:12:26 +08:00
keven1024
b8e4bee050 refactor(layout): replace background div with paragraph for improved semantic structure and maintain background image functionality 2026-05-24 13:06:58 +08:00
keven1024
a8f504f377 refactor(config): comment out text-translate feature configuration in GetConfig and TextShareDrawer for future implementation 2026-05-24 11:16:25 +08:00
keven1024
c89d1b554f feat(config): add site_enable_bg property to app configuration and update layout to conditionally render background image 2026-05-24 11:16:25 +08:00
keven1024
6084acb0d5 chore(deps): update package dependencies in pnpm-lock.yaml and package.json files for improved stability and performance 2026-05-24 11:16:25 +08:00
keven1024
18ca80bb1b feat(front): add Vitest configuration and unit tests for calcFileHash to ensure consistency between native and wasm engines 2026-05-24 11:15:44 +08:00
keven1024
f4a28e369f feat(i18n): add 'add' translation in multiple languages and update InputGroupField, KvInputGroupField, and NotifyConfigField components to use localized text for button labels 2026-05-24 11:15:43 +08:00
keven1024
833079d495 feat(front): enhance NotifyConfigField component to support parsing of cURL commands and add body field for webhook configuration 2026-05-24 11:15:43 +08:00
keven1024
a63d55b61d feat(i18n): update webhook body translations in multiple languages for consistency and clarity 2026-05-24 11:15:43 +08:00
keven1024
46c6cd84b5 feat(front): enhance FileShareHandle and TextShareHandle components with improved layout and overflow handling for better user experience 2026-05-24 11:15:43 +08:00
keven1024
a24bf24271 feat(front): enhance KvInputGroupField and NotifyConfigField components with autocomplete functionality and improved header configuration 2026-05-24 11:15:43 +08:00
keven1024
1226a7948e feat(front): add Command components for command palette functionality including Command, CommandDialog, CommandInput, and related components 2026-05-24 11:15:43 +08:00
keven1024
1e446a0240 refactor(front): simplify InputGroupField and KvInputGroupField components by removing unused state and streamlining item addition and update logic 2026-05-24 11:15:43 +08:00
keven1024
b023876e0f feat(front): update GlobalDrawer component to support async close handling and improve drawer visibility management 2026-05-24 11:15:43 +08:00
keven1024
ec1d70637b feat(i18n): add notification settings translations for multiple languages including email and webhook configurations 2026-05-24 11:15:43 +08:00
keven1024
2e5da4f7e9 feat(front): implement NotifyConfigField component for enhanced notification settings in FileShareHandle and TextShareHandle components 2026-05-24 11:15:43 +08:00
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