-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] 상세 리뷰 페이지 : url router 연동, 변경된 디자인 반영 및 서버에서 api를 연동 #91
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9c72fb9
fix: stylelint를 통한 css 속성 정렬 기능 오류 수정
BadaHertz52 e3e33a6
refactor: stylelint 적용에 따른 css 속성 정렬
BadaHertz52 ee8b83d
Merge branch 'feat/71-detailed_review_page' of https://github.com/woo…
BadaHertz52 0a2ab6a
fix : 절대 경로 사용 시 오류 수정
BadaHertz52 6a51f29
Merge branch 'develop' of https://github.com/woowacourse-teams/2024-r…
BadaHertz52 8750b3f
chore: eslintrc.cjs 에서 불필요한 코드 삭제
BadaHertz52 b211040
style: eslint 적용에 따른 리뷰 상세페이지 import 순서 정리
BadaHertz52 eb186cc
refactor: formatDate를 utils/date 파일로 이동
BadaHertz52 aed7cb6
design: theme에 colors,, fontSize 변경 및 borderRadius 추가
BadaHertz52 1bff507
feat: MultilineTextViewer 컴포넌트 생성
BadaHertz52 ae2d822
feat: 깃허브 저장소 이미지 컴포넌트 생성
BadaHertz52 54e060f
feat: 리뷰와 관련된 날짜 UI 컴포넌트 생성
BadaHertz52 1f13060
featr: LockButton 삭제 LockToggle 추가
BadaHertz52 018934e
refactor: 피그마 디자인 변경에 따른 ReviewDescription 변경
BadaHertz52 759c8e3
feat: ReviewComment 컴포넌트 생성
BadaHertz52 daf28b0
refactor: ReviewViewSection -> ReviewSection 으로 변경 및 리팩토링
BadaHertz52 b92702a
refactor: DetailedReviewPage 리팩토링
BadaHertz52 1a553a8
refactor: review에 대한 타입 변경
BadaHertz52 9c4e0d3
design : ReviewDate의 클론 스타일 적용
BadaHertz52 cecbf0c
feat: KeywordSection 컴포넌트 생성
BadaHertz52 def6460
feat: ReviewSectionHeader 컴포넌트 생성 및 적용
BadaHertz52 e3ce3db
design : 리뷰 상세페이지에 width 변경
BadaHertz52 bba11c1
refactor: DetailedReview의 목데이터 변경 및 리팩토링
BadaHertz52 d038667
design : formWidth를 theme에 추가 및 리뷰 작성/리뷰 상세 페이지에 적용
BadaHertz52 06edaa7
fix: Layout에서 가로 스크롤 생기는 오류 수정
BadaHertz52 ff012ee
feat: 리뷰 상페이지 router에 라우터 파라미터 적용 및 관련 설정 변경
BadaHertz52 e198727
docs: 변수명 변경 (isLock -> isPublic)
BadaHertz52 47598e7
refactor: 깃헙 저장소 로고 주소 변수명 변경
BadaHertz52 c8aa6a5
Merge branch 'develop' of https://github.com/woowacourse-teams/2024-r…
BadaHertz52 4dd06f5
refactor: 리뷰 상세 페이지 api 변경에 따른 수정
BadaHertz52 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nth-child 말고 별도의 named component로 지정한 부분 좋습니다👍