Files
firezone/rust/gui-client/src-tauri
Reactor Scram 1c4a85ff40 chore(gui-client): make links more obvious in the menu (#6071)
Closes https://github.com/firezone/firezone/issues/5954

After:
<img width="552" alt="image"
src="https://github.com/user-attachments/assets/2f923e5a-091e-49ec-8b55-07cacb87e0a7">

Before:

![image](https://github.com/user-attachments/assets/aff2fa59-13d3-492d-843c-5749bdc5ad14)

Puts angle brackets around links, e.g. `example.com` will copy that
text,
but `<https://example.com>` will open `https://example.com`/ in the
browser.

The Tauri menu is a least-common-denominator of Linux and Windows, so it
doesn't have nice features like blue underlines for hyperlinks.
2024-07-30 16:55:42 +00:00
..