마이 페이지
- 팔로잉 리스트 버튼 추가
This commit is contained in:
		@@ -72,8 +72,8 @@ struct MyPageView: View {
 | 
			
		||||
                                        Text("내 채널 보기")
 | 
			
		||||
                                            .frame(width: screenSize().width - 26.7, height: 46.7)
 | 
			
		||||
                                            .font(.custom(Font.bold.rawValue, size: 15.3))
 | 
			
		||||
                                            .foregroundColor(Color(hex: "eeeeee"))
 | 
			
		||||
                                            .background(Color(hex: "3bb9f1"))
 | 
			
		||||
                                            .foregroundColor(Color.grayee)
 | 
			
		||||
                                            .background(Color.button)
 | 
			
		||||
                                            .cornerRadius(6.7)
 | 
			
		||||
                                            .padding(.top, 26.7)
 | 
			
		||||
                                            .onTapGesture {
 | 
			
		||||
@@ -81,6 +81,21 @@ struct MyPageView: View {
 | 
			
		||||
                                            }
 | 
			
		||||
                                    }
 | 
			
		||||
                                    
 | 
			
		||||
                                    HStack(spacing: 8) {
 | 
			
		||||
                                        Text("팔로잉 리스트")
 | 
			
		||||
                                            .frame(maxWidth: .infinity)
 | 
			
		||||
                                            .padding(.vertical, 13.3)
 | 
			
		||||
                                            .font(.custom(Font.bold.rawValue, size: 15.3))
 | 
			
		||||
                                            .foregroundColor(Color.grayee)
 | 
			
		||||
                                            .background(Color.button)
 | 
			
		||||
                                            .cornerRadius(6.7)
 | 
			
		||||
                                            .onTapGesture {
 | 
			
		||||
                                                AppState.shared.setAppStep(step: .followingList)
 | 
			
		||||
                                            }
 | 
			
		||||
                                    }
 | 
			
		||||
                                    .padding(.top, 26.7)
 | 
			
		||||
                                    .padding(.horizontal, 13.3)
 | 
			
		||||
                                    
 | 
			
		||||
                                    if UserDefaults.int(forKey: .userId) != 17958 {
 | 
			
		||||
                                        CanCardView(data: data) {
 | 
			
		||||
                                            viewModel.getMypage()
 | 
			
		||||
@@ -149,7 +164,7 @@ struct MyPageView: View {
 | 
			
		||||
                        .padding(.vertical, 13.3)
 | 
			
		||||
                        .frame(width: geo.size.width - 66.7, alignment: .center)
 | 
			
		||||
                        .font(.custom(Font.medium.rawValue, size: 12))
 | 
			
		||||
                        .background(Color(hex: "9970ff"))
 | 
			
		||||
                        .background(Color.button)
 | 
			
		||||
                        .foregroundColor(Color.white)
 | 
			
		||||
                        .multilineTextAlignment(.center)
 | 
			
		||||
                        .cornerRadius(20)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user