From 0d52145b2bc9ba9dd0f138673d0fc12ea5d9c3ec Mon Sep 17 00:00:00 2001 From: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:42:06 +0900 Subject: deps: update deps [ci skip] (#16997) * update deps * update chokidar to v5 * fix type error * rollback serviceworker types to r74 * fix [ci skip] --- .../frontend/src/components/MkImgPreviewDialog.vue | 2 +- packages/frontend/src/components/global/MkAvatar.vue | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'packages/frontend/src') diff --git a/packages/frontend/src/components/MkImgPreviewDialog.vue b/packages/frontend/src/components/MkImgPreviewDialog.vue index 3e6e4e0ec9..e17a1651cf 100644 --- a/packages/frontend/src/components/MkImgPreviewDialog.vue +++ b/packages/frontend/src/components/MkImgPreviewDialog.vue @@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only diff --git a/packages/i18n/src/autogen/locale.ts b/packages/i18n/src/autogen/locale.ts index 8f94aab555..55833b0cfc 100644 --- a/packages/i18n/src/autogen/locale.ts +++ b/packages/i18n/src/autogen/locale.ts @@ -10936,6 +10936,36 @@ export interface Locale extends ILocale { * プロファイル情報のデバイス間同期を有効にする */ "enableSyncBetweenDevicesForProfiles": string; + /** + * UIの説明を見る + */ + "showHowToUse": string; + "_howToUse": { + /** + * カラム追加 + */ + "addColumn_title": string; + /** + * カラムの種類を選んで追加できます。 + */ + "addColumn_description": string; + /** + * UI設定 + */ + "settings_title": string; + /** + * デッキUIの詳細設定を行えます。 + */ + "settings_description": string; + /** + * プロファイル切り替え + */ + "switchProfile_title": string; + /** + * UIのレイアウトをプロファイルとして保存し、いつでも切り替えられるようにできます。 + */ + "switchProfile_description": string; + }; "_columns": { /** * メイン -- cgit v1.2.3-freya From 834e8b4c24c6a37901c3720da523513b68f93244 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:55:16 +0900 Subject: fix(frontend): デッキUIでメニュー位置を下にしているとプロファイル削除ボタンが表示されないのを修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + packages/frontend/src/ui/deck.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/frontend/src') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5800477c42..3c2a0bb8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ v2025.12.0で行われた「configの`trustProxy`のデフォルト値を`false` - Enhance: デッキのUI説明を追加 - Fix: バージョン表記のないPlayが正しく動作しない問題を修正 バージョン表記のないものは v0.x 系として実行されます。v1.x 系で動作させたい場合は必ずバージョン表記を含めてください。 +- Fix: デッキUIでメニュー位置を下にしているとプロファイル削除ボタンが表示されないのを修正 ## 2025.12.1 diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index 1a2a1fd99a..99c57d1f7a 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -379,7 +379,7 @@ window.document.documentElement.style.scrollBehavior = 'auto'; } .bottomMenuButton { - display: block; + display: inline-block; height: 100%; aspect-ratio: 1; } -- cgit v1.2.3-freya From f48af7f73b84c7108147e39e4338a8d776575fb1 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:55:19 +0900 Subject: 🎨 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/ui/deck.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/frontend/src') diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index 99c57d1f7a..484b7f277a 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -63,14 +63,14 @@ SPDX-License-Identifier: AGPL-3.0-only