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

@@ -172,6 +172,8 @@
<string name="dialog_unfollow_title">Unfollow</string>
<string name="dialog_unfollow_message">Are you sure you want to unfollow %1$s?</string>
<string name="screen_home_theme_all">All</string>
<string name="screen_push_notification_title">Notifications</string>
<string name="screen_push_notification_empty">No notifications yet.</string>
<string name="screen_home_sort_revenue">Revenue</string>
<string name="screen_home_sort_sales_count">Units</string>
<string name="screen_home_sort_comment_count">Comments</string>