-
Notifications
You must be signed in to change notification settings - Fork 8
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] 3주차 운영 피드백 반영 - 1(#717) #721
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
bdae751
design: 프로필 페이지 이름 아래 잘리는 오류 해결
chlwlstlf b2f705e
design: 버튼 xSmall 디자인 수정
chlwlstlf 392faf3
feat: 로그인 완료 됐을 때 리다이렉트
chlwlstlf 29d210b
refactor: reviewerInfo에서 reviewInfo로 변경
chlwlstlf a9dc909
fix: 피드백 모아보기에서 textarea 클릭 막기
chlwlstlf dbe303f
fix: review 주석 수정, link로 profile 넘기던 것 빈 값으로 수정
chlwlstlf ffc9df6
design: 확인 모달 버튼 outline 속성 추가
chlwlstlf 590e08f
feat: 피드백 모아보기에서 수정 기능 추가
chlwlstlf e8c4224
fix: 피드백 모아보기 페이지 키워드 아래로 넘어가는 오류 해결
chlwlstlf a425dea
fix: 바뀐 정책에 따라 프로세스 설명 변경
chlwlstlf e5deaed
feat: selectedFeedbackTyped을 세션스토리지로 관리
chlwlstlf 3269934
feat: 피드백 모아보기 페이지에서 selectedFeedbackType과 selectedFeedback를 session …
chlwlstlf a953c61
design: 상세페이지 각 섹션별 디자인 통일하기
chlwlstlf 6b9abdc
design: 프로필 페이지 모바일 환경 디자인
chlwlstlf 20cf78a
refactor: roomInfo에서 ContentLineBreak 모두 넣기
chlwlstlf eafe9bb
design: 모바일에서 상위 코멘트 왼쪽 정렬
chlwlstlf f5626fe
design: 피드백 상세 페이지에 Comment 링크, PR 링크 UI 추가
chlwlstlf 12c6530
feat: 피드백 모아보기에서 pr링크, comment 링크 이동 api 연결
chlwlstlf 62feeac
Merge branch 'develop' into fix/#717
chlwlstlf 573fab0
Merge branch 'develop' of https://github.com/woowacourse-teams/2024-c…
chlwlstlf 49f0d6e
Merge branch 'fix/#717' of https://github.com/woowacourse-teams/2024-…
chlwlstlf 5274776
fix: roomCard에서 키워드 가려져 보였던 오류 해결
chlwlstlf eb76994
design: 피드백 페이지 개수 제목 옆에 붙이기
chlwlstlf 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
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
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.
리뷰는 작성한 것 받은 것 2가지 보여주는데, 피드백은 받은 것에 대해서만 보여주니까 어색한 것 같아요. 작성한 피드백을 보여주는 건 어떤 것 같나요~?
만약 이걸 추가한다면 평점평균은 키워드의 상단에 나타나도록 해서 현재 디자인을 유지하면 좋을 것 같아용 :)
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.
흐음.. 작성한 피드백 개수를 서버에서 넘겨주지 않고 있어요🤔
저도 작성한 피드백도 같이 보여주면 좋을 것 같다고 생각해서 백엔드한테 한 번 말씀드려 보겠습니다~!!