9router/src
Dmitriy 850766d54f
fix: handle undefined navigator.clipboard with fallback (#697)
- Add optional chaining check for navigator.clipboard
- Fallback to textarea + execCommand for SSR/non-HTTPS contexts
- Fixes TypeError when clipboard API is unavailable

Co-authored-by: Дмитрий Золотарь <d.zolotar@solarl.ru>
2026-04-22 10:12:30 +07:00
..
app fix: keep play_arrow spinning instead of switching to sync/progress_activity (#715) 2026-04-22 10:01:14 +07:00
i18n Add multi-language support for UI 2026-03-17 09:30:07 +07:00
lib fix: ensure LocalMutex acquire returns release callback correctly (closes #569) (#616) 2026-04-17 12:20:11 +07:00
mitm Fix bug 2026-04-14 12:51:23 +07:00
models feat(proxy): add proxy pool and per-connection binding + strictProxy support 2026-03-09 15:46:06 +07:00
shared fix: handle undefined navigator.clipboard with fallback (#697) 2026-04-22 10:12:30 +07:00
sse Refactor error handling to config-driven approach with centralized error rules 2026-04-15 11:46:47 +07:00
store Add Providers 2026-02-20 17:05:46 +07:00
dashboardGuard.js Fix bug 2026-04-14 12:51:23 +07:00
proxy.js Fix Bug 2026-03-27 11:45:54 +07:00
server-init.js feat : 2026-02-21 16:42:46 +07:00