feat(web-ui): persist webview console logs and improve React crash diagnostics by wsp1911 · Pull Request #248 · GCWing/BitFun

@wsp1911

…agnostics

- Forward console.* to tauri_plugin_log via bootstrapLogger() so startup output
  reaches webview.log; replace dev-only attachConsole with always-on forwarding
- Add reactProductionError helpers for minified React errors (decoder URL, hints)
- Log minified React failures from window:error/unhandledrejection; split white-
  screen dedupe from Error Boundary so each boundary error is still logged
- Desktop: set portable_pty and russh log filters to Info