commit
daf45f2fd2
@ -0,0 +1,39 @@
|
|||||||
|
package com.example.what_the_fantasy.data.local
|
||||||
|
|
||||||
|
import com.example.what_the_fantasy.data.model.Comment
|
||||||
|
import com.example.what_the_fantasy.data.model.User
|
||||||
|
|
||||||
|
object CommentStub {
|
||||||
|
val comments: MutableList<Comment> = mutableListOf(
|
||||||
|
Comment("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Trop bien","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("encore un Test","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Je suis la ","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("J'en ai rien a foutre de la citation","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Android c'est bien","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("je sais plus quoi mettre donc ca va être le bordel","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Et un test de plus","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("La bombe à été activer","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("J'aime pas les *****","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Test","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Trop bien","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("encore un Test","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Je suis la ","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("J'en ai rien a foutre de la citation","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Android c'est bien","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("je sais plus quoi mettre donc ca va être le bordel","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Et un test de plus","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("La bombe à été activer","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("J'aime pas les *****","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Test","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Trop bien","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("encore un Test","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Je suis la ","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("J'en ai rien a foutre de la citation","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Android c'est bien","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("je sais plus quoi mettre donc ca va être le bordel","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("Et un test de plus","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("La bombe à été activer","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
Comment("J'aime pas les *****","Dev","21-12-2005", "https://img.freepik.com/vecteurs-libre/personnage-guerrier-homme-fantaisie_1045-194.jpg?size=338&ext=jpg"),
|
||||||
|
)
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
package com.example.what_the_fantasy.data.model
|
||||||
|
|
||||||
|
data class Comment(
|
||||||
|
val content : String,
|
||||||
|
val user : String,
|
||||||
|
val date : String,
|
||||||
|
val img : String
|
||||||
|
)
|
@ -1,7 +1,10 @@
|
|||||||
package com.example.what_the_fantasy.data.model
|
package com.example.what_the_fantasy.data.model
|
||||||
|
|
||||||
|
import androidx.compose.ui.res.stringResource
|
||||||
|
import com.example.what_the_fantasy.R
|
||||||
|
|
||||||
enum class SrcType (val value: String) {
|
enum class SrcType (val value: String) {
|
||||||
Movie("@string/movie"),
|
Movie("movie" ),
|
||||||
VideoGame("@string/videoGame"),
|
VideoGame("videoGame"),
|
||||||
Series("@string/series"),
|
Series("series"),
|
||||||
}
|
}
|
@ -0,0 +1,165 @@
|
|||||||
|
package com.example.what_the_fantasy.ui.screens
|
||||||
|
|
||||||
|
import android.util.Log
|
||||||
|
import androidx.compose.foundation.background
|
||||||
|
import androidx.compose.foundation.clickable
|
||||||
|
import androidx.compose.foundation.layout.*
|
||||||
|
import androidx.compose.foundation.shape.RoundedCornerShape
|
||||||
|
import androidx.compose.material3.MaterialTheme
|
||||||
|
import androidx.compose.material3.Text
|
||||||
|
import androidx.compose.runtime.*
|
||||||
|
import androidx.compose.ui.Alignment
|
||||||
|
import androidx.compose.ui.Modifier
|
||||||
|
import androidx.compose.ui.geometry.Offset
|
||||||
|
import androidx.compose.ui.graphics.Brush
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.text.TextStyle
|
||||||
|
import androidx.compose.ui.text.font.FontWeight
|
||||||
|
import androidx.compose.ui.text.style.TextAlign
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import androidx.compose.ui.unit.sp
|
||||||
|
import com.example.what_the_fantasy.data.local.QuestionStub
|
||||||
|
import com.example.what_the_fantasy.ui.components.NavBar
|
||||||
|
import com.example.what_the_fantasy.ui.states.CurrentUserState
|
||||||
|
import com.example.what_the_fantasy.ui.viewModels.CurrentUserViewModel
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun QuizRandom(
|
||||||
|
navFavorite: () -> Unit,
|
||||||
|
navAccueil: () -> Unit,
|
||||||
|
navProfil:() -> Unit,
|
||||||
|
navQuiz: () -> Unit,
|
||||||
|
navSearch: () -> Unit,
|
||||||
|
navControllerQuizEnd: (Int, Int) -> Unit,
|
||||||
|
currentUserVM : CurrentUserViewModel,
|
||||||
|
currentUserState : CurrentUserState,
|
||||||
|
) {
|
||||||
|
val questions = QuestionStub.shuffleRandomQuestions
|
||||||
|
var idCurrentQuestion by remember { mutableIntStateOf(0) }
|
||||||
|
var pts by remember { mutableIntStateOf(0) }
|
||||||
|
var lifes by remember { mutableIntStateOf(3) }
|
||||||
|
|
||||||
|
val gradient = Brush.linearGradient(
|
||||||
|
colors = listOf(MaterialTheme.colorScheme.onPrimary, MaterialTheme.colorScheme.onPrimary),
|
||||||
|
start = Offset(0f, 1000f),
|
||||||
|
end = Offset(1000f, 0f)
|
||||||
|
)
|
||||||
|
|
||||||
|
fun onAnswerSelected(answer: String) {
|
||||||
|
val currentQuestion = questions[idCurrentQuestion]
|
||||||
|
val correctAnswer = mapOf(
|
||||||
|
"A" to currentQuestion.ansA,
|
||||||
|
"B" to currentQuestion.ansB,
|
||||||
|
"C" to currentQuestion.ansC,
|
||||||
|
"D" to currentQuestion.ansD
|
||||||
|
)[currentQuestion.correctAns]
|
||||||
|
|
||||||
|
if (answer == correctAnswer) pts++
|
||||||
|
else {
|
||||||
|
lifes -= 1
|
||||||
|
Log.d("Quiz Debug", "Lifes -1 :, $lifes")
|
||||||
|
}
|
||||||
|
if (idCurrentQuestion < questions.size - 1 && lifes > 0) idCurrentQuestion++
|
||||||
|
else {
|
||||||
|
navControllerQuizEnd(-1, pts)
|
||||||
|
Log.d("Quiz Debug", "Game over lifes : $lifes")
|
||||||
|
} // Retour menu
|
||||||
|
}
|
||||||
|
NavBar(
|
||||||
|
navControllerFavorite = navFavorite,
|
||||||
|
navControllerAccueil = navAccueil,
|
||||||
|
navControllerProfil = navProfil,
|
||||||
|
navControllerQuiz = navQuiz,
|
||||||
|
navControllerSearch = navSearch,
|
||||||
|
currentUserVM = currentUserVM,
|
||||||
|
currentUserState = currentUserState,
|
||||||
|
){
|
||||||
|
Column (
|
||||||
|
modifier = Modifier.fillMaxSize().background(Color(0xFF100C1B))
|
||||||
|
) {
|
||||||
|
// Contenu princiapl
|
||||||
|
Column(
|
||||||
|
modifier = Modifier
|
||||||
|
.weight(0.8f)
|
||||||
|
.fillMaxWidth()
|
||||||
|
.padding(horizontal = 50.dp, vertical = 20.dp),
|
||||||
|
horizontalAlignment = Alignment.CenterHorizontally
|
||||||
|
) {
|
||||||
|
val question = questions[idCurrentQuestion]
|
||||||
|
|
||||||
|
Column(
|
||||||
|
horizontalAlignment = Alignment.CenterHorizontally,
|
||||||
|
) {
|
||||||
|
if (questions != null) {
|
||||||
|
Text(
|
||||||
|
text = "▶ Random Quiz ◀",
|
||||||
|
color = Color.White,
|
||||||
|
style = TextStyle(
|
||||||
|
fontSize = 20.sp,
|
||||||
|
fontWeight = FontWeight.Bold,
|
||||||
|
textAlign = TextAlign.Center
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
Spacer(Modifier.height(20.dp))
|
||||||
|
Column(
|
||||||
|
modifier = Modifier
|
||||||
|
.background(brush = gradient, shape = RoundedCornerShape(20.dp))
|
||||||
|
.height(800.dp),
|
||||||
|
horizontalAlignment = Alignment.CenterHorizontally
|
||||||
|
) {
|
||||||
|
Text(
|
||||||
|
"Question ${idCurrentQuestion + 1}",
|
||||||
|
color = Color.White,
|
||||||
|
fontSize = 18.sp,
|
||||||
|
modifier = Modifier
|
||||||
|
.padding(top = 20.dp)
|
||||||
|
.weight(0.1f),
|
||||||
|
style = TextStyle(
|
||||||
|
fontSize = 25.sp,
|
||||||
|
fontWeight = FontWeight.Bold,
|
||||||
|
textAlign = TextAlign.Center
|
||||||
|
)
|
||||||
|
)
|
||||||
|
Text(
|
||||||
|
question.question,
|
||||||
|
color = Color.White,
|
||||||
|
fontSize = 15.sp,
|
||||||
|
modifier = Modifier
|
||||||
|
.padding(horizontal = 25.dp)
|
||||||
|
.weight(0.1f),
|
||||||
|
textAlign = TextAlign.Center
|
||||||
|
)
|
||||||
|
Column(
|
||||||
|
modifier = Modifier
|
||||||
|
.weight(0.7f)
|
||||||
|
.fillMaxHeight()
|
||||||
|
.padding(vertical = 30.dp),
|
||||||
|
verticalArrangement = Arrangement.SpaceBetween
|
||||||
|
|
||||||
|
) {
|
||||||
|
listOf(
|
||||||
|
question.ansA,
|
||||||
|
question.ansB,
|
||||||
|
question.ansC,
|
||||||
|
question.ansD
|
||||||
|
).forEach { answer ->
|
||||||
|
Box(
|
||||||
|
modifier = Modifier
|
||||||
|
.width(220.dp)
|
||||||
|
.height(50.dp)
|
||||||
|
.background(Color.White, shape = RoundedCornerShape(16.dp))
|
||||||
|
.clickable { onAnswerSelected(answer) }
|
||||||
|
.padding(horizontal = 8.dp),
|
||||||
|
contentAlignment = Alignment.Center
|
||||||
|
) {
|
||||||
|
Text(answer, color = Color.Black, fontSize = 18.sp)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,8 +1,179 @@
|
|||||||
package com.example.what_the_fantasy.ui.screens
|
package com.example.what_the_fantasy.ui.screens
|
||||||
|
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.foundation.background
|
||||||
|
import androidx.compose.foundation.clickable
|
||||||
|
import androidx.compose.foundation.layout.*
|
||||||
|
import androidx.compose.foundation.lazy.LazyColumn
|
||||||
|
import androidx.compose.foundation.lazy.items
|
||||||
|
import androidx.compose.foundation.lazy.rememberLazyListState
|
||||||
|
import androidx.compose.foundation.selection.selectable
|
||||||
|
import androidx.compose.foundation.shape.CircleShape
|
||||||
|
import androidx.compose.foundation.text.KeyboardOptions
|
||||||
|
import androidx.compose.material.icons.Icons
|
||||||
|
import androidx.compose.material.icons.rounded.Search
|
||||||
|
import androidx.compose.material3.*
|
||||||
|
import androidx.compose.runtime.*
|
||||||
|
import androidx.compose.ui.Alignment
|
||||||
|
import androidx.compose.ui.Modifier
|
||||||
|
import androidx.compose.ui.draw.clip
|
||||||
|
import androidx.compose.ui.res.stringResource
|
||||||
|
import androidx.compose.ui.semantics.Role
|
||||||
|
import androidx.compose.ui.text.TextStyle
|
||||||
|
import androidx.compose.ui.text.input.KeyboardType
|
||||||
|
import androidx.compose.ui.text.style.TextAlign
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import androidx.compose.ui.unit.sp
|
||||||
|
import com.example.what_the_fantasy.R
|
||||||
|
import com.example.what_the_fantasy.data.model.Quote
|
||||||
|
import com.example.what_the_fantasy.data.services.IServices
|
||||||
import com.example.what_the_fantasy.ui.components.NavBar
|
import com.example.what_the_fantasy.ui.components.NavBar
|
||||||
|
import com.example.what_the_fantasy.ui.components.QuoteLittle
|
||||||
|
import com.example.what_the_fantasy.ui.states.CurrentUserState
|
||||||
|
import com.example.what_the_fantasy.ui.viewModels.CurrentUserViewModel
|
||||||
|
import kotlinx.coroutines.delay
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun SearchPage() {
|
fun SearchPage(
|
||||||
|
navFavorite: () -> Unit,
|
||||||
|
navAccueil: () -> Unit,
|
||||||
|
navProfil: () -> Unit,
|
||||||
|
navQuiz: () -> Unit,
|
||||||
|
navQuote: (Int) -> Unit,
|
||||||
|
navSearch: (String, String) -> Unit,
|
||||||
|
services: IServices,
|
||||||
|
type: String,
|
||||||
|
search: String,
|
||||||
|
currentUserVM : CurrentUserViewModel,
|
||||||
|
currentUserState : CurrentUserState,
|
||||||
|
) {
|
||||||
|
var newSearch by remember { mutableStateOf(search) }
|
||||||
|
val filtre = listOf("contenue", "personnage", "titre")
|
||||||
|
val (newFiltre, onFiltreSelected) = remember { mutableStateOf(type) }
|
||||||
|
|
||||||
|
val page = remember { mutableStateOf(1) }
|
||||||
|
val quotes = remember { mutableStateListOf<Quote>() }
|
||||||
|
val isLoading = remember { mutableStateOf(false) }
|
||||||
|
val state = rememberLazyListState()
|
||||||
|
|
||||||
|
LaunchedEffect(page.value, type, search) {
|
||||||
|
if (!isLoading.value) {
|
||||||
|
isLoading.value = true
|
||||||
|
delay(500)
|
||||||
|
val newQuotes = services.search(type, search, page.value * 15)
|
||||||
|
val uniqueQuotes = newQuotes.filterNot { new -> quotes.any { it.id == new.id } }
|
||||||
|
if (uniqueQuotes.isNotEmpty()) {
|
||||||
|
quotes.addAll(uniqueQuotes)
|
||||||
|
}
|
||||||
|
isLoading.value = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
NavBar(
|
||||||
|
onAccueil = true,
|
||||||
|
navControllerFavorite = navFavorite,
|
||||||
|
navControllerAccueil = navAccueil,
|
||||||
|
navControllerProfil = navProfil,
|
||||||
|
navControllerQuiz = navQuiz,
|
||||||
|
navControllerSearch = { navSearch("contenue", "") },
|
||||||
|
currentUserVM = currentUserVM,
|
||||||
|
currentUserState = currentUserState,
|
||||||
|
|
||||||
|
) {
|
||||||
|
Column(
|
||||||
|
modifier = Modifier
|
||||||
|
.fillMaxSize()
|
||||||
|
.background(MaterialTheme.colorScheme.background)
|
||||||
|
) {
|
||||||
|
Text(
|
||||||
|
text = "▶ " + stringResource(R.string.TitleSearch) + " ◀",
|
||||||
|
color = MaterialTheme.colorScheme.onBackground,
|
||||||
|
fontSize = 24.sp,
|
||||||
|
modifier = Modifier
|
||||||
|
.fillMaxWidth()
|
||||||
|
.padding(16.dp),
|
||||||
|
textAlign = TextAlign.Center
|
||||||
|
)
|
||||||
|
Column(horizontalAlignment = Alignment.CenterHorizontally) {
|
||||||
|
OutlinedTextField(
|
||||||
|
value = newSearch,
|
||||||
|
onValueChange = { newSearch = it },
|
||||||
|
textStyle = TextStyle(color = MaterialTheme.colorScheme.onBackground),
|
||||||
|
modifier = Modifier
|
||||||
|
.padding(top = 2.dp)
|
||||||
|
.fillMaxWidth()
|
||||||
|
.height(50.dp),
|
||||||
|
keyboardOptions = KeyboardOptions(keyboardType = KeyboardType.Text),
|
||||||
|
maxLines = 1,
|
||||||
|
shape = CircleShape,
|
||||||
|
trailingIcon = {
|
||||||
|
IconButton(
|
||||||
|
onClick = { navSearch(newFiltre, newSearch) },
|
||||||
|
modifier = Modifier
|
||||||
|
.size(50.dp)
|
||||||
|
.clip(CircleShape)
|
||||||
|
) {
|
||||||
|
Icon(
|
||||||
|
Icons.Rounded.Search,
|
||||||
|
contentDescription = stringResource(R.string.TitleSearch),
|
||||||
|
Modifier
|
||||||
|
.fillMaxSize()
|
||||||
|
.background(MaterialTheme.colorScheme.primary, CircleShape)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
)
|
||||||
|
Row(horizontalArrangement = Arrangement.SpaceAround) {
|
||||||
|
filtre.forEach { typeItem ->
|
||||||
|
Row(
|
||||||
|
Modifier
|
||||||
|
.height(56.dp)
|
||||||
|
.selectable(
|
||||||
|
selected = (typeItem == newFiltre),
|
||||||
|
onClick = { onFiltreSelected(typeItem) },
|
||||||
|
role = Role.RadioButton
|
||||||
|
)
|
||||||
|
.padding(horizontal = 16.dp),
|
||||||
|
verticalAlignment = Alignment.CenterVertically
|
||||||
|
) {
|
||||||
|
RadioButton(
|
||||||
|
selected = (typeItem == newFiltre),
|
||||||
|
onClick = null
|
||||||
|
)
|
||||||
|
Text(
|
||||||
|
text = typeItem,
|
||||||
|
style = MaterialTheme.typography.bodyLarge,
|
||||||
|
modifier = Modifier.padding(start = 16.dp),
|
||||||
|
color = MaterialTheme.colorScheme.onBackground
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
LazyColumn(
|
||||||
|
modifier = Modifier.weight(1f),
|
||||||
|
state = state
|
||||||
|
) {
|
||||||
|
items(quotes) { quote ->
|
||||||
|
Column(Modifier.clickable { navQuote(quote.id) }) {
|
||||||
|
QuoteLittle(quote)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
if (state.layoutInfo.visibleItemsInfo.lastOrNull()?.index == quotes.size - 1 && !isLoading.value) {
|
||||||
|
LaunchedEffect(Unit) {
|
||||||
|
page.value++
|
||||||
|
}
|
||||||
|
Box(
|
||||||
|
modifier = Modifier
|
||||||
|
.fillMaxWidth()
|
||||||
|
.padding(16.dp),
|
||||||
|
contentAlignment = Alignment.Center
|
||||||
|
) {
|
||||||
|
CircularProgressIndicator()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue