status-desktop/ui/imports/shared
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.
2024-05-21 14:14:38 -04:00
..
controls chore: add object names for links preview and add button (#14853) 2024-05-20 17:11:37 +07:00
img refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
panels chore(status-go): up status-go for the fix to hidden channels being unread (#14793) 2024-05-15 16:31:57 -04:00
popups feat(dapps) add DAppsService component and ConnectDAppModal 2024-05-20 15:09:57 +02:00
status chore: Remove custom rowData method from NIM's models 2024-05-20 18:02:20 +02:00
stores feat(dapps) add DAppsService component and ConnectDAppModal 2024-05-20 15:09:57 +02:00
views fix(links): open status links in the browser when not shared urls (#14845) 2024-05-21 14:14:38 -04:00
DelegateModelGeneralized.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
LoadingAnimation.qml bug(@status-desktop): only run animations when they are visible to avoid cpu issues 2022-06-28 11:23:38 -04:00
MacTrafficLights.qml refactor: removed dynamic scoping from shared module 2022-02-01 11:46:39 +01:00
qmldir chore: drop NumberPolyfill 2023-06-26 17:17:59 +02:00