-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 홈 로고 변경 * feat: top app bar 수정 * feat: 정책 상세 추가정보 섹션 추가 * feat: 서비스 이용약관, 개인정보 처리방침 모듈 추가 * feat: 약관 동의 UI 완성 * feat: 정책 상세 UI 수정 * feat: gradle 설정 변경 * feat: 로깅 debug, release 구분 * refactor: 필요없는 로직 제거 * feat: 인앱 업데이트 및 약관 웹뷰 추가 * feat: padding 수정 * chore: 버전코드 수정
- Loading branch information
1 parent
5b9bf6a
commit 04a6455
Showing
67 changed files
with
1,394 additions
and
167 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.withpeace.withpeace | ||
|
||
sealed interface MainUiState { | ||
data object Login : MainUiState | ||
data object Update : MainUiState | ||
data object Error : MainUiState | ||
data object Home : MainUiState | ||
data object Loading : MainUiState | ||
} |
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
Oops, something went wrong.