feat(character-comment): 신고 BottomSheet 추가 및 삭제 확인 팝업 도입

- 신고 BottomSheet(제목/단일선택 리스트/신고 버튼) 구현 및 더보기→신고 흐름 연동
- 삭제 버튼 클릭 시 확인 다이얼로그 표시 후 확정 시 리스트에서 제거
- 신고/삭제 API 호출부는 스텁으로 남겨둠(후속 연동 예정)
This commit is contained in:
2025-08-20 01:20:12 +09:00
parent d4ec2fbdef
commit 52ff0c82cb
6 changed files with 208 additions and 12 deletions

View File

@@ -34,4 +34,12 @@
<string name="status_sending">전송 중</string>
<string name="status_failed">전송 실패</string>
<string name="status_sent">전송 완료</string>
<!-- Character comment report strings -->
<string name="report_title">신고</string>
<string name="report_button">신고</string>
<string name="confirm_delete_title">삭제</string>
<string name="confirm_delete_message">삭제 하시겠습니까?</string>
<string name="confirm">확인</string>
<string name="cancel">취소</string>
</resources>