-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feat: 마이페이지 구현 #36
Merged
+246
−11
Merged
Feat: 마이페이지 구현 #36
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
fbd4d9a
Feat: 언어변경 드롭다운 추가
seoyoung-min 218ffdd
Feat: 마이페이지 구현
seoyoung-min ceb4ec4
Fix: 헤더 왼쪽 버튼 'button' 타입으로 설정하여 뒤로가기 클릭시 form submit 되는 오류 해결
seoyoung-min 4584f72
Design: 좌우 여백 조정
seoyoung-min 8291495
Refactor: 마이페이지 뒤로가기 router.back에서 자신의 피드로 이동하는 것으로 변경
seoyoung-min fad4512
Refactor: 모달 공용 컴포넌트 size 속성 추가됨에 따라 링크 모달에도 size 속성 추가
seoyoung-min 3122dee
Refactor: 함수 전달 방식 간단하게 수정
seoyoung-min f3e8d36
Refactor: 언어 드롭다운 클릭 이벤트 공용 함수 별도 분리
seoyoung-min 8b18819
Fix: 드롭다운 ref 잘못지정되어 trigger 클릭시 닫힘&열림 동시 발생 이슈 해결
seoyoung-min 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
Fix: 헤더 왼쪽 버튼 'button' 타입으로 설정하여 뒤로가기 클릭시 form submit 되는 오류 해결
commit ceb4ec48cf074c8b6b0aec720f147825c66dcb3a
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
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.
헤더 변경 확인했습니다!
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.
버튼 타입을 주지 않으면 form 이 제출되어버리는군요..!?👀
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.
버튼 type속성의 기본값이 'submit'이라,
form태그 안에 있는 버튼은 다 제출기능도 해버리더라구요!!🥲