Skip to content

Commit

Permalink
Dev (#146)
Browse files Browse the repository at this point in the history
* Feat/landing notification onboarding improvements: 랜딩페이지 수정, 앱 내 채팅 알림 제거, 온보딩 관련 업데이트 (#139)

* style: 랜딩페이지에 강조 이미지 추가 및 작은 화면 스타일 조정

수정사항
- LandingPage.jsx, LandingStyles.jsx, chat_bubble.png, profile.png
  - 강조 이미지 추가
  - 작은 화면을 고려한 스타일 조정

* feat: 푸시알림 토큰 변경 및 앱 내 채팅 알림 제거

수정사항
- LoginPage.js
  - 푸시알림 토큰 변경
- NotificationPage.js, NotificationCard.js
  - 앱 내에 채팅 알림을 표시하지 않도록 수정

* feat: 온보딩 단계에서 사용자가 선택했던 정보 저장

수정사항
- ProfilePage.js, ProfileMbtiPage.js, ProfileHobbyPage.js, ProfileLanguagePage.js
  - 이전 페이지에서 해당 페이지로 돌아올 때 사용자가 선택했던 정보를 저장하도록 수정
- FilterCategory.js
  - 선택한 mbti와 취미/관심사를 시각적으로 보여줄 수 있도록 수정
- OnboardingContext.js
  - 언어 페이지에서 사용하는 체크박스 선택 정보를 저장하기 위해 checkLanguages 추가

* feat: 온보딩 mbti 페이지에서 선택한 mbti와 다른 mbti 선택 시 즉시 변경 기능 추가

* refactor: handleDataSave 함수 제거 및 onPress에 네비게이션 직접 연결

* Refactor/change image api to: 이름 기반 이미지 조회 API를 ID 기반 조회 API로 변경 (#141)

* refactor: 커뮤니티 세션에서 이름 기반 이미지 조회를 ID 기반 조회로 변경

* refactor: 멤버 페이지의 마이페이지 조회 api에서 가져오던 presignURL 조회 방식을 ID 기반 조회로 변경

* refector:  멤버 및 채팅 세션에서 이름 기반 이미지 조회를 ID 기반 조회로 변경

* fix: 프로필 이미지가 없는 사용자로 인한 채팅 세션 오류 해결 및 불필요한 주석 삭제

* refactor: 홈 세션에서 이름 기반 이미지 조회를 ID 기반 조회로 변경

* feat: 홈 카드 스와이프 제스처 추가 (#142)

* feat: 홈 카드 스와이프 제스처 추가

* style: Prettier & ESLint 적용

* fix: 빌드 오류 수정을 위한 sentry 비활성화 및 i18n 설정 추가 (#145)
  • Loading branch information
nnyouung authored Sep 27, 2024
1 parent 63a6d38 commit 5593312
Showing 0 changed files with 0 additions and 0 deletions.

1 comment on commit 5593312

@expo
Copy link

@expo expo bot commented on 5593312 Sep 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

EAS_BUILD_FREE_TIER_IOS_LIMIT_EXCEEDED: This account has used its iOS builds from the Free plan this month, which will reset in 3 days (on Tue Oct 01 2024). Upgrade your plan for more builds with shorter wait times and longer timeouts, and to run more builds concurrently with a subscription plan. https://expo.dev/accounts/team-diverse/settings/billing

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

Please sign in to comment.