From e05f04da86366c2f74c3270083509779a9b17cd4 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Fri, 2 Jun 2023 20:00:47 +0900 Subject: [PATCH] =?UTF-8?q?enhance(client):=20=E9=80=9A=E7=9F=A5=E3=81=AE?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E9=85=8D=E7=BD=AE=E3=82=92=E7=B8=A6=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG_CHERRYPICK.md | 1 + packages/frontend/src/store.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index 3777f16a4d..3ab83bf0fb 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -55,6 +55,7 @@ - 서버 통계 위젯의 원 그래프 디자인 개선 - 새로운 서버 통계 위젯 추가 - Cloud Translation - Advanced(v3) 지원 추가 ([@mk-castella](https://github.com/libnare/mk-castella/commit/3c582dd850d00f5b8faea027fd054118efb97856)) +- 알림 기본 정렬을 수직으로 변경 - Fix: (Friendly) 위젯 영역에 safe-area-inset-bottom이 적용되지 않음 - Fix: (Friendly) 플로팅 메뉴를 길게 눌렀을 때 프로필 이미지를 드래그 할 수 있는 문제 - Fix: 위젯 편집 시 헤더 이외의 영역을 눌렀을 때 위젯 설정이 뜨는 문제 diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 7acb15c4cb..0821d15853 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -333,7 +333,7 @@ export const defaultStore = markRaw(new Storage('base', { }, notificationStackAxis: { where: 'device', - default: 'horizontal' as 'vertical' | 'horizontal', + default: 'vertical' as 'vertical' | 'horizontal', }, enableCondensedLineForAcct: { where: 'device',