-
Notifications
You must be signed in to change notification settings - Fork 5
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
[FE] v3.1.4 배포 #972
Merged
Merged
[FE] v3.1.4 배포 #972
Conversation
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
* fix: Icon component의 viewBox px 단위로 변경 * fix: Icon Component가 제대로 보이지 않던 문제 해결
* feat: mypage -> lounge 디렉토리 명 변경 및 탈퇴 관련 삭제 * feat: ContentItem 디자인 컴포넌트 제작 * feat: ContentLabel 컴포넌트 제작 * refactor: CreatedEvent에서 View 부분 분리 * design: content item VStack width 100% 추가 * fix: 생성 퍼널에서 뒤로가기 누를 때 -1로 대체 * feat: 라운지 페이지 기능 구현 * design: CreatedEvent 패딩 설정 변경 * refactor: left, right가 아니라 컴포넌트를 받는 방식으로 변경 * feat: 행사 생성 목록이 비었을 때 fallback 보이도록 추가 * feat: 계좌번호가 비었을 때 안내 문구 설정 * fix: 계좌번호 입력이 비었을 때 문구 변경 * fix: 행사 목록이 비었을 때 '아래' 문구 제거
* feat: setting 페이지 생성 * feat: settingPage router 생성 및 연결 * chore: setting 페이지 생성에 따른 회원탈퇴 폴더 이동 및 router 변경 * feat: SettingSection 구현 및 Category 컴포넌트 구현 * feat: TabList 타입이 url이 아닌 다양한 onClick 이벤트를 실행할 수 있도록 카테고리 상수가 아닌 함수로 변경 및 tabList에 필요한 context를 넘겨주도록 구현 * feat: 앱 카테고리 생성 * refactor: TabList 타입의 이름을 Tab으로 변경 * design: 카테고리 사이의 line 생성 * refactor: 불필요한 백틱 사용 수정 * refactor: useTheme 대신에 COLORS 상수를 사용하고 VStack의 divider 활용하기 * refactor: 사용하지 않는 useTheme import 삭제 * refactor: TabContext의 이름 혼동을 줄이기 위해 TabActions로 이름 변경
* feat: 네비게이션에 아이콘을 띄우는 NavIcon 컴포넌트 구현 * feat: 네비게이션에 텍스트를 띄우는 NavIcon 컴포넌트 구현 * feat: Nav 컴포넌트가 left, right를 받도록 수정 * feat: NavItem에서 onClick을 수행하지 않도록 함 * feat: home, admin path 상수화 * feat: NavItem 타입 수정 * feat: 주어진 path와 클릭 핸들러로 NavItem을 클릭했을 때 수행할 액션을 정의하는 useNavItem훅 구현 * design: Nav에서 left, right에 적용할 스타일 작성 * feat: 수정된 TopNav 인터페이스에 맞게 기존 코드 수정 * refactor: self closing tag로 변경 * refoctor: self closing tag로 변경 * feat: setting page 새로운 top nav로 적용 --------- Co-authored-by: 김진호 <[email protected]>
* fix: iOS에서 아이콘이 제대로 보이지 않던 문제 (#948) * fix: Icon component의 viewBox px 단위로 변경 * fix: Icon Component가 제대로 보이지 않던 문제 해결 * feat: 헤더에 보일 프로필 이미지 제거 --------- Co-authored-by: TaehunLee <[email protected]> Co-authored-by: 김진호 <[email protected]>
* chore: PR 생성할 때 assignees, reviewers, labels, project, milestone 자동으로 설정해주는 기능 * chore: sync issue 작동을 opened 시에만 허용
* fix: 멤버 이름 서버 에러 메세지를 서버측에 맞게 수정 * fix: 서버와 맞지 않는 행사 이름 최대 길이를 20으로 수정 * fix: 계좌번호 입력 글자수 에러 메세지의 최소 입력 값을 RULE의 상수로 변경 * feat: 이미지를 찾을 수 없다는 에러 코드 추가 * fix: MEMBER_NAME_LENGTH_INVALID 에러 메세지 어투 변경 * fix: 지출 내역 최소 입력 글자수 상수화 * fix: BILL_DETAIL_NOT_FOUND 어투 변경 * fix: IMAGE_NOT_FOUND 에러 메세지 코드 오타 수정
* rename: main -> landing 디렉터리 변경 * rename: lounge -> main 디렉터리 변경 * fix: 행사 목록 클릭하면 행사로 넘어가도록 수정 * fix: in progress check 20자 넘칠 때 깨지지 않게 설정
soi-ha
approved these changes
Jan 22, 2025
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.
가보자고~!
Test Results135 tests 135 ✅ 7s ⏱️ Results for commit 43cdffb. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What's Changed
Full Changelog: v3.1.3...v3.1.4