Package-level declarations
Overview
About page with application information, credits, and version details.
Responsibilities
Displaying application information
Showing credits and acknowledgments
Providing version and build information
Types
Link copied to clipboard
class AboutPageViewModel(val globalError: ReversiException? = null, val setGlobalError: (Exception?, ErrorType?) -> Unit) : ViewModel<AboutUiState>
ViewModel for the about page screen. Manages about page state and error handling.
Link copied to clipboard
UI state for the about page screen.
Functions
Link copied to clipboard
@Composable
Simple about page presenting project and authorship information.
Link copied to clipboard