feat(frontend): マウスでもタイムラインを引っ張って更新できるように & MkPullToRefreshのパフォーマンス向上

This commit is contained in:
syuilo
2025-05-03 10:26:40 +09:00
parent c5235a7b2f
commit df1a3742dd
8 changed files with 109 additions and 92 deletions

4
locales/index.d.ts vendored
View File

@@ -5709,6 +5709,10 @@ export interface Locale extends ILocale {
* デバイス間でインストールしたテーマを同期
*/
"enableSyncThemesBetweenDevices": string;
/**
* ひっぱって更新
*/
"enablePullToRefresh": string;
"_chat": {
/**
* 送信者の名前を表示

View File

@@ -1427,6 +1427,7 @@ _settings:
ifOn: "オンのとき"
ifOff: "オフのとき"
enableSyncThemesBetweenDevices: "デバイス間でインストールしたテーマを同期"
enablePullToRefresh: "ひっぱって更新"
_chat:
showSenderName: "送信者の名前を表示"