Closed Panda-raccoon closed 10 hours ago
이 PR은 문의 등록 페이지에 대한 CSS 스타일링을 구현합니다. 구현에는 전략 정보 표시, 제목 입력, 내용 텍스트 영역 및 작업 버튼이 포함된 폼 레이아웃이 포함됩니다. 스타일링은 일관성을 위해 테마 기반 디자인 토큰을 사용하는 emotion CSS를 사용합니다.
변경 사항이 간단해 보이고 시각적 표현이 필요하지 않으므로 다이어그램이 생성되지 않았습니다.
변경 사항 | 세부 사항 | 파일 |
---|---|---|
헤더와 폼 컨테이너가 있는 주요 문의 페이지 레이아웃 생성 |
|
src/pages/strategy/InquiryPage.tsx |
전략 정보 표시 섹션 구현 |
|
src/components/page/inquiry-create/inquiry-form-content/InquiryStrategyInfo.tsx |
문자 수가 있는 제목 입력 컴포넌트 추가 |
|
src/components/page/inquiry-create/inquiry-form-content/InquiryTitle.tsx |
문자 제한이 있는 내용 텍스트 영역 컴포넌트 생성 |
|
src/components/page/inquiry-create/inquiry-form-content/InquiryContent.tsx |
상태 관리를 포함한 폼 컨테이너 구현 |
|
src/components/page/inquiry-create/InquiryCreateForm.tsx |
Name | Link |
---|---|
Latest commit | 5936f058e7aa67d47b1024f8c99d302c55323aaa |
Latest deploy log | https://app.netlify.com/sites/sysmetics/deploys/674046d128435a0008fb7fd9 |
Deploy Preview | https://deploy-preview-181--sysmetics.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
🚀 풀 리퀘스트 제안
📋 작업 내용
문의 등록 페이지 CSS 스타일링 했습니다. 페이지 헤더는 수민님께서 컴포넌트 수정해 주신다고 하였습니다! (추후 변경하겠습니다!)
🔧 변경 사항
주요 변경 사항을 요약해 주세요.
📸 스크린샷 (선택 사항)
📄 기타
추가적으로 전달하고 싶은 내용이나 특별한 요구 사항이 있으면 작성해 주세요.
Sourcery에 의한 요약
InquiryPage에 CSS 스타일링을 추가하고, 전략 정보, 제목 및 내용을 위한 필드가 있는 문의 제출을 처리하기 위한 새로운 InquiryCreateForm 컴포넌트를 도입합니다.
새로운 기능:
개선 사항:
Original summary in English
## Summary by Sourcery Add CSS styling to the InquiryPage and introduce a new InquiryCreateForm component to handle inquiry submissions with fields for strategy information, title, and content. New Features: - Introduce a new InquiryCreateForm component for handling inquiry submissions, including fields for strategy information, title, and content. Enhancements: - Apply CSS styling to the InquiryPage to improve its layout and visual appearance.