mirror of
https://github.com/AdrianKuta/KahootQuiz.git
synced 2025-09-14 17:24:21 +02:00
57313de1d7c7a34e4cc2ee708f0ff4cddbac365c

This commit updates the `QuizScreen` to display the ID of the fetched quiz and connects the `QuizScreen` composable to the navigation graph. Key changes: - **UI Layer (`ui:quiz` module):** - In `QuizScreen.kt`: - Modified the `QuizScreen` composable to display the `quiz.id.value` from the `QuizUiState` within a `Column` and `Text` element. - In `navigation/QuizNavigation.kt`: - Updated the `quizScreen` navigation extension to call the `QuizScreen()` composable.
Description
No description provided
Languages
Kotlin
100%