fix(frontend): navbarのリアルタイムモードのオンオフ状態の表示をわかりやすく (#16748)

* fix(frontend): navbarのリアルタイムモードのオンオフをわかりやすく

* Update Changelog

* remove unused imports
This commit is contained in:
かっこかり
2025-11-05 09:45:42 +09:00
committed by GitHub
parent 3e34e87a59
commit 1cebad0ddb
2 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
### Client
- Fix: 紙吹雪エフェクトがアニメーション設定を考慮せず常に表示される問題を修正
- Fix: ナビゲーションバーのリアルタイムモード切替ボタンの状態をよりわかりやすく表示するように
### Server
-