Dispatcharr/frontend/src
2026-03-08 21:10:53 -05:00
..
assets Switch to LF line endings and apply prettier formatting. 2026-02-09 17:01:35 -06:00
components tests: Update frontend tests after sidebar changes. 2026-03-08 21:10:53 -05:00
config Bug Fix: Restore integrations/system groups and fix channels reference after rebase 2026-03-08 16:35:34 -05: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 Enhancement: Channels page default splitter ratio changed from 50/50 to 60/40 (channels/streams) so all channel action buttons are visible without scrolling on 1080p displays. 2026-03-08 18:48:20 -05:00
store Cleanup frontend and backend if valid item ids change. 2026-03-08 17:05:26 -05:00
test Add TV guide utility tests and vitest setup 2025-09-21 10:00:15 -05:00
utils Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into pr/nick4810/1049 2026-03-06 14:51:44 -06:00
api.js Remove double error notifications. 2026-03-08 16:30:47 -05:00
App.css initial commit of react frontend 2025-02-23 14:35:19 -05:00
App.jsx Fix #954: Superuser detection; Feature #1004: User account disable/enable 2026-02-22 18:05:02 -06:00
constants.js Enhancement: new clients joining an active channel are now positioned a configurable number of seconds behind live rather than a fixed chunk count. The start position is determined by wall-clock chunk receive time (stored as a Redis sorted set alongside the buffer), so the buffer depth is consistent in seconds regardless of stream bitrate. Setting the value to 0 starts clients at live with no buffer. Defaults to 2 seconds. Existing chunk-count gating for the first client connecting to a channel is unchanged. The setting is exposed in Settings → Proxy as "New Client Buffer (seconds)". 2026-03-03 18:12:32 -06: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