mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
- Fix socket leak in local IP detection using try/finally; replace 8.8.8.8 with RFC 5737 test address 203.0.113.1 - Validate ipify response with ipaddress.ip_address() before using in URL - Push ip_lookup_complete WebSocket event when background lookup finishes, eliminating frontend polling entirely - Show Skeleton placeholder in sidebar while IP lookup is pending - Replace hover-to-reveal blur with click-to-toggle for mobile support - Fix copy button propagating click to blur toggle via stopPropagation - Add missing city field to null-env fallback in settings store - Add setEnvironmentFields() store action for WebSocket-driven updates - Remove unused imports from api_views.py |
||
|---|---|---|
| .. | ||
| 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.