From 751b6e74f9e82abf707b48bcb26c67bb58ad85c3 Mon Sep 17 00:00:00 2001 From: Sangyoon Date: Sun, 9 Nov 2025 15:55:59 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[FIX]=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=ED=83=80=EC=9D=B4=ED=8B=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Features/User/UI/UpdateProfileBottomSheet.swift | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/SampoomManagement/Features/User/UI/UpdateProfileBottomSheet.swift b/SampoomManagement/Features/User/UI/UpdateProfileBottomSheet.swift index d2c3975..3460691 100644 --- a/SampoomManagement/Features/User/UI/UpdateProfileBottomSheet.swift +++ b/SampoomManagement/Features/User/UI/UpdateProfileBottomSheet.swift @@ -30,6 +30,15 @@ struct UpdateProfileBottomSheet: View { var body: some View { NavigationView { VStack(spacing: 16) { + Spacer() + // 직급 선택 + Text(StringResources.Setting.editProfile) + .font(.gmarketBody) + .foregroundColor(Color("Text")) + .frame(maxWidth: .infinity, alignment: .leading) + .padding(.horizontal, 16) + .padding(.top, 16) + CommonTextField( value: $userName, placeholder: StringResources.Setting.editProfilePlaceholderUsername, @@ -50,8 +59,6 @@ struct UpdateProfileBottomSheet: View { .padding(.horizontal, 16) .padding(.bottom, 32) } - .navigationTitle(StringResources.Setting.editProfile) - .background(Color.background) } .onAppear { viewModel.onEvent(.initialize(user)) From 61f5736776a5f9144bfec4b1e3b239fdc06722f1 Mon Sep 17 00:00:00 2001 From: Sangyoon Date: Sun, 9 Nov 2025 15:56:55 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[RELEASE]=201.0.3=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EB=82=B4=EB=B6=80=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SampoomManagement.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SampoomManagement.xcodeproj/project.pbxproj b/SampoomManagement.xcodeproj/project.pbxproj index 2569986..ba2fc45 100644 --- a/SampoomManagement.xcodeproj/project.pbxproj +++ b/SampoomManagement.xcodeproj/project.pbxproj @@ -284,7 +284,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = B9PUAVBBKX; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -319,7 +319,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = B9PUAVBBKX; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES;