-
Notifications
You must be signed in to change notification settings - Fork 1
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
[UI/#42] 공고 뷰 / 공고 상세 페이지 구현 #63
Conversation
# Conflicts: # feature/src/main/java/com/terning/feature/main/MainNavigator.kt # feature/src/main/java/com/terning/feature/main/MainScreen.kt # feature/src/main/res/values/strings.xml
# Conflicts: # feature/src/main/res/values/strings.xml
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.
실력이 날로 늘고 있는데요,,,,,,ㄷㄷㄷㄷ 하산하세요.
item { | ||
val decimal = DecimalFormat("#,###") | ||
|
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.
오홍 신기하네요! "#,###"
는 상수로 둬도 될 것 같아요!
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.
반영했습니닷!
} | ||
} | ||
|
||
|
||
Column( |
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.
줄 하나 삭제해주세용
modifier = Modifier | ||
.width(60.dp) | ||
.height(60.dp) |
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.
요기두 aspectRatio로 둘 수 있을 듯??!!
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.
끄앙 다 변경햇더용! 감사해ㅑ여
|
||
@Serializable | ||
data object Intern : MainTabRoute |
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.
바텀바 없는 스크린 맞죠...? 그럼 Route로 해주세요!
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.
아맞다.........................바보
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.
진짜 이렇게 멋있기 있어요?!??!?!??? 진짜 최고다....
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.
뷰 하나를 반나절만에 끝내버리시네요,, Arin 폼미
tint = if (isScrap) TerningMain else Grey350 | ||
) | ||
Text( | ||
text = "${viewCount}회", |
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.
리소스화!
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.
인정합니다.
⛳️ Work Description
📸 Screenshot
42.mp4
📢 To Reviewers