Dispatcharr/frontend/src/store
2026-01-17 21:15:02 -06:00
..
auth.jsx Enhancement: Implement event-driven logo loading orchestration on Channels page 2025-12-26 12:30:08 -06:00
channels.jsx Bug fix: Fixed TV Guide loading overlay not disappearing after navigating from DVR page. The fetchRecordings() function in the channels store was setting isLoading: true on start but never resetting it to false on successful completion, causing the Guide page's loading overlay to remain visible indefinitely when accessed after the DVR page. 2026-01-11 20:51:26 -06:00
channelsTable.jsx Applied our Prettier formatting to all frontend code. 2025-08-31 09:50:37 -05:00
epgs.jsx Bug Fix: Fixed Channels table EPG column showing "Not Assigned" on initial load for users with large EPG datasets. Added tvgsLoaded flag to EPG store to track when EPG data has finished loading, ensuring the table waits for EPG data before displaying. EPG cells now show animated skeleton placeholders while loading instead of incorrectly showing "Not Assigned". (Fixes #810) 2026-01-07 16:08:53 -06:00
logos.jsx Enhancement: Implement event-driven logo loading orchestration on Channels page 2025-12-26 12:30:08 -06:00
playlists.jsx return new object from store call 2025-08-08 09:40:02 -04:00
plugins.jsx Added plugins store 2025-12-27 22:45:48 -08:00
settings.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
streamProfiles.jsx full mantine refactor 2025-03-11 17:43:16 -04:00
streams.jsx full mantine refactor 2025-03-11 17:43:16 -04:00
streamsTable.jsx Fix: requery streams using table filters 2026-01-17 21:15:02 -06:00
userAgents.jsx Applied our Prettier formatting to all frontend code. 2025-08-31 09:50:37 -05:00
users.jsx more user management features and bug fixes 2025-05-21 15:33:54 -04:00
useVideoStore.jsx Pull advanced info from provider when opening a movie. 2025-08-03 22:02:34 -05:00
useVODStore.jsx Bug fix: Use UUID instead of ID for episode URL. This fixes links not working in the series modal. 2025-12-01 16:30:51 -06:00
vodLogos.jsx Bug Fix: Fixed VOD logo cleanup button count: The "Cleanup Unused" button now displays the total count of all unused logos across all pages instead of only counting unused logos on the current page. 2026-01-16 14:03:48 -06:00
warnings.jsx Applied our Prettier formatting to all frontend code. 2025-08-31 09:50:37 -05:00