[TEST] 🔨 Refactor: 업로드 페이지 리팩토링 및 Component 폴더 구조 정리#163
Open
[TEST] 🔨 Refactor: 업로드 페이지 리팩토링 및 Component 폴더 구조 정리#163
Conversation
✅ Deploy Preview for samchips-test ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
pizzaYami
approved these changes
Nov 16, 2023
youngTkim
approved these changes
Jan 22, 2024
youngTkim
approved these changes
Jan 22, 2024
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.
업로드 페이지 리팩토링
UploadPost의 추상화 단계 통일 -> 반영하려다 실패하여 되살림
ConnectingChips-Front/src/Page/UploadPost/UploadPost.tsx
Lines 192 to 206 in fe35b2b
ConnectingChips-Front/src/Component/CTA/CTAContainer.tsx
Lines 70 to 78 in fe35b2b
UploadPost의 DOM구조 변경 및 스타일 처리
GroupPost의 상단부 컴포넌트 스타일 구조 수정
ConnectingChips-Front/src/Page/UploadPost/UploadPost.tsx
Lines 192 to 199 in fe35b2b
UploadPostHeader : aboslute -> sticky 처리
ConnectingChips-Front/src/Component/UploadPost/UploadPostHeader.tsx
Lines 15 to 18 in fe35b2b
ConnectingChips-Front/src/Component/Mission/GroupArticle.tsx
Lines 18 to 25 in fe35b2b
CreateExampleImage 컴포넌트를 GroupArticleS 컴포넌트에 포함
ConnectingChips-Front/src/Component/Mission/GroupArticle.tsx
Lines 52 to 56 in fe35b2b
ConnectingChips-Front/src/Component/Mission/GroupArticle.tsx
Lines 93 to 97 in fe35b2b
UploadImage 컴포넌트 코드 통일성
ConnectingChips-Front/src/Component/UploadPost/UploadImage.tsx
Lines 24 to 37 in fe35b2b
ConnectingChips-Front/src/Component/UploadPost/UploadImage.tsx
Lines 58 to 88 in fe35b2b
Component 폴더 구조 정리
ArticleTab의 경우 아직 비슷한 카테고리도 없고 마이페이지, 그룹 페이지 공용 컴포넌트여서 그대로 두었습니다