-
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
[Fix] 세부 내역 방 버그 수정 #1317 #1329
Merged
The head ref may contain hidden characters: "Fix/\uC138\uBD80-\uB0B4\uC5ED-\uBC29-\uBC84\uADF8-#1317"
Merged
Conversation
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
프로필 컬러가 완전 어두운 색은 나오지 않도록 컬러 변경. 유저가 방에 참여하지 않았음에도 createbar가 나오는 버그 수정.
contemplation-person
added
bug
Something isn't working
user
일반 사용자가 사용하는 서비스에서 발생한 issue
labels
Mar 26, 2024
mantoing
approved these changes
Mar 27, 2024
izone00
reviewed
Mar 27, 2024
izone00
reviewed
Mar 27, 2024
izone00
reviewed
Mar 27, 2024
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.
디자인을 수정하면 사진 올려주세요
코드만 보고 뭐가 변했는지 상상하는건 너무 힘들어요
….client into Fix/세부-내역-방-버그-#1317
contemplation-person
force-pushed
the
Fix/세부-내역-방-버그-#1317
branch
from
March 29, 2024 09:57
8587aef
to
339b90f
Compare
contemplation-person
force-pushed
the
Fix/세부-내역-방-버그-#1317
branch
from
March 29, 2024 21:33
0b5239c
to
c32cb7a
Compare
contemplation-person
force-pushed
the
Fix/세부-내역-방-버그-#1317
branch
from
March 29, 2024 23:06
9c73d3a
to
1171324
Compare
경고의 원인: CSS에서 justify-content: start; 또는 align-items: start;와 같이 start 값을 사용했을 때, 모든 브라우저에서 일관된 지원을 받지 못할 수 있습니다. 이로 인해 autoprefixer가 경고를 발생시킵니다. 해결 방법: justify-content: start;를 justify-content: flex-start;로 변경하세요. align-items: start;를 align-items: flex-start;로 변경하세요.
react는 여러개의 리스트를 생성할 때 key값으로 구분하여 성능을 향상시킨다. 현재 에러는 <></>로 감싸진 map이 있기 때문에 에러가 발생한다.
mantoing
reviewed
Apr 1, 2024
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.
📌 개요
💻 작업사항
[Feat] 토스트바로 슬랙 초대 알림 메시지 전송 띄움
[Feat] 댓글 스크롤하도록 변경, 컴포넌트 이름 변경
[Feat] 댓글, 방내역, 인원이 많아지면 스크롤
[Feat] 모집인원에 최소인원 추가
[Style] report 모달 이름 변경.
[Refector] 쓰지 않는 함수 지움
✅ 변경로직