From 05d445cfbb069860db2373fa54142d56241a13b1 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Wed, 7 Sep 2022 22:02:14 +0900 Subject: [PATCH] feat: Improved to clear notifications by swiping sideways or pressing the x button (x button is desktop only), Notification design improved --- CHANGELOG_CHERRYPICK.md | 2 + .../src/components/notification-toast.vue | 134 +++++++++++++++++- 2 files changed, 130 insertions(+), 6 deletions(-) diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index 70c821d4f9..2fc5d4d792 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -18,6 +18,8 @@ - 클라이언트: 서버와 연결이 끊어졌을 때 경고를 표시하지 않는 옵션 추가 - 클라이언트: 미디어 우클릭 방지 기능 추가 - 클라이언트: welcomeBack 알림에 프로필 아이콘 추가 +- 클라이언트: 알림을 옆으로 스와이프 하거나 x 버튼을 눌러(데스크톱 전용) 지울 수 있도록 개선 +- 클라이언트: 알림 디자인 개선