mirror of
https://github.com/AdrianKuta/KahootQuiz.git
synced 2025-09-15 01:24:23 +02:00

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.