-
Notifications
You must be signed in to change notification settings - Fork 1
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 : 유저 피드백에 의한 기능 추가 #199
The head ref may contain hidden characters: "192-UI-\uB514\uD14C\uC77C-\uC218\uC815-\uBC0F-\uC720\uC800-\uD53C\uB4DC\uBC31\uC5D0-\uC758\uD55C-\uAE30\uB2A5-\uCD94\uAC00"
Conversation
로그인을 하지 않았을경우 찜을 못하게 막았습니다.
찜한 모임에서 join now누르면 모임찾기로 넘어감 라우터가 지정되어있어 pathname으로 해당 라우터에서 작동하기 수정
데이터가 존재하지 않을경우 문구를 추가하였습니다.
어떤 상황에서도 공유하기 버튼은 나오도록 수정
모임 찾기 시간 반영 제대로 안되는 버그 수정
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.
아프신데 고생하셨습니다.
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.
아예 페이지 새로 만드셨네요 고생하셨습니다!
@@ -106,6 +109,12 @@ const CreateMeetingForm = ({ changeState }: { changeState: () => void }) => { | |||
if (!file) { | |||
setFileName("") | |||
} else { | |||
const fileReader = new FileReader() |
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.
혹시 createObjectURL사용도 고려해주실 수 있나요?
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.
좋은 지적 감사합니다!
createObjectURL로 수정했습니다
#️⃣연관된 이슈
📝작업 내용
추가가 불가능한것
개설된 모임의 주인이 누구인지가 노출이 되면 더 좋을 것 같아요.모든 리뷰에서 내용이 없어도 스켈레톤 UI가뜸내 모임에서 모임 취소를 누르면 모임 상세로 들어가지는데 거기서 취소를 누르고 뒤로가기를 누르면 내 모임에 취소된 게 바로 반영이 되지 않습니다. (새로고침을 해야 반영이 되는 듯 합니다)스크린샷 (선택)
리스트가 없을경우

필터 초기화
