Conversation
* feat: FeatureStats 모듈 생성 - #165 * feat: Domain Stats 모듈 생성 - #165 * feat: DomainStats 필요한 의존성 추가 - #165 * feat: StatsClient fetch함수 mock데이터 임시 구현 - #165 * chore: chromatic Color 추가 - #165 * feat: SVG Path기반 구현 - #165 * feat: StatsCardView 구현 - #165 * feat: Stats Entity Equatable 추가 - #165 * feat: TXTopTabBar padding 추가 - #165 * feat: StatsView, Reducer 인터랙션 제외 UI 구현 - #165 * style: Lint 에러 처리 - #165 * refactor: enum GoalIcon Domain이 아닌 DesignSystem에서 다루도록 변경 - #165 * refactor: Domain Goal.ReactionEmoji 제거 및 DesignSystem ReactionEmoji로 매핑하게 수정 - #165 * refactor: TXTopTabBar enum Item으로 수정 - #165 * feat: 진행중, 종료 탭 UI 전환 구현 - #165 --------- Co-authored-by: jihun <jihun332@gmai.com>
# Conflicts: # Tuist/ProjectDescriptionHelpers/Module.swift
feat: 설정 UI 구현
* feat: FeatureStats 모듈 생성 - #165 * feat: Domain Stats 모듈 생성 - #165 * feat: DomainStats 필요한 의존성 추가 - #165 * feat: StatsClient fetch함수 mock데이터 임시 구현 - #165 * chore: chromatic Color 추가 - #165 * feat: SVG Path기반 구현 - #165 * feat: StatsCardView 구현 - #165 * feat: Stats Entity Equatable 추가 - #165 * feat: TXTopTabBar padding 추가 - #165 * feat: StatsView, Reducer 인터랙션 제외 UI 구현 - #165 * style: Lint 에러 처리 - #165 * refactor: enum GoalIcon Domain이 아닌 DesignSystem에서 다루도록 변경 - #165 * refactor: Domain Goal.ReactionEmoji 제거 및 DesignSystem ReactionEmoji로 매핑하게 수정 - #165 * refactor: TXTopTabBar enum Item으로 수정 - #165 * feat: 진행중, 종료 탭 UI 전환 구현 - #165 * chore: 파일 이동 및 문서화 주석 - #167 * feat: StatsDetail View, Reducer 뼈대 구현 - #167 * feat: StatsCoordinator View, Reducer 뼈대 구현 - #167 * feat: StatsCardView onTap 구현 및 StatsView, Reducer 연결 - #167 * feat: StatsCoordinator Detail 연결 - #167 * chore: 일러스트 이미지추가 - #167 * feat: fetchStatsDetail Mock 구현 - #167 * feat: NavigationBar subContent 추가 - #167 * feat: StatsGoal에서 사용되도록 Calendar status completed 추가 및 누락된 문서화 주석 추가 - #167 * feat: StatsDetailView, Reducer UI 구현 - #167 * feat: StatsSampleApp 진입전 연결 - #167 * style: reducer lint 제외 코드 추가 - #167 * remove 중복 파일 제거 - #167 --------- Co-authored-by: jihun <jihun332@gmai.com>
refactor: 임시 조치 복구
* feat: 월 이동 기능 구현 - #171 * feat: loading indicator 구현 - #171 * feat: 임시 Error Toast 띄우기 - #171 * feat: 진행중 통계 월별 캐싱을 통한 fetch 개선 - #171 * feat: 현재 월 이후 nextButton disable 처리 - #171 * feat: 통계 없을때 뷰 임시 구현 - #171 * feat: TXCalendarDate 연산자 구현 -#174 * refactor: TXCalendar isEalier함수 연산자로 변경 - #174 * feat: 캘린더 월 이동 기능 구현 - #174 * feat: 월별 데이터 캐싱 처리 - #174 * feat: loading indicator 구현 - #174 * feat: cache 있을 경우 있는 데이터 UI 반영되도록 구현 - #174 * feat: navigation back 구현 - #174 * feat: StatsDetail -> GoalDetail 구현 - #174 * feat: makeGoal 모듈 생성 - #174 * refactor: MakeGoal Module로 분리 - #174 * feat: Dropdown 띄우기 - #174 * feat: dropdown 끝내기, 삭제하기 모달 띄우기 - #174 * feat: dropdown Edit -> makeGoal Edit 화면 이동 구현 - #174 --------- Co-authored-by: jihun <jihun332@gmai.com>
* chore: ic_arrow3_right 이미지 반영 - #145 * feat: TXBottomSheet drag 기능 추가 - #145 * fix: goal-0001 목표 추가 바텀시트 디자인 QA - #145 * fix: goal-0002 목표 추가 디자인 세부 변경 디자인 QA - #145 * fix: goal-0003 아이콘 변경 모달 디자인 세부 변경 - #145 * feat: SharedUtil dateDisplayString 구현 - #145 * fix: goal-0004 목표 편집 디자인 세부 변경 - #145 * fix: goal-0005 목표 편집 - 목표 완료 모달 디자인 세부 변경 - #145 --------- Co-authored-by: jihun <jihun332@gmai.com>
# Conflicts: # Projects/Shared/DesignSystem/Sources/Components/Card/Goal/GoalCardView.swift
feat: 알림 기능 구현 및 버그 수정
feat: 프로필 수정 API 추가
fix: 기능결함 QA 우선 반영
* fix: 목표 비어있을 때 toEntity 처리 - #206 * fix: emptyView 깜빡이는 현상 해결 - #206 * fix: 종료된 목표 라이팅 수정 - #206 * feat: fetchStatsDetail(calendar/summary) Domain 구현 * feat: fetchStatsDetail View, Reducer 구현 - #206 * fix: 카드 스와이프 버그 수정 - #206 * feat: 통계 상세 드롭다운 기능 구현 - #206 * feat: subContent navibar 배경색 주입 - #206 * fix: EditGoalList, GoalDetail 처음에 emptyView 안보이도록 개선 - #206 * feat: StatsCardHeader 터치시 Detail 이동 구현 - #206 --------- Co-authored-by: jihun <jihun332@gmai.com>
* fix: home-0012 weekly calendar 새로고침 버튼 노출 조건 변경 필요 - #200 * chore: logo Image 추가 - #200 * fix: home-0014 topAppbar 로고 변경 및 간격 조정 - #200 * chore: Image 업데이트 반영 - #200 * fix: home-0016 card 간격 조정 - #200 * fix: home-0017 floating btn - #200 * chore: Tab Image 업데이트 - #200 * fix: home-0018 bottomNavigation - #200 * refactor: txBottomSheet safeArea 적용 - #200 * fix: home-0019 btSheet_calendar - #200 * fix: home-0021 empty state 일러스트 수정 & 반응형 대응 - #200 * chore: poke, keepiluv 일러스트 업데이트 - #200 * fix: home-0022 card 일러스트 & 간격 수정 - #200 * fix: home-0014 topAppbar 로고 변경 및 간격 조정 - #200 * fix: home-0015 weekly calendar 간격 조정 - #200 --------- Co-authored-by: jihun <jihun332@gmai.com>
* fix: goal-0016 목표 추가 화면 디자인 세부 변경 - #201 * fix: goal-0017 목표 미입력시 토스트 누락 - #201 * fix: goal-0018 목표 입력 텍스트 필드 상태 수정 - #201 * refactor: TxBottomSheet Indicator 영역 overlay -> VStack으로 변경 - #201 * fix: goal-0020 btSheet_stepper 텍스트필드 fix로 고정 및 디자인 세부 수정 - #201 * fix: goal-0021 목표 추가 아이콘 변경 터치영역 수정 - #201 * fix: goal-0022 목표 추가_아이콘 설정 모달 디자인 세부 수정 - #201 * fix: goal-0023 목표 편집 디자인 세부 수정 - #201 * fix: goal-0024 btSheet_goalAdd 터치 영역 수정 - #201 --------- Co-authored-by: jihun <jihun332@gmai.com>
* fix: certification-0008 인증샷 수정 - 상대 미완료 & 나 등록된거 수정후 수정된 이미지 상대꺼에 보임 - #210 * fix: home 이번주 아닐 때만 resetButton 나오게 수정 - #210 * fix: photologs-0004 수정상태 화면 디자인 수정 - #210 * fix: photologs-0006 인증샷 상세 찌르기 토스트 추가 - #210 * fix: photologs-0003 찌르기 일러스트 수정 - #210 --------- Co-authored-by: jihun <jihun332@gmai.com>
refactor: workflow 개선 및 Linear 연동
refactor: CD 개선
refactor: CD 워크플로우 3차 개선
docs: fix README.md
|
Important Review skippedToo many files! This PR contains 232 files, which is 82 over the limit of 150. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (42)
📒 Files selected for processing (232)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Member
Author
|
@coderabbitai summary |
✅ Actions performedSummary regeneration triggered. |
This file contains hidden or 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
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.
🔗 관련 이슈
📙 작업 내역