File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/src/main/java/com/no5ing/bbibbi/presentation/feature/view/main/home Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import com.no5ing.bbibbi.data.repository.Arguments
2727import com.no5ing.bbibbi.presentation.component.BBiBBiPreviewSurface
2828import com.no5ing.bbibbi.presentation.component.BBiBBiSurface
2929import com.no5ing.bbibbi.presentation.component.BackToExitHandler
30+ import com.no5ing.bbibbi.presentation.component.button.CTAButton
3031import com.no5ing.bbibbi.presentation.feature.view.common.CustomAlertDialog
3132import com.no5ing.bbibbi.presentation.feature.view_model.MainPageNightViewModel
3233import com.no5ing.bbibbi.presentation.feature.view_model.MainPageViewModel
@@ -52,6 +53,7 @@ fun HomePage(
5253 onTapViewPost : (LocalDate ) -> Unit = {},
5354 onTapPick : (MainPageTopBarModel ) -> Unit = {},
5455 onTapNight : () -> Unit = {},
56+ onTapFamilyStudio : () -> Unit = {},
5557) {
5658 val postViewType by postViewTypeState
5759 val mainPageState = mainPageViewModel.uiState.collectAsState()
@@ -99,6 +101,10 @@ fun HomePage(
99101 .fillMaxWidth()
100102 .background(MaterialTheme .bbibbiScheme.backgroundPrimary)
101103 ) {
104+ CTAButton (
105+ text = " gogo" ,
106+ onClick = { onTapFamilyStudio() },
107+ )
102108 if (isDayTime) {
103109 HomePageTopBar (
104110 onTapLeft = {
You can’t perform that action at this time.
0 commit comments