feat: 팔로워 리스트
- 프로필 이미지를 터치하면 프로필 다이얼로그 표시
This commit is contained in:
		@@ -14,6 +14,7 @@ struct MemberProfileDialog: View {
 | 
			
		||||
    
 | 
			
		||||
    @Binding var isShowing: Bool
 | 
			
		||||
    let memberId: Int
 | 
			
		||||
    var onBlockComplete: () -> Void = {}
 | 
			
		||||
    
 | 
			
		||||
    var body: some View {
 | 
			
		||||
        ZStack {
 | 
			
		||||
@@ -147,6 +148,7 @@ struct MemberProfileDialog: View {
 | 
			
		||||
                    nickname: viewModel.nickname,
 | 
			
		||||
                    confirmAction: {
 | 
			
		||||
                        viewModel.memberBlock()
 | 
			
		||||
                        onBlockComplete()
 | 
			
		||||
                    }
 | 
			
		||||
                )
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user