Dispatcharr/frontend/src
2026-04-17 14:49:01 -05:00
..
assets Switch to LF line endings and apply prettier formatting. 2026-02-09 17:01:35 -06:00
components Moved SizedInstallButton to components\theme. Skip showing bytes if bytes is somehow 0 (probably not possible but just for consistency). 2026-04-17 14:49:01 -05:00
config feat: plugin hub 2026-04-10 13:53:45 -04:00
helpers Applied our Prettier formatting to all frontend code. 2025-08-31 09:50:37 -05:00
hooks Switch to LF line endings and apply prettier formatting. 2026-02-09 17:01:35 -06:00
images ChannelsTable partially completed 2025-03-08 07:52:53 -06:00
pages Add file size display to plugin details and install buttons and information popups 2026-04-17 09:50:02 -04:00
store feat: plugin hub 2026-04-10 13:53:45 -04:00
test Add TV guide utility tests and vitest setup 2025-09-21 10:00:15 -05:00
utils Add file size display to plugin details and install buttons and information popups 2026-04-17 09:50:02 -04:00
api.js Bug Fix: Uploading a local M3U file with no expiration date set sending the string "null" as the exp_date field in the FormData request, causing a 400 validation error from the API. Null/undefined values are now skipped when building the FormData body, matching the behaviour already present in the update path. 2026-04-12 09:04:49 -05:00
App.css initial commit of react frontend 2025-02-23 14:35:19 -05:00
App.jsx feat: plugin hub 2026-04-10 13:53:45 -04:00
constants.js fleshed out user limits and termination logic 2026-03-25 17:33:26 -04:00
index.css Switch to LF line endings and apply prettier formatting. 2026-02-09 17:01:35 -06:00
logo.svg initial commit of react frontend 2025-02-23 14:35:19 -05:00
main.jsx Switch to LF line endings and apply prettier formatting. 2026-02-09 17:01:35 -06:00
mantineTheme.jsx more ui updates 2025-03-27 15:55:12 -04:00
utils.js Enhancement: Refactored copyToClipboard utility function to include notification handling internally, eliminating duplicate notification code across the frontend. The function now accepts optional parameters for customizing success/failure messages while providing consistent behavior across all copy operations. 2026-01-31 19:01:34 -06:00
WebSocket.jsx fix(dvr): add stream reconnection resilience, fix comskip exit code handling 2026-03-04 10:21:02 -06:00