feat(pushnotification): 홈 알림 리스트 화면과 딥링크 라우팅을 추가한다

This commit is contained in:
2026-03-12 18:36:01 +09:00
parent 5bd4e45542
commit c0c5d6efc1
24 changed files with 886 additions and 7 deletions

View File

@@ -171,6 +171,8 @@
<string name="dialog_unfollow_title">팔로우 해제</string>
<string name="dialog_unfollow_message">%1$s님을 팔로우 해제 하시겠습니까?</string>
<string name="screen_home_theme_all">전체</string>
<string name="screen_push_notification_title">알림</string>
<string name="screen_push_notification_empty">받은 알림이 없습니다.</string>
<string name="screen_home_sort_revenue">매출</string>
<string name="screen_home_sort_sales_count">판매량</string>
<string name="screen_home_sort_comment_count">댓글</string>