Skip to content

Conversation

@binarybaron
Copy link

@binarybaron binarybaron commented Dec 9, 2025

Note

Replaces @tauri-apps/plugin-shell with @tauri-apps/plugin-opener across app, updates permissions/deps, and makes small Monero send UI tweaks.

  • Tauri/Backend:
    • Remove tauri-plugin-shell from src-tauri/Cargo.toml, builder plugins, and capabilities (drop shell:allow-open).
    • Keep/use tauri-plugin-opener instead.
    • Prune related entries in Cargo.lock.
  • Frontend:
    • Replace all @tauri-apps/plugin-shell usages with @tauri-apps/plugin-opener's openUrl(...) in:
      • src-gui/src/renderer/components/icons/LinkIconButton.tsx
      • src-gui/src/renderer/components/other/ExternalLink.tsx
      • src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx
      • src-gui/src/renderer/components/pages/monero/components/SendSuccessContent.tsx
      • src-gui/src/renderer/components/pages/monero/components/TransactionItem.tsx
    • Remove shell plugin import from src-gui/src/renderer/components/App.tsx.
  • Config/Deps:
    • Drop @tauri-apps/plugin-shell from src-gui/package.json and yarn.lock.
    • Update ESLint rules/messages to recommend openUrl(...) from @tauri-apps/plugin-opener.
  • UI/Behavior:
    • SendSuccessContent: change onClose signature and call onClose({}, "buttonClick") for Done.
    • SendTransactionContent: enable displayErrorSnackbar on PromiseInvokeButton.

Written by Cursor Bugbot for commit eeb221b. This will update automatically on new commits. Configure here.

@binarybaron binarybaron marked this pull request as ready for review December 9, 2025 12:30
@binarybaron binarybaron merged commit 3df3523 into master Dec 9, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants