-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: 크레딧 부족한 상태로 투표하기 누르면 NoCreditModal뜨게 변경 (#50)
* 📝 docs: apis폴더및 하위파일 생성 * ✨ feat: utils/createQueryParams.js 쿼리 자동 생성 유틸 추가 * ✨ feat: get idols, donations, chart api 구현 * ✅ test: App.jsx에 getIdols 이미지 렌더링 실험 * 📝 docs: Chart 컴포넌트 생성 App.jsx 시작 준비 * ♻️ refactor: getIdolsApi, getDonationsApi 리스트까지 받아오는거에서 데이터까지만 받아오게 변경 * ✨ feat: chart.jsx 구조만형성 * 🐛 fix: map 잘 렌더링되게 * ♻️ refactor: 쿼리 생성함수 코드 간결하게 바꿈 * ♻️ refactor: getIdols, getCharts useState객체를 파라미터로 전달해서 검색조건을 설정하는 구조로 바바꿨습니다. * ✨ feat: useMediaQuery 커스텀훅 추가 * ✨ feat: 투표하기 기능을 제외한 모든 chart기능 구현 * ✨ feat: postVotes 구현 * 🧪 test * ✨ feat: 쓸모없는 아이콘 제거, 투표시스템 편리하게 바꿈, css 예쁘게 수정 * ✨ feat: voteModal 모바일 반응형 css 완벽구현 * ✨ feat: Dialog.jsx * 🔥remove: dialog chart브랜치 완성 후 이어서 하도록 하겠습니다. * 🔥 remove: 불필요한 주석 제거 * ✅ test: mobile로 접속해서 테스트 * ✨ feat: 로컬스토리지 구현 차트 투표하기 클릭시 voteModal 소환 * 📝 Docs: 잘못 merge된 postvote.js 삭제 * ✨ feat: chart구현 * ♻️ refactor: chart 1차 리팩토링(ChartList 컴포넌트 분리) * ♻️ refactor: chart컴포넌트 커스텀훅으로 분리 * 🔀 Merge branch 'main' of https://github.com/BestSprinters/i-Konnect into feat/chart * ♻️ refactor: 최종점검 * 🐛 fix: 크레딧 부족할 때 투표시, 모달창 안꺼지게 하고 선택된 아이돌 그대로 유지 * ♻️ refactor: 프롭 받는 방식 변화 * 🐛 fix: 선택된 성별에 따라 투표창뜨게함 * 🐛 fix: 크레딧 충전시 바로 투표할 수 있게 변경 * Merge branch 'main' of https://github.com/BestSprinters/i-Konnect into feat/chart * ✨ feat: 크레딧없이 투표하면 NoCreditModal 띄움 * 📦 chore: merge로인해 중복된 코드 수정
- Loading branch information
Showing
5 changed files
with
18 additions
and
20 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