mirror of
https://github.com/shadoll/sLogos.git
synced 2026-08-28 03:28:01 +00:00
- Updated QuizSettings component to handle full reset of quiz data and reload the application after clearing local storage. - Refactored CapitalsQuiz and FlagQuiz components to utilize shared session management functions, reducing code duplication. - Introduced createNewSessionState function to streamline session initialization across quizzes. - Implemented a shared advance timer utility for managing auto-advance functionality in quizzes. - Centralized theme management into a utility module, allowing for consistent theme application and storage across components. - Removed redundant session state management code from quiz components, enhancing maintainability.