mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00

* Created a `PageScreen` composable, which serves as the base screen for all these fragments. Each fragment can customize it as needed. * Introduced a reusable `PageListItem` composable for consistent list item rendering. * Added an extension function to convert the favicon to a Compose ImageBitmap. If no favicon is available, it falls back to the default ZIM icon, maintaining behavior from the XML-based UI.