Skip to content

정산 상세 관리 메뉴에 계좌 수정 기능 추가#63

Merged
ongheong merged 4 commits into
developfrom
feat/MD-47
Jun 7, 2026
Merged

정산 상세 관리 메뉴에 계좌 수정 기능 추가#63
ongheong merged 4 commits into
developfrom
feat/MD-47

Conversation

@ongheong

@ongheong ongheong commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • 정산 상세 관리 메뉴의 "계좌 수정"을 활성화하고 계좌 수정 다이얼로그(AccountEditDialog)를 연결
  • 은행 선택을 위한 신규 Dropdown 컴포넌트 추가 (바텀시트/기존 Select 미사용)
  • 공용 Dialog에 children 슬롯과 action disabled 지원 추가
  • 계좌 수정 성공 시 header 조회(['groupHeader', groupToken]) invalidate로 갱신

변경 사항

  • Dialog: children 슬롯, mainAction disabled 지원
  • Dropdown: bordered 트리거 + 패널, 외부 클릭/ESC 닫기, 선택 체크 표시
  • AccountEditDialog: 은행 선택(Dropdown) + 계좌 번호(Input)로 구성된 controlled 다이얼로그
  • ManageMenu: 계좌 수정 버튼 활성화, mutate 연결, 권한 없음(403) 에러 처리, 성공 시 header 갱신

Test plan

  • 관리 메뉴에서 "계좌 수정" 클릭 시 다이얼로그 오픈
  • 은행 선택 드롭다운 동작 (외부 클릭/ESC 닫힘, 선택 체크)
  • 은행/계좌번호 미입력 시 확인 버튼 disabled
  • 수정 성공 시 토스트 노출 + header 갱신
  • 총무가 아닌 경우 권한 없음 에러 바운더리 노출

@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 7bc3395a-f4f7-467a-86e3-42d1e2fb6f00

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/MD-47

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown

📝 관련 이슈

MD-47

@github-actions github-actions Bot requested a review from yoouyeon June 7, 2026 12:09
@ongheong ongheong changed the title feat: 정산 상세 관리 메뉴에 계좌 수정 기능 추가 정산 상세 관리 메뉴에 계좌 수정 기능 추가 Jun 7, 2026
Base automatically changed from feat/MD-45 to develop June 7, 2026 12:30
@ongheong ongheong merged commit 1fad5f8 into develop Jun 7, 2026
6 checks passed
@ongheong ongheong deleted the feat/MD-47 branch June 7, 2026 12:32
@yoouyeon yoouyeon added the ✨ Feature 신규 기능 추가 label Jun 7, 2026
@yoouyeon yoouyeon mentioned this pull request Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 신규 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants