From a667723d935a2f746303864753e9340d94bd38c6 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 18 Jan 2026 15:25:40 +0100 Subject: [PATCH] fix(tv): improve subtitle modal loading state and card consistency --- app/(auth)/tv-subtitle-modal.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/app/(auth)/tv-subtitle-modal.tsx b/app/(auth)/tv-subtitle-modal.tsx index 22e8828e..c038cf2c 100644 --- a/app/(auth)/tv-subtitle-modal.tsx +++ b/app/(auth)/tv-subtitle-modal.tsx @@ -613,10 +613,7 @@ export default function TVSubtitleModal() { {/* Loading state */} {isSearching && ( - - - {t("player.searching") || "Searching..."} - + )} @@ -811,10 +808,11 @@ const styles = StyleSheet.create({ }, resultCard: { width: 220, - minHeight: 120, + height: 130, borderRadius: 14, padding: 14, borderWidth: 1, + overflow: "hidden", }, providerBadge: { alignSelf: "flex-start", @@ -877,14 +875,9 @@ const styles = StyleSheet.create({ alignItems: "center", }, loadingContainer: { - paddingVertical: 40, + paddingVertical: 20, alignItems: "center", }, - loadingText: { - color: "rgba(255,255,255,0.6)", - marginTop: 12, - fontSize: 14, - }, errorContainer: { paddingVertical: 40, paddingHorizontal: 48,