Commit Graph

3222 Commits

Author SHA1 Message Date
syuilo 203c312fee wip 2025-11-03 20:47:54 +09:00
syuilo 5d4a00f164 Update use-uploader.ts 2025-11-03 20:34:46 +09:00
syuilo 6becc489dc wip 2025-11-03 20:31:37 +09:00
syuilo e4b6853f0a Update ImageEffector.ts 2025-11-03 19:03:08 +09:00
syuilo a07fcafdee wip 2025-11-03 18:31:39 +09:00
syuilo 5602ee8615 wip 2025-11-03 18:15:57 +09:00
syuilo 30f5387b3b Update ImageCompositor.ts 2025-11-03 16:25:07 +09:00
syuilo 4d51ed7faf Create ImageCompositor.ts 2025-11-03 14:57:10 +09:00
syuilo 1753964cf8 Update image-frame-renderer.ts 2025-11-02 19:55:21 +09:00
syuilo 244f5a2793 wip 2025-11-02 18:57:01 +09:00
syuilo ec79b3ae37 wip 2025-11-02 16:25:12 +09:00
syuilo 1398a81d59 Update image-frame-renderer.ts 2025-11-02 16:10:21 +09:00
syuilo a54b4f2fd9 wip 2025-11-02 16:08:12 +09:00
syuilo 7bb9d3d0af wu 2025-10-31 18:54:49 +09:00
syuilo 149066522e wip 2025-10-31 17:17:39 +09:00
syuilo 4ac43cbc7f Update watermark.ts 2025-10-31 17:13:29 +09:00
syuilo 7f488e84bd Update use-uploader.ts 2025-10-31 16:57:21 +09:00
syuilo 63b11f5e18 wip 2025-10-31 13:21:48 +09:00
syuilo cb6327dda6 wip 2025-10-31 11:32:42 +09:00
syuilo fa2b60c06d wip 2025-10-31 09:20:13 +09:00
syuilo 8847a4aa6e wip 2025-10-31 09:17:59 +09:00
syuilo d550e42b0d wip 2025-10-30 20:51:15 +09:00
syuilo f7800ecda1 wip 2025-10-30 20:45:46 +09:00
syuilo 400c7cc408 wip 2025-10-30 20:16:28 +09:00
syuilo 0050b873c6 Update image-label-renderer.ts 2025-10-30 19:37:51 +09:00
syuilo bb77844bfb wip 2025-10-30 19:33:43 +09:00
syuilo 91bc3b3134 Update image-label-renderer.ts 2025-10-30 18:40:21 +09:00
syuilo a240847a68 Update image-label-renderer.ts 2025-10-30 18:28:01 +09:00
syuilo 8aee50a7dd Update ImageEffector.ts 2025-10-30 18:18:49 +09:00
syuilo 8d2bc9b84f wip 2025-10-30 18:14:41 +09:00
syuilo 98774208a2 wip 2025-10-30 17:54:45 +09:00
かっこかり 9e0f18a705
deps: update `@types/node` to v24 [ci skip] (#16718)
* update `@types/node` to v24

* fix
2025-10-28 11:34:42 +09:00
syuilo f1578c282e update deps 2025-10-28 10:43:59 +09:00
かっこかり d0a5ccc1ec
fix(frontend): コンポーネントのインポート忘れ (#16715) 2025-10-27 18:41:17 +09:00
かっこかり 4e16e23acd
fix(frontend): confettiの実行がアニメーション設定を考慮していない問題を修正 (#16714)
* fix(frontend): confettiの実行がアニメーション設定を考慮していない問題を修正

* Update Changelog

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-10-27 18:41:03 +09:00
syuilo cd77404006 fix tooltip text 2025-10-26 19:29:37 +09:00
syuilo 298f8802d4 fix(frontend): 期限が無期限のアンケートに投票できない問題を修正
Fix #16708
2025-10-26 10:32:12 +09:00
syuilo 6e614ff061 Revert "Fix touch position offset in image masking on iOS devices (#16702)"
This reverts commit 456504cf82.
2025-10-25 19:32:00 +09:00
syuilo 9f768b8022 fix(frontend): キャッシュをクリアするとテーマ再適用するまでレンダリングが正しく行われない問題を修正 2025-10-25 08:22:47 +09:00
Copilot 456504cf82
Fix touch position offset in image masking on iOS devices (#16702)
* Initial plan

* Fix iOS touch position offset in image masking feature

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>
2025-10-24 11:14:12 +09:00
syuilo 81cea6aed5 Update MkImageEffectorDialog.vue
related? #16703
2025-10-24 11:01:20 +09:00
syuilo 2d1b7c957a Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2025-10-24 10:41:55 +09:00
syuilo 5b6aa1496a Update about-misskey.vue 2025-10-24 10:40:11 +09:00
Copilot 42f230f223
Fix video audio loss during compression by preserving audio stream (#16696)
* 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>
2025-10-23 18:59:12 +09:00
かっこかり 2e07e50bb4
refactor(frontend): 既存のGLSLを単独のファイルに移行 (#16677)
* refactor(frontend): 既存のGLSLを単独のファイルに移行

* fix: glslファイルを参照元ファイルと同じ場所に移動
2025-10-23 11:05:21 +09:00
かっこかり d203e1a446
refactor(frontend): フロントエンドの型エラー解消 (#16694) 2025-10-23 11:04:27 +09:00
syuilo f0380f2d1c enhance(frontend): improve theme apply handling 2025-10-22 11:11:30 +09:00
syuilo aafd8b6bf7 fix(frontend): ダークモードの同期が機能しない場合がある問題を修正
Fix #16688
2025-10-22 09:11:15 +09:00
syuilo 3c97c12e7f enhance(frontend): 下書き/予約投稿一覧は投稿フォームのアカウントメニュー内に移動し、下書き保存は「...」メニュー内に移動 2025-10-21 20:03:57 +09:00
renovate[bot] 1c2e57d60c
fix(deps): update [frontend] update dependencies [ci skip] (#16684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 11:06:25 +09:00