summaryrefslogtreecommitdiff
path: root/packages/frontend/src/composables/use-uploader.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: make noImplicitAny true (#17083)syuilo2026-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update emojis.emoji.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update manager.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update analytics.ts
* feat(frontend): EXIFフレーム機能 (#16725)syuilo2025-11-061-44/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update ImageEffector.ts * Update image-label-renderer.ts * Update image-label-renderer.ts * wip * Update image-label-renderer.ts * wip * wip * wip * wip * wip * wip * wip * Update use-uploader.ts * Update watermark.ts * wip * wu * wip * Update image-frame-renderer.ts * wip * wip * Update image-frame-renderer.ts * Create ImageCompositor.ts * Update ImageCompositor.ts * wip * wip * Update ImageEffector.ts * wip * Update use-uploader.ts * wip * wip * wip * wip * Update fxs.ts * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update MkImageEffectorDialog.vue * Update MkImageEffectorDialog.vue * Update MkImageFrameEditorDialog.vue * Update use-uploader.ts * improve error handling * Update use-uploader.ts * 🎨 * wip * wip * lazy load * lazy load * wip * wip * wip
* Fix video audio loss during compression by preserving audio stream (#16696)Copilot2025-10-231-1/+3
| | | | | | | | | | | | | | | | * Initial plan * Fix video audio loss during compression by specifying AAC codec Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Fix audio by avoiding transcoding - copy audio stream directly Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* feat(frontend): Video compression (#16574)syuilo2025-09-241-8/+115
| | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * wip * Update use-uploader.ts * Update use-uploader.ts
* enhance: ウォーターマーク機能をロールで制御可能にsyuilo2025-07-121-2/+5
|
* refactor(frontend): refactor uploader image editing features and menusyuilo2025-06-261-61/+51
| | | | Replaces separate 'effect' and 'crop' features with a unified 'imageEditing' feature in the uploader. Groups crop and effect actions under a new parent 'editImage' menu item, adds localization for 'editImage', and updates supported types accordingly.
* fix(frontend): ↵syuilo2025-06-251-1/+1
| | | | | | ファイルがドライブの既定アップロード先に指定したフォルダにアップロードされない問題を修正 Fix #16206
* enhance(frontend): ↵syuilo2025-06-251-0/+17
| | | | | | ファイルアップロード前にキャプション設定を行えるように Resolve #16210
* fix(frontend): support non-image filessyuilo2025-06-071-24/+52
|
* 🎨syuilo2025-06-071-1/+2
|
* 🎨syuilo2025-06-071-0/+1
|
* enhance(frontend): ↵syuilo2025-06-071-0/+11
| | | | アップローダー内でセンシティブフラグを設定可能に
* enhance(frontend): 投稿フォームにアップローダーを埋め込み ↵syuilo2025-06-071-0/+535
(#16173) * wip * Update MkPostForm.vue * wip * wip * Update MkPostForm.vue * wip * wip * add tip * Update tips.ts * Update MkPostForm.vue