[feat] New video UI& Basic Search feature

This commit is contained in:
acite
2025-09-16 18:23:45 +08:00
parent 829804abee
commit 2260f26d9a
4 changed files with 210 additions and 30 deletions

View File

@@ -167,9 +167,7 @@ fun AppNavigation() {
}
}
composable(Screen.Video.route) {
CardPage(title = "Videos") {
VideoScreen(navController = navController)
}
VideoScreen(navController = navController)
}
composable(Screen.Comic.route) {
CardPage(title = "Comic") {