fix(frontend): アクティビティウィジェットのグラフモードが動作しない問題を修正 (#16579)

* fix(frontend): アクティビティウィジェットのグラフモードが動作しない問題を修正

* 🎨

* Update Changelog

* fix
This commit is contained in:
かっこかり
2025-09-26 15:36:50 +09:00
committed by GitHub
parent 0b7634b126
commit e0d210e15b
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
- Enhance: 絵文字ピッカーのサイズをより大きくできるように
- Enhance: 時刻計算のための基準値を一か所で管理するようにし、パフォーマンスを向上
- Fix: iOSで、デバイスがダークモードだと初回読み込み時にエラーになる問題を修正
- Fix: アクティビティウィジェットのグラフモードが動作しない問題を修正
### Server
- Enhance: ユーザーIPを確実に取得できるために設定ファイルにFastifyOptions.trustProxyを追加しました