Dispatcharr/frontend
SergeantPanda 692f2d27c1 fix(channels): update "Copy URL" functionality to exclude web player parameters
This change modifies the "Copy URL" action in the Channels table to generate a plain proxy URL without including web player output profile parameters. The update ensures that copied links are suitable for external players, enhancing usability. Additionally, tests have been updated to verify the new behavior of the "Copy URL" feature.
2026-07-17 21:52:47 +00:00
..
public
src fix(channels): update "Copy URL" functionality to exclude web player parameters 2026-07-17 21:52:47 +00:00
.gitignore
eslint.config.js
index.html
package-lock.json
package.json
prettier.config.js
README.md
vite.config.js

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.