From 25988bdb7bb21b94c33f261bc0fabfb931c6ddef Mon Sep 17 00:00:00 2001 From: tapframe Date: Sun, 5 Oct 2025 22:45:27 +0530 Subject: [PATCH] UI changes - removed VIA [provider] from player loading overlay --- src/components/metadata/CommentsSection.tsx | 8 +++++++- src/components/player/AndroidVideoPlayer.tsx | 16 ---------------- src/components/player/KSPlayerCore.tsx | 18 ------------------ 3 files changed, 7 insertions(+), 35 deletions(-) diff --git a/src/components/metadata/CommentsSection.tsx b/src/components/metadata/CommentsSection.tsx index 8f4de8b..c390889 100644 --- a/src/components/metadata/CommentsSection.tsx +++ b/src/components/metadata/CommentsSection.tsx @@ -513,7 +513,7 @@ export const CommentsSection: React.FC = ({ {placeholders.map((i) => ( - + @@ -895,6 +895,12 @@ const styles = StyleSheet.create({ marginLeft: 6, }, traktIconContainer: { + position: 'absolute', + top: 0, + right: 0, + zIndex: 1, + }, + skeletonTraktContainer: { position: 'absolute', top: 8, right: 8, diff --git a/src/components/player/AndroidVideoPlayer.tsx b/src/components/player/AndroidVideoPlayer.tsx index 0c19ef5..fda57e1 100644 --- a/src/components/player/AndroidVideoPlayer.tsx +++ b/src/components/player/AndroidVideoPlayer.tsx @@ -3156,26 +3156,10 @@ const AndroidVideoPlayer: React.FC = () => { }} /> - - {`Via ${(currentStreamProvider || streamProvider || '').toString().toUpperCase()}${(currentQuality || quality) ? ` • ${(currentQuality || quality)}p` : ''}`} - ) : ( <> - - {`Via ${(currentStreamProvider || streamProvider || '').toString().toUpperCase()}${(currentQuality || quality) ? ` • ${(currentQuality || quality)}p` : ''}`} - )} diff --git a/src/components/player/KSPlayerCore.tsx b/src/components/player/KSPlayerCore.tsx index 0d03340..2952138 100644 --- a/src/components/player/KSPlayerCore.tsx +++ b/src/components/player/KSPlayerCore.tsx @@ -2483,28 +2483,10 @@ const KSPlayerCore: React.FC = () => { }} /> - {/* Minimal provider/quality indicator under logo (not animated) */} - - {`Via ${(currentStreamProvider || streamProvider || '').toString().toUpperCase()}${(currentQuality || quality) ? ` • ${(currentQuality || quality)}p` : ''}`} - ) : ( <> - {/* Minimal provider/quality indicator under spinner */} - - {`Via ${(currentStreamProvider || streamProvider || '').toString().toUpperCase()}${(currentQuality || quality) ? ` • ${(currentQuality || quality)}p` : ''}`} - )}