From 747075155794e4ae2f284a704b00f946112d6032 Mon Sep 17 00:00:00 2001 From: giljihun Date: Tue, 20 Jan 2026 16:17:25 +0900 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20KeyringCustomizingView=20-=20?= =?UTF-8?q?=EB=92=A4=EB=A1=9C=EA=B0=80=EA=B8=B0=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=EC=97=90=20=ED=83=AD=EB=B0=94=20show()=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Workshop/Making/Shared/Views/KeyringCustomizingView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Keychy/Keychy/Presentation/Workshop/Making/Shared/Views/KeyringCustomizingView.swift b/Keychy/Keychy/Presentation/Workshop/Making/Shared/Views/KeyringCustomizingView.swift index ee38bf56e..0885784df 100644 --- a/Keychy/Keychy/Presentation/Workshop/Making/Shared/Views/KeyringCustomizingView.swift +++ b/Keychy/Keychy/Presentation/Workshop/Making/Shared/Views/KeyringCustomizingView.swift @@ -164,6 +164,7 @@ struct KeyringCustomizingView: View { Button("취소", role: .cancel) { } Button("확인", role: .destructive) { viewModel.resetAll() + TabBarManager.show() router.reset() } } message: { From ec4836d77c50d61a6ed43e781def55ffff56d341 Mon Sep 17 00:00:00 2001 From: giljihun Date: Tue, 20 Jan 2026 16:17:50 +0900 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=EC=8A=A4=EC=BC=80=EC=B9=98?= =?UTF-8?q?=ED=82=A4=EB=A7=81=ED=85=9C=ED=94=8C=EB=A6=BF=20-=20=EB=93=9C?= =?UTF-8?q?=EB=A1=9C=EC=9E=89=EB=B7=B0=EC=97=90=20=ED=83=AD=EB=B0=94=20sho?= =?UTF-8?q?w()=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Templates/ClearSketch/Views/ClearSketchDrawingView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Keychy/Keychy/Presentation/Workshop/Making/Templates/ClearSketch/Views/ClearSketchDrawingView.swift b/Keychy/Keychy/Presentation/Workshop/Making/Templates/ClearSketch/Views/ClearSketchDrawingView.swift index 19a7c6120..2e70bb67c 100644 --- a/Keychy/Keychy/Presentation/Workshop/Making/Templates/ClearSketch/Views/ClearSketchDrawingView.swift +++ b/Keychy/Keychy/Presentation/Workshop/Making/Templates/ClearSketch/Views/ClearSketchDrawingView.swift @@ -87,6 +87,7 @@ struct ClearSketchDrawingView: View { Button("취소", role: .cancel) { } Button("확인", role: .destructive) { viewModel.resetAll() + TabBarManager.show() router.reset() } } message: { From c8a87f665a55c538e43b0c95310a1a08a2fb74da Mon Sep 17 00:00:00 2001 From: giljihun Date: Tue, 20 Jan 2026 16:18:04 +0900 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=ED=94=BD=EC=85=80=ED=82=A4?= =?UTF-8?q?=EB=A7=81=20-=20=EB=93=9C=EB=A1=9C=EC=9E=89=EB=B7=B0=EC=97=90?= =?UTF-8?q?=20=ED=83=AD=EB=B0=94=20show()=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Workshop/Making/Templates/Pixel/Views/PixelDrawView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Keychy/Keychy/Presentation/Workshop/Making/Templates/Pixel/Views/PixelDrawView.swift b/Keychy/Keychy/Presentation/Workshop/Making/Templates/Pixel/Views/PixelDrawView.swift index f04a017d8..70e08d0e4 100644 --- a/Keychy/Keychy/Presentation/Workshop/Making/Templates/Pixel/Views/PixelDrawView.swift +++ b/Keychy/Keychy/Presentation/Workshop/Making/Templates/Pixel/Views/PixelDrawView.swift @@ -78,6 +78,7 @@ struct PixelDrawView: View { Button("취소", role: .cancel) { } Button("확인", role: .destructive) { viewModel.resetAll() + TabBarManager.show() router.reset() } } message: {