UI: Add ChannelTile with logos, search/filter, and design improvements

This commit is contained in:
2026-01-11 20:16:01 +09:00
parent c3a95684f3
commit e3bca82285
9 changed files with 265 additions and 36 deletions

View File

@@ -18,6 +18,7 @@ void main() {
// Verify HomeScreen has main controls (M3U URL input)
expect(find.text('M3U URL'), findsOneWidget);
expect(find.byType(TextField), findsOneWidget);
// We now have a search box + M3U input; ensure at least one TextField exists
expect(find.byType(TextField), findsWidgets);
});
}