Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 특정 멤버 차단 기능을 구현합니다. #393

Merged
merged 9 commits into from
Sep 6, 2024

Conversation

summermong
Copy link
Collaborator

🤔 어떤 문제가 발생했나요?

  • 특정 멤버를 차단하는 기능이 추가되었습니다.

🎉 어떻게 해결했나요?

  • dialog와 toast로 구현합니다.

📷 이미지 첨부 (Option)

2024-09-07.1.00.23.mov
image

다른 유저로 들어가도 dialog에 잘 적용됩니닷!

⚠️ 유의할 점! (Option)

  • 아직 백엔드 배포가 안 되어 있습니다.

@summermong summermong added the feat # Add feature label Sep 6, 2024
@king2dwellsang king2dwellsang added the Review Plz🙏 # Review is not yet complete label Sep 6, 2024
Copy link

github-actions bot commented Sep 6, 2024

Copy link
Member

@Jungjjeong Jungjjeong left a comment

Choose a reason for hiding this comment

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

💪🏻

import { MyPageHeader } from '@/features/profile';
import { OtherPageHeader } from '@/features/profile';
import { MyProfile } from '@/features/profile';
import { OtherPage } from '@/features/profile';
Copy link
Member

Choose a reason for hiding this comment

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

요거 한번에 import해오면 좋을 것 같아요
{ MyPageHeader, OtherPageHeader, … } from @/features/profile

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

헉 그러게요!!!!!! 감사합니둥!!

@king2dwellsang king2dwellsang added Approved 🆗 # Review is completed and removed Review Plz🙏 # Review is not yet complete labels Sep 6, 2024
@summermong summermong merged commit 6ba11d4 into main Sep 6, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved 🆗 # Review is completed feat # Add feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants