3x-ui/frontend/src/utils
MHSanaei 489a199fd4
fix(frontend): clipboard reliability + restyle login page
- ClipboardManager.copyText: prefer navigator.clipboard on secure
  contexts, fall back to a focused on-screen textarea + execCommand.
  Old path used left:-9999px which failed selection in some browsers
  and swallowed execCommand's return value, so the "copied" toast
  appeared even when nothing made it to the clipboard.
- LoginPage: richer gradient backdrop — five animated colour blobs,
  glassmorphic card (backdrop-filter blur + saturate), gradient brand
  text/accent, masked grid texture for depth, and a thin gradient
  border on the card. Light/dark/ultra each get their own palette.
2026-05-22 03:45:50 +02:00
..
index.js fix(frontend): clipboard reliability + restyle login page 2026-05-22 03:45:50 +02:00
messageBus.ts chore(frontend): antd v6 polish, theme + modal fixes 2026-05-22 02:55:25 +02:00