UnstoppableSwap / core

Bitcoin–Monero Cross-chain Atomic Swap (+ GUI)
GNU General Public License v3.0
18 stars 5 forks source link

Open clicked URLs in external browser #20

Closed binarybaron closed 1 month ago

binarybaron commented 2 months ago

We should make sure links clicked on inside the GUI open an external browser. For example if a link to a blockchain explorer is clicked.

Einliterflasche commented 1 month ago

this is a known issue with tauri and the solution is to use the provided open function from the shell api. we can probably override the default props to the Link component to use that function onClick

binarybaron commented 1 month ago

Sounds good!