Dispatcharr/frontend/src/components
2026-03-06 14:51:34 -06:00
..
__tests__ Rename fetchChannels to fetchChannelIds in M3URefreshNotification component and tests 2026-03-06 14:51:34 -06:00
backups feat(scheduling): add cron builder and refactor scheduling components (Closes #165) 2026-02-12 18:08:13 -06:00
cards Fix legacy plugin actions missing events 2026-02-25 08:32:40 -06:00
forms Bug fix: Login form disabled after token expiry: The login button was permanently rendered as disabled ("Logging you in...") on page load after a session expired, preventing users from logging back in. A regression in v0.20.0 caused LoginForm to check if (user) to detect an already-authenticated reload, but the Zustand auth store initializes user as a truthy empty object { username: '', email: '', user_level: '' }, so the loading state was set immediately on every mount. Reverted to pre-regression behavior. (Fixes #1029) 2026-02-26 15:27:35 -06:00
modals Merge remote-tracking branch 'upstream/dev' into test/component-cleanup 2026-02-24 01:53:49 -08:00
tables Got rid of extra api call to query if any channels had no EPG assigned. Moved query to an EXISTS lookup during channel query. 2026-03-02 17:20:55 -06:00
theme added vod category filtering 2025-08-22 16:59:00 -04:00
ConfirmationDialog.jsx Component refactoring and cleanup 2026-02-24 01:02:26 -08:00
ErrorBoundary.jsx Switch to LF line endings and apply prettier formatting. 2026-02-09 17:01:35 -06:00
Field.jsx Merge remote-tracking branch 'upstream/dev' into test/component-cleanup 2026-02-24 01:53:49 -08:00
FloatingVideo.jsx Reverted styling/small syntax changes 2026-03-04 08:44:50 -08:00
GuideRow.jsx Enhance program visibility in GuideRow with horizontal culling and buffer 2026-02-18 12:59:56 -06:00
HourTimeline.jsx Switch to LF line endings and apply prettier formatting. 2026-02-09 17:01:35 -06:00
LazyLogo.jsx Enhancement: Implement event-driven logo loading orchestration on Channels page 2025-12-26 12:30:08 -06:00
M3URefreshNotification.jsx Rename fetchChannels to fetchChannelIds in M3URefreshNotification component and tests 2026-03-06 14:51:34 -06:00
NotificationCenter.jsx Reverted styling/small syntax changes 2026-03-04 08:44:50 -08:00
RecordingSynopsis.jsx Switch to LF line endings and apply prettier formatting. 2026-02-09 17:01:35 -06:00
SeriesModal.jsx Reverted styling/small syntax changes 2026-03-04 08:44:50 -08:00
sidebar.css merged in dev 2026-02-11 19:51:21 -05:00
Sidebar.jsx Added original styling back 2026-03-04 08:53:39 -08:00
SystemEvents.jsx Reverted styling/small syntax changes 2026-03-04 08:44:50 -08:00
VODModal.jsx Reverted styling/small syntax changes 2026-03-04 08:44:50 -08:00