-
Notifications
You must be signed in to change notification settings - Fork 0
[Feat] 일정화면 Compose 마이그레이션 #20
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
41295e0
chore: 사용하지 않는 파일 제거
parkjiminnnn bca7076
refactor: 공통 헤더 컴포넌트 이름 변경 및 Scaffold 적용
parkjiminnnn a61fa9a
style: 코드 포맷팅
parkjiminnnn 507b68f
fix: NewsScreen Modifier 누락 수정 및 NewsTabRowPreview 테마 적용
parkjiminnnn e454246
refactor: StateFlow로 변경
parkjiminnnn 2127ad4
feat: 일정 화면 ComposeUI 기초 구현
parkjiminnnn fb6e92e
refactor: NewsTabRow 컨텐츠 색상 설정 방식 변경
parkjiminnnn c95f70a
refactor: 네이밍 변경
parkjiminnnn 2f77110
feat: 일정 화면 탭 UI 구현
parkjiminnnn af8fa95
feat: 일정 아이템 카드 구현
parkjiminnnn 831e0dc
refactor: 불필요한 함수 제거
parkjiminnnn 9b9e426
feat: 일정 타임라인에 사용될 Lottie Circle 데이터 클래스 추가
parkjiminnnn 39956b8
feat: 일정 아이템 카드 UI 구현
parkjiminnnn 5bd8069
feat: 카드 배경색 적용
parkjiminnnn acd296f
fix: 소식 화면 레이아웃 패딩 수정
parkjiminnnn 09f399f
feat: 일정 화면 Compose 마이그레이션
parkjiminnnn aa7d65b
refactor: VieModel 자동 DI 변경
parkjiminnnn dbd60af
refactor: 일정 화면 UI 상태 관리 및 데이터 로딩 로직 개선
parkjiminnnn 486cad8
fix: 일정 화면 새로고침 시 기존 데이터 유지 로직 수정
parkjiminnnn 0eba44e
fix: ScheduleViewModel 데이터 로딩 로직 개선
parkjiminnnn 4fda065
refactor: 일정 화면 UI 상태 구조 개선 및 로직 최적화
parkjiminnnn a5469ef
fix: Schedule 화면 성능 및 UX 개선
parkjiminnnn 54cf5b1
feat: 일정 화면 현재 진행 중인 이벤트 위치로 자동 스크롤 기능 추가
parkjiminnnn 670a838
refactor: ScheduleFragment의 메뉴 재클릭 로직 수정
parkjiminnnn 12795eb
fix: 일정 화면 새로고침(Refreshing) 상태 추가 및 UI 로직 개선
parkjiminnnn b21e5ec
refactor: 일정 화면 ViewPager 및 탭 페이지 프래그먼트 제거
parkjiminnnn 0076c56
feat: `ScheduleTabPage` 에러 발생 시 스택 트레이스 로그 추가
parkjiminnnn 54562e4
fix: 진행 중인 일정 위치 계산 로직 수정
parkjiminnnn 72136fa
feat: JUnit 5 마이그레이션 및 테스트 환경 설정
parkjiminnnn 722f08f
refactor: ScheduleEventUiModel에서 북마크 상태 필드 제거
parkjiminnnn 44db8ea
test: ScheduleViewModelTest 및 관련 코드 리팩토링
parkjiminnnn 8baaf1e
refactor: ScheduleEventCard 리팩토링 및 색상 로직 분리
parkjiminnnn 8c77188
refactor: Lottie 프로퍼티 호이스팅 적용
parkjiminnnn 3f84cc5
refactor: Composable 어노테이션 제거
parkjiminnnn 401b44b
refactor: ScheduleEventItem 코드 구조 개선 및 가독성 향상
parkjiminnnn 35e2a38
refactor: `PullToRefreshContainer` 사용 방식 개선 및 리팩토링
parkjiminnnn 4f864cb
refactor: 일정 화면 탭 클릭 시 스크롤 애니메이션 적용
parkjiminnnn c76703e
fix: 일정 탭 빈 화면 스크롤 가능하도록 수정
parkjiminnnn 7079e2c
refactor: 선택적 파라미터를 사용하도록 변경
parkjiminnnn af60091
refactor: 함수명 변경
parkjiminnnn e0ffb6f
refactor: 일정 화면 이벤트 프리로딩하도록 변경
parkjiminnnn 45f2a76
fix: NewsScreen 내 Pager 구성 요소 레이아웃 수정
parkjiminnnn e9af718
Merge remote-tracking branch 'origin/develop' into feat/7
parkjiminnnn ff5e151
refactor: 일정 화면 컴포넌트 리팩토링 및 커스텀 Typography 적용
parkjiminnnn e5f1ba3
refactor: Lottie 애니메이션 로직 위치 수정
parkjiminnnn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
5 changes: 0 additions & 5 deletions
5
app/src/main/java/com/daedan/festabook/presentation/schedule/OnBookmarkCheckedListener.kt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
app/src/main/java/com/daedan/festabook/presentation/schedule/ScheduleDatesUiState.kt
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
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.
여기에서도 FestabookColor 를 사용할 수 있지 않을까요?
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.
dev브랜치 병합시키고 반영하겠습니다.
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.
fix: NewsScreen 내 Pager 구성 요소 레이아웃 수정
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.
TabRow가 Material 컴포넌트라서 이렇게 했는데 제가 놓친 부분이 있을까요?