Merged
Conversation
|
Caution Review failedThe pull request is closed. ## Walkthrough
이 변경사항은 대시보드 편집 페이지와 관련된 여러 컴포넌트의 레이아웃 및 스타일을 전반적으로 개선합니다. 주요 변경점으로는 공통 BackButton 컴포넌트 도입, 반응형 텍스트 크기 및 여백 조정, 헤더와 입력 폼의 레이아웃 개선, 일부 컴포넌트의 props 및 타입 변경 등이 포함됩니다.
## Changes
| 파일/그룹 | 변경 요약 |
|-------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
| src/app/dashboard/[id]/edit/layout.tsx | 루트 div에 배경색, 최소 높이, 반응형 padding 클래스 추가 |
| src/app/dashboard/[id]/edit/page.tsx | 커스텀 뒤로가기 버튼 → 공용 BackButton 컴포넌트로 교체, 컨테이너 스타일 단순화, 레이아웃 클래스 조정 |
| src/app/dashboard/[id]/layout.tsx | padding-left 클래스의 값 변경 (임의 px → Tailwind spacing scale) |
| src/app/features/dashboard/components/edit/DeleteDashboardButton.tsx<br>src/app/features/dashboard/components/edit/EditInfo.tsx<br>src/app/features/dashboard/components/edit/EditMember.tsx<br>src/app/features/dashboard/components/edit/EditInvitation.tsx<br>src/app/shared/components/common/Input/Input.tsx<br>src/app/shared/components/common/UserInfo.tsx<br>src/app/shared/components/dashboard/DashboardForm.tsx<br>src/app/shared/components/common/modal/CreateInvitationModal.tsx | 반응형 텍스트 크기 클래스 추가, 레이아웃/여백/정렬 스타일 개선, 일부 버튼/헤더의 클래스 및 구조 변경 |
| src/app/features/dashboard/components/edit/PaginationHeader.tsx | title prop 및 관련 렌더링 제거, 레이아웃 단순화, 버튼 스타일 조정, 타입 정의 변경 |
| src/app/shared/components/common/header/Collaborator/CollaboratorList.tsx | mobile-sm 브레이크포인트에서 목록 숨김 처리 |
| src/app/shared/components/common/header/Header.tsx | z-index, padding, justify, gap 등 Tailwind 클래스 조정, visibility 브레이크포인트 변경 |
| src/app/shared/components/common/header/HeaderUserInfo.tsx | 새로운 HeaderUserInfo 컴포넌트 추가, 사용자 정보 표시 및 반응형 닉네임 출력 |
| src/app/shared/components/common/header/RightHeaderNav.tsx | md:flex 클래스 제거, 초대 버튼 텍스트 변경 ("초대하기" → "초대") |
| src/app/shared/components/common/header/UserDropdown.tsx | UserInfo → HeaderUserInfo로 컴포넌트 교체 |
## Sequence Diagram(s)
```mermaid
sequenceDiagram
participant User
participant DashboardEditPage
participant BackButton
participant EditInfo
participant EditInvitation
participant EditMember
participant DeleteDashboardButton
User->>DashboardEditPage: 페이지 진입
DashboardEditPage->>BackButton: 뒤로가기 버튼 렌더링
DashboardEditPage->>EditInfo: 기본 정보 폼 렌더링
DashboardEditPage->>EditInvitation: 초대 관리 렌더링
DashboardEditPage->>EditMember: 구성원 관리 렌더링
DashboardEditPage->>DeleteDashboardButton: 삭제 버튼 렌더링Possibly related PRs
Suggested reviewers
Poem
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 변경 사항 개요
최종 수정
✨ 요약
최종 수정
📝 상세 내용
🎨style:
♻️refactor:
🫧modify:
🔗 관련 이슈
🖼️ 스크린샷
✅ 체크리스트
💡 참고 사항
Summary by CodeRabbit
신규 기능
스타일
리팩터
버그 수정
문서화