From 3522066867a6f4e15bde545c98330ca169131735 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Tue, 10 Jun 2025 10:17:28 -0500 Subject: [PATCH] Changed some badge colors and added tooltips. --- frontend/src/pages/Stats.jsx | 50 ++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/frontend/src/pages/Stats.jsx b/frontend/src/pages/Stats.jsx index fea8653e..ce77f9e8 100644 --- a/frontend/src/pages/Stats.jsx +++ b/frontend/src/pages/Stats.jsx @@ -478,37 +478,49 @@ const ChannelCard = ({ channel, clients, stopClient, stopChannel, logos, channel {/* Add stream information badges */} {channel.resolution && ( - - {channel.resolution} - + + + {channel.resolution} + + )} {channel.source_fps && ( - - {channel.source_fps} FPS - + + + {channel.source_fps} FPS + + )} {channel.video_codec && ( - - {channel.video_codec.toUpperCase()} - + + + {channel.video_codec.toUpperCase()} + + )} {channel.stream_type && ( - - {channel.stream_type.toUpperCase()} - + + + {channel.stream_type.toUpperCase()} + + )} {channel.audio_codec && ( - - {channel.audio_codec.toUpperCase()} - + + + {channel.audio_codec.toUpperCase()} + + )} {channel.audio_channels && ( - - {channel.audio_channels} - + + + {channel.audio_channels} + + )} {channel.ffmpeg_speed && ( - +