From 4c3fa0fbb55670ef6ccd6097fc44aa427d34ea21 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 14 Jul 2025 18:47:21 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A9=94=EC=9D=B8=20=ED=99=88=20-=20?= =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0=20=EB=9E=AD?= =?UTF-8?q?=ED=82=B9,=20=EC=B6=94=EC=B2=9C=20=EC=B1=84=EB=84=90=20-=20?= =?UTF-8?q?=ED=84=B0=EC=B9=98=EC=8B=9C=20=ED=81=AC=EB=A6=AC=EC=97=90?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20=EC=B1=84=EB=84=90=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99=ED=95=98=EB=8A=94=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Home/HomeCreatorRankingItemView.swift | 3 +++ .../Home/RecommendChannel/RecommendChannelItemView.swift | 3 +++ 2 files changed, 6 insertions(+) diff --git a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift index dcf2db5..d68bdde 100644 --- a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift +++ b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift @@ -68,6 +68,9 @@ struct HomeCreatorRankingItemView: View { .padding(.leading, 10) } } + .onTapGesture { + AppState.shared.setAppStep(step: .creatorDetail(userId: item.id)) + } } } diff --git a/SodaLive/Sources/Home/RecommendChannel/RecommendChannelItemView.swift b/SodaLive/Sources/Home/RecommendChannel/RecommendChannelItemView.swift index 111ed73..65fb3da 100644 --- a/SodaLive/Sources/Home/RecommendChannel/RecommendChannelItemView.swift +++ b/SodaLive/Sources/Home/RecommendChannel/RecommendChannelItemView.swift @@ -39,6 +39,9 @@ struct RecommendChannelItemView: View { } } } + .onTapGesture { + AppState.shared.setAppStep(step: .creatorDetail(userId: item.channelId)) + } ForEach(0..