Skip to content
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

๐Ÿ”— :: (#24) ๋น„๋ฐ€๋ฒˆํ˜ธ ์„ค์ • ์Šคํฌ๋ฆฐ ํผ๋ธ”๋ฆฌ์‹ฑ #27

Conversation

diddbsgh
Copy link
Contributor

๊ฐœ์š”

แ„‡แ…ตแ„†แ…ตแ†ฏแ„‡แ…ฅแ†ซแ„’แ…ฉ แ„‰แ…ฅแ†ฏแ„Œแ…ฅแ†ผ

๋น„๋ฐ€๋ฒˆํ˜ธ ์„ค์ • ์Šคํฌ๋ฆฐ์„ ํผ๋ธ”๋ฆฌ์‹ฑํ–ˆ์Šต๋‹ˆ๋‹ค.

์ž‘์—… ๋‚ด์šฉ

  • SettingPasswordScreen ํผ๋ธ”๋ฆฌ์‹ฑ
  • SettingPasswordNavigation ๊ตฌํ˜„

ํ•  ๋ง

์—†์Œ

@diddbsgh diddbsgh added the ํผ๋ธ”๋ฆฌ์‹ฑ ํ™”๋ฉด์„ ํผ๋ธ”๋ฆฌ์‹ฑ ํ•ฉ๋‹ˆ๋‹ค. label Jan 30, 2024
@diddbsgh diddbsgh self-assigned this Jan 30, 2024
Tmdhoon2
Tmdhoon2 previously approved these changes Jan 31, 2024

fun NavGraphBuilder.settingPassword(
onBackClick: () -> Unit,
){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์—ฌ๊ธฐ ๋„์–ด์“ฐ๊ธฐ

@@ -0,0 +1,85 @@
package team.retum.signup.ui

import androidx.compose.foundation.Image
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์•ˆ์“ฐ๋Š” import ์ง€์šฐ๊ธฐ

)
Spacer(modifier = Modifier.weight(1f))
JobisButton(
modifier = Modifier.padding(bottom = 24.dp),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ด๊ฑฐ ๋””์ž์ธ์ด๋ž‘ ์•ˆ๋งž์•„
bottom = 24.dp๊ฐ€ ์•„๋‹ˆ๋ผ vertical = 12.dp์•ผ

@@ -7,11 +7,15 @@ import team.retum.landing.NAVIGATION_LANDING
import team.retum.landing.landing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์—ฌ๊ธฐ ์•ˆ์“ฐ๋Š” import ์ง€์›Œ์ค˜

@Tmdhoon2 Tmdhoon2 dismissed their stale review January 31, 2024 15:40

๋ฆฌ๋ทฐ ๋œ ๋๋‚จ

password = { password },
checkPassword = { checkPassword },
onPasswordChange = { password = it },
onCheckPassword = { password = it },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์—ฌ๊ธฐ ์ž˜๋ชป๋˜์–ด์žˆ๋Š”๋ฐ viewModel ์ถ”๊ฐ€ํ•˜๋ฉด ๋ฐ”๊ฟ”์ค˜

@diddbsgh diddbsgh merged commit ede51db into develop Feb 2, 2024
1 check passed
@diddbsgh diddbsgh deleted the feature/24-๋น„๋ฐ€๋ฒˆํ˜ธ-์„ค์ •-ํผ๋ธ”๋ฆฌ์‹ฑ branch February 2, 2024 13:20
@diddbsgh diddbsgh restored the feature/24-๋น„๋ฐ€๋ฒˆํ˜ธ-์„ค์ •-ํผ๋ธ”๋ฆฌ์‹ฑ branch February 2, 2024 13:20
@Tmdhoon2 Tmdhoon2 deleted the feature/24-๋น„๋ฐ€๋ฒˆํ˜ธ-์„ค์ •-ํผ๋ธ”๋ฆฌ์‹ฑ branch February 3, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ํผ๋ธ”๋ฆฌ์‹ฑ ํ™”๋ฉด์„ ํผ๋ธ”๋ฆฌ์‹ฑ ํ•ฉ๋‹ˆ๋‹ค.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

4 participants