From 0f5476c19097bb922590d9b9002b53f3c1302530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Fri, 20 Jan 2023 00:33:17 +0800 Subject: [PATCH 01/15] feat(settings): support drop file on avatar&header --- pages/settings/profile/appearance.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pages/settings/profile/appearance.vue b/pages/settings/profile/appearance.vue index aa11f3b5..a65f8acb 100644 --- a/pages/settings/profile/appearance.vue +++ b/pages/settings/profile/appearance.vue @@ -1,7 +1,9 @@ @@ -98,6 +112,7 @@ onReactivated(refreshInfo)
Date: Fri, 20 Jan 2023 00:34:33 +0800 Subject: [PATCH 02/15] fix: user server name getting clipped (#1308) Closes https://github.com/elk-zone/elk/issues/1300 --- components/account/AccountHandle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/account/AccountHandle.vue b/components/account/AccountHandle.vue index 63465d0a..c2a955c5 100644 --- a/components/account/AccountHandle.vue +++ b/components/account/AccountHandle.vue @@ -9,7 +9,7 @@ const serverName = $computed(() => getServerName(account))