-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: mypage ui 생성 * feat: mypage 모달 생성, 앨범 기능 추가 * feat: rename ATopics and add BTopics * fix: b nav item to * feat: add b topics background color * fix: separate onVote * fix: remove transition from body * feat: add backgroundColor as optional * feat: implements BTopicChoice * feat: implements BTopicCard * fix: render BTopicCard * feat: load routes lazily * fix: routes missing * feat: separate loading component * feat: 프로필 이미지 s3 업로드 및 프로필 이미지 변경 api 연동 * feat: separate loading component * feat: add BackButton component * fix: make choiceSlide box-sizing to content-box * feat: add B side detail page * feat: navigate to detail page on click card * feat: add @sentry/react * feat: init sentry * feat: thrwo Error for testing * fix: 삭제하기 액션모달 사용을 위한 수정 * feat: 프로필 이미지 삭제하기 기능추가 delete api 연동 및 삭제하기 모달 추가 * Theme Color를 Layout에서 동적으로 수정 (#210) * chore: add react-helmet * feat: change theme color in layout * fix: google redirect url * fix: signup 화면 디자인 불일치 수정 (#213) * fix: make DefaultButton extends ButtonHTMLAttributes * feat: replace to DefaultButton * fix: radio button selected style * feat: navigate to home after consent to term * fix: separate login url retrieve to function * feat: add useOAuth to authroize commonly * fix: redirect user to login page on fail * feat: replace to useOAuth * feat: add admin login button * fix: 토픽 작성자는 투표 불가 (#217) * chore: add react-toastify * feat: add zIndex type to theme * feat: Toast container * feat: show toast and reset slide * fix: make handleVote return Promise<boolean> * A 사이드 토픽 카드 텍스트 영역 및 소수점 이슈 해결 (#218) * fix: round percentage * fix: make progress content hidden with ellipsis * fix: integrate to topic * fix: show toast on vote my topic * fix: 유저가 작성한 토픽인 경우 조회 가능하도록 수정 (#219) * fix: get method to throw error * fix: check if member created topic * fiX: remove console.log * refactor: remove another console.logs * 알림 화면에 뒤로가기 버튼 추가 (#220) * comment에 choice 추가해서 선택지 반영 (#222) --------- Co-authored-by: chaeyoung103 <[email protected]> Co-authored-by: CHAEYOUNG SONG <[email protected]>
- Loading branch information
1 parent
4ed3857
commit 747e186
Showing
31 changed files
with
400 additions
and
141 deletions.
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
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
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
Oops, something went wrong.