fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように (#16834)

* fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように

* Update Changelog

* fix: 注釈は書かない
This commit is contained in:
かっこかり
2025-11-26 13:07:28 +09:00
committed by GitHub
parent e0e17a78f1
commit 0c5f61721a
5 changed files with 69 additions and 36 deletions

View File

@@ -15,6 +15,7 @@
- Fix: 投稿フォームのリセットボタンで注釈がリセットされない問題を修正
- Fix: PlayのAiScriptバージョン判定v0.x系・v1.x系の判定が正しく動作しない問題を修正
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/1129)
- Fix: フォロー申請をキャンセルする際の確認ダイアログの文言が不正確な問題を修正
### Server
- Enhance: `clips/my-favorites` APIがページネーションに対応しました