Dispatcharr/frontend/src/components/forms
2025-05-07 10:57:21 -05:00
..
Channel.jsx Apparently width=100% isn't recommended for react so switched it to "style={{ width: '100%' }}" 2025-05-07 09:39:05 -05:00
ChannelGroup.jsx Fixes channel creation form resetting if also creating a group. 2025-05-03 13:28:01 -05:00
EPG.jsx Move is active to bottom of form. 2025-05-07 09:13:13 -05:00
LoginForm.jsx Fixes a lot of "You provided a value prop to a form field without an onChange handler" errors. 2025-05-04 10:58:38 -05:00
M3U.jsx Apparently width=100% isn't recommended for react so switched it to "style={{ width: '100%' }}" 2025-05-07 09:39:05 -05:00
M3UGroupFilter.jsx Add unique key prop to Button component in M3UGroupFilter for improved rendering 2025-05-06 20:54:59 -05:00
M3UProfile.jsx Error handling for m3u profile. 2025-05-07 10:40:50 -05:00
M3UProfiles.jsx Improve error handling and validation for playlist profiles in M3UProfiles component 2025-05-07 10:57:21 -05:00
Recording.jsx proper handling of store variables so we now aren't listening on any change from the state of a store 2025-04-19 08:49:04 -04:00
Stream.jsx proper handling of store variables so we now aren't listening on any change from the state of a store 2025-04-19 08:49:04 -04:00
StreamProfile.jsx modified database fields for consistency, removed custom_url from streams (no longer needed) 2025-03-16 09:07:10 -04:00
SuperuserForm.jsx Fixes a lot of "You provided a value prop to a form field without an onChange handler" errors. 2025-05-04 10:58:38 -05:00
UserAgent.jsx modified database fields for consistency, removed custom_url from streams (no longer needed) 2025-03-16 09:07:10 -04:00