mikew / wadpunk

Cross-platform app to help you manage your WAD library and launch Source Ports like GZDoom.
4 stars 0 forks source link

fix: Fix external links (again 🙃) #84

Closed mikew closed 5 months ago

mikew commented 5 months ago

Fixes external links, again

Also adds TauriExternalLinkHandler, which detects external links and opens them in the users default browser. This not only removes the need for target="_blank", it also means links in the release notes open in a new window without even having to add that attribute.

This also bumps up the update notification to index.tsx from app.tsx. It's more "dependency" code than "application" code. And if something goes wrong at the application layer, the notification never shows. Technically more is still needed:

Preview

Screenshot 2024-05-24 at 12 21 19 AM