From 3a105024c7fd65c3928eed069aa8a35abd974d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sat, 6 May 2023 07:06:12 +0900 Subject: [PATCH] =?UTF-8?q?enhance:=20=E3=83=97=E3=83=AD=E3=83=95=E3=82=A3?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E8=A8=AD=E5=AE=9A=E3=80=8C=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E6=83=85=E5=A0=B1=E3=80=8D=E3=81=AE=E4=B8=A6=E3=81=B3=E6=9B=BF?= =?UTF-8?q?=E3=81=88=E3=83=BB=E5=89=8A=E9=99=A4=E3=81=AB=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=20(#10766)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * (enhance) profile fields dnd * Update CHANGELOG.md * Fix typo * fix lint * fix styles * fix lint * (change) style * (fix) label * (fix) typo * (fix) LINT ISSUES * (change) style * remove unnecessary style declaration * (fix) breakpoint --- CHANGELOG.md | 1 + locales/ja-JP.yml | 1 + .../frontend/src/pages/settings/profile.vue | 116 +++++++++++++++--- 3 files changed, 103 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55d706ec..900f0992d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ - 新しい実績を追加 - Fix: AiScript APIのMk:dialogで何も返していなかったのをNULLを返すように修正 - Fix: リアクションをホバーした時のユーザーリストで猫耳が切れてしまっていた問題を修正 +- プロフィール設定「追加情報」の項目の削除と並び替えができるように ### Server - channel/searchのqueryが空の場合に全てのチャンネルを返すように変更 diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 92cbfc7d6..2376f8b06 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -560,6 +560,7 @@ accountDeletedDescription: "このアカウントは削除されています。" menu: "メニュー" divider: "分割線" addItem: "項目を追加" +rearrange: "並び替え" relays: "リレー" addRelay: "リレーの追加" inboxUrl: "inboxのURL" diff --git a/packages/frontend/src/pages/settings/profile.vue b/packages/frontend/src/pages/settings/profile.vue index db21cf49d..6ffd68261 100644 --- a/packages/frontend/src/pages/settings/profile.vue +++ b/packages/frontend/src/pages/settings/profile.vue @@ -37,19 +37,40 @@ {{ i18n.ts._profile.metadataEdit }} -