summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages
AgeCommit message (Collapse)AuthorFilesLines
2025-05-28Use consistent variable name for invoked hook's return valueTobias Järvelöv4-10/+11
2025-05-28Refactor messages hook to extract messages to a separate fileTobias Järvelöv4-51/+67
To make it easier to parse the logic.
2025-05-28Make sure error footer is only shown if app is also not blockedTobias Järvelöv1-1/+3
2025-05-28Refactor messages hook to make use of AppUpgrade stepTobias Järvelöv1-21/+21
Instead of just looking at the event type.
2025-05-28Show message when download failsTobias Järvelöv1-0/+5
2025-05-28Make sure last progress always reaches 100%Tobias Järvelöv1-0/+8
The progress can get stuck at 99% as the daemon doesn't send the last event. However the verification cannot start until the download is complete, so we can use that as a proxy to infer that the download is complete - and update last progress accordingly.
2025-05-28Remove unused hookTobias Järvelöv2-24/+0
2025-05-28Evaluate AppUpgrade event type directly instead of using hookTobias Järvelöv2-5/+7
2025-05-28Replace use of fallback value with last progress from ReduxTobias Järvelöv4-11/+11
2025-05-28Set lastProgress as required and make its default 0Tobias Järvelöv1-2/+2
2025-05-28Add check that path exists before trying to start installerTobias Järvelöv1-22/+58
Otherwise abort the process and emit an error.
2025-05-28Update conditions for displaying download complete messageTobias Järvelöv1-1/+1
Only show the the download complete message when a verified installer exists and the upgrade has not been invoked yet.
2025-05-28Send AppUpgrade error message before sending eventTobias Järvelöv1-1/+1
2025-05-28Make "Update available" system notification navigate to upgrade routeTobias Järvelöv1-3/+3
2025-05-28Make notification action conditionally navigate to AppUpgrade routeTobias Järvelöv1-13/+28
If an upgrade exists then the user can upgrade from within the app, rather than visiting the website to download an installer.
2025-05-28Pass suggestedUpgrade to unsupported notification providerTobias Järvelöv1-0/+1
2025-05-28Update unsupported version notification to receive suggestedUpgradeTobias Järvelöv1-0/+2
2025-05-28Update class in test with new methods from implementationTobias Järvelöv1-0/+4
2025-05-28Add handling of 'navigate-internal' system notification actionTobias Järvelöv1-2/+11
2025-05-28Add 'navigate-internal' SystemNotificationActionTobias Järvelöv1-8/+17
2025-05-28Add listener and handler for app-openRouteTobias Järvelöv1-0/+6
2025-05-28Add method for dispatching app-openRoute messagesTobias Järvelöv1-0/+4
2025-05-28Add app-openRoute to IPC schemaTobias Järvelöv1-0/+1
2025-05-28Update import path for routesTobias Järvelöv66-65/+66
2025-05-28Move routes to shared folderTobias Järvelöv1-0/+0
2025-05-28Update system notifications to use 'navigate-external' typeTobias Järvelöv4-14/+22
2025-05-28Update notification controller to expect 'navigate-external' actionsTobias Järvelöv1-3/+3
For system notifications all notifications should now use the 'navigate-external' type instead of 'open-url'.
2025-05-28Replace 'open-url' with 'navigate-external' for SystemNotificationActionTobias Järvelöv1-4/+6
2025-05-28Rename NotificationAction to SystemNotificationActionTobias Järvelöv2-4/+4
2025-05-28Remove NotificationAction from InAppNotificationActionTobias Järvelöv1-1/+0
The system notifications and in app notifications should no longer use the same types.
2025-05-28Update click handling to expect 'navigate-external' action typesTobias Järvelöv1-5/+5
For in app notifications all notifications should now use the 'navigate-external' type instead of 'open-url'.
2025-05-28Migrate in app notifications to use 'navigate-external' action typeTobias Järvelöv2-3/+11
2025-05-28Expand navigate-external link props to include withAuthTobias Järvelöv1-1/+1
2025-05-28Add support to external links to open with authTobias Järvelöv1-3/+8
2025-05-28Update translationsTobias Järvelöv1-7/+3
2025-05-28Remove specific error message when error count is exceededTobias Järvelöv1-10/+0
We always want to show the error message based on the AppUpgrade error value now that the Manual download link includes parts of this text.
2025-05-28Update test to handle changes to manual download fallbackTobias Järvelöv2-7/+6
It is now a link and has different copy.
2025-05-28Remove conditional display of RetryButtonTobias Järvelöv1-1/+2
It should always be shown.
2025-05-28Refactor ManualDownload from Button to LinkTobias Järvelöv4-33/+28
- Convert from button to link - Update copy
2025-05-28Rename ManualDownloadButton to ManualDownloadLinkTobias Järvelöv10-17/+17
2025-05-28Do not disable progress bar if update is already downloadedTobias Järvelöv1-1/+10
2025-05-28Adjust Split tunneling list item position in Settings viewTobias Järvelöv1-7/+8
2025-05-28Update test after copy changesTobias Järvelöv1-4/+2
2025-05-28Update translationsTobias Järvelöv1-15/+15
2025-05-28Update translation stringsTobias Järvelöv2-6/+6
The UX designers wanted to tweak the error messages after a QA session.
2025-05-28Fix translation fileSebastian Holmin1-4/+0
2025-05-28Fix run-function link color not being whiteTobias Järvelöv1-2/+5
2025-05-28Refactor footer selection into objectOliver1-24/+11
2025-05-28Refactor app upgrade footer to height animationOliver3-11/+36
2025-05-28Add useMeasure hookOliver2-0/+38