mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
Jonathan Rainville
e01d8fe422
fix(links): open status links in the browser when not shared urls (#14845)
Fixes #14844 The problem was that links to status.app that are not shared links were still considered shared urls, because our util function can only check if it contains `status.app`. The solution is two fold: 1. If there are Link Previews, I ask the link preview for the type of Link. If it's a normal link, I just open it. 2. If there are no Link Preview for that link, we call `parseSharedUrl` as before, but now we handle the failure by opening in the browser because we can assume that it's a normal link.
fix(ProfileDescriptionPanel): Profile settings -> Identity : Addition of validation to bio field (#14772)
Status Desktop
Status Desktop client built with Nim and Qt.
Our Website
Need Help?
Build Instructions
You have an idea for a cool feature or improvement?
Description
Languages
QML
37.6%
JavaScript
30.4%
Nim
19%
Python
5.8%
C++
5.4%
Other
1.7%