mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
- Added a robust inline editing mode for the channels table, allowing users to quickly edit channel fields (name, number, group, EPG, logo) directly in the table without opening a modal. - EPG and logo columns now support searchable dropdowns with instant filtering and keyboard navigation for fast assignment. - Drag-and-drop reordering of channels enabled when unlocked, with persistent order updates. - Group column now uses a searchable dropdown for quick group assignment, matching the UX of EPG and logo selectors. - All editable cells provide clear focus, hover, and disabled states for improved accessibility and usability. - Table unlock/edit mode toggle with clear visual cues and safe-guarded save logic to prevent accidental edits. - All changes are saved via API with optimistic UI updates and error handling. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .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:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
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.