-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
배경
현재 LedgerEditScreen이 ledger/create/component 패키지의 컴포넌트를 직접 참조하고 있어
edit → create 방향의 부자연스러운 패키지 의존이 발생하고 있습니다.
작업 내용
ledger/common/component/패키지 생성- 공통 컴포넌트 이동 및 리네이밍
LedgerCreateAppBar→LedgerFormAppBarLedgerCreateFirstStepContent(+ 하위 컴포넌트) →LedgerFirstStepContentLedgerCreateSecondContent(+ 하위 컴포넌트) →LedgerSecondStepContentLedgerCreateHeaderText→LedgerHeaderTextLedgerCreateStepStatusBar→LedgerStepStatusBar
LedgerCreateScreen,LedgerEditScreen의 import 경로 수정- ExitDialog는 각 화면 전용으로 유지 (문구가 다름)
참고
- 컴포넌트 내부 로직 변경 없음, 패키지 이동 + 리네이밍만 수행
Reactions are currently unavailable