Skip to content

Style/#370 마이페이지 수정사항 반영#379

Merged
dev-domo merged 16 commits intodevelopfrom
style/#370-myPage
Feb 26, 2026
Merged

Style/#370 마이페이지 수정사항 반영#379
dev-domo merged 16 commits intodevelopfrom
style/#370-myPage

Conversation

@dev-domo
Copy link
Collaborator

🔗 연결된 이슈

📄 작업 내용

  • 마이페이지에서 관리(차단 사용자 목록) 메뉴, 참여하기(오픈채팅방, 인스타그램) 메뉴 추가
  • 차단 사용자 목록 뷰 구현
구현 내용 IPhone 16 pro IPhone 13 mini
GIF

@dev-domo dev-domo self-assigned this Feb 23, 2026
@dev-domo dev-domo linked an issue Feb 23, 2026 that may be closed by this pull request
1 task
Copy link
Collaborator

@y-eonee y-eonee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿 고생하셨습니다 !!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이제 테이블뷰,컬뷰의 신?정도로 느껴짐

Comment on lines +10 to +13
struct BlockedUserEntity {
let blockID: Int
let name: String
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요 친구는 이 viewmodel에서만 사용되는건가용?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 임시로 만들어둔 것이고, API 연동할 때 도메인 영역으로 분리할 예정입니다. 헷갈리게 뷰모델 안에 써놓았네요

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오우 너무 좋네용

$0.dataSource = self
$0.register(
BlockedUserCell.self,
forCellReuseIdentifier: "BlockedUserCell"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요기도 TODO 인가용

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

와! 깜빡한겁니다 감사합니다

@dev-domo dev-domo merged commit 70f9887 into develop Feb 26, 2026
1 check passed
@dev-domo dev-domo deleted the style/#370-myPage branch February 28, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Style] 마이페이지 UI 수정사항 반영

3 participants