From 698f9ff4c02ac6d3ccd3d1eb722b8ba613e5977f Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sun, 29 Mar 2026 16:33:08 -0500 Subject: [PATCH] Enhancement: Add descriptions and placeholders to input fields for better user guidance --- frontend/src/components/forms/M3UProfile.jsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/forms/M3UProfile.jsx b/frontend/src/components/forms/M3UProfile.jsx index 4acb4552..d00996d7 100644 --- a/frontend/src/components/forms/M3UProfile.jsx +++ b/frontend/src/components/forms/M3UProfile.jsx @@ -167,7 +167,14 @@ const RegexFormAndView = ({ profile = null, m3u, isOpen, onClose }) => { } catch (error) { console.error('Error sending WebSocket message:', error); } - }, [websocketReady, sendMessage, m3u, debouncedPatterns, streamUrl, sampleInput]); + }, [ + websocketReady, + sendMessage, + m3u, + debouncedPatterns, + streamUrl, + sampleInput, + ]); useEffect(() => { const handler = setTimeout(() => { @@ -237,6 +244,8 @@ const RegexFormAndView = ({ profile = null, m3u, isOpen, onClose }) => {
@@ -245,6 +254,7 @@ const RegexFormAndView = ({ profile = null, m3u, isOpen, onClose }) => { {!isDefaultProfile && ( setValue('max_streams', value || 0)} @@ -259,12 +269,16 @@ const RegexFormAndView = ({ profile = null, m3u, isOpen, onClose }) => { <>