Skip to content

Commit

Permalink
fix(learn): sửa lỗi giao diện màn finish
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmgaming committed Nov 30, 2024
1 parent dfa8c70 commit 9fe731e
Show file tree
Hide file tree
Showing 15 changed files with 454 additions and 442 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ fun MaterialTabScreen(
when {
flashCards.isEmpty() -> {
Column(
horizontalAlignment = CenterHorizontally
horizontalAlignment = CenterHorizontally,
modifier = Modifier.padding(16.dp)
) {
Text(
text = stringResource(R.string.txt_add_your_material_to_get_started),
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ import com.msusman.compose.cardstack.SwipeMethod
import com.msusman.compose.cardstack.rememberStackState
import com.pwhs.quickmem.domain.model.flashcard.FlashCardResponseModel
import com.pwhs.quickmem.presentation.app.study_set.component.StudyCardBottomSheet
import com.pwhs.quickmem.presentation.app.study_set.studies.component.FlipFlashCardButton
import com.pwhs.quickmem.presentation.app.study_set.studies.component.FlipFlashCardFinish
import com.pwhs.quickmem.presentation.app.study_set.studies.component.FlipFlashCardIconButton
import com.pwhs.quickmem.presentation.app.study_set.studies.component.FlipFlashCardStatusRow
import com.pwhs.quickmem.presentation.app.study_set.studies.component.StudyFlipFlashCard
import com.pwhs.quickmem.presentation.app.study_set.studies.flip.component.FlipFlashCardButton
import com.pwhs.quickmem.presentation.app.study_set.studies.flip.component.FlipFlashCardFinish
import com.pwhs.quickmem.presentation.app.study_set.studies.flip.component.FlipFlashCardIconButton
import com.pwhs.quickmem.presentation.app.study_set.studies.flip.component.FlipFlashCardStatusRow
import com.pwhs.quickmem.presentation.app.study_set.studies.flip.component.StudyFlipFlashCard
import com.pwhs.quickmem.presentation.app.study_set.studies.component.StudyTopAppBar
import com.pwhs.quickmem.presentation.component.LoadingOverlay
import com.pwhs.quickmem.ui.theme.QuickMemTheme
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.pwhs.quickmem.presentation.app.study_set.studies.component
package com.pwhs.quickmem.presentation.app.study_set.studies.flip.component

import androidx.compose.foundation.BorderStroke
import androidx.compose.foundation.layout.Arrangement
Expand Down
Loading

0 comments on commit 9fe731e

Please sign in to comment.