summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2025-05-28Add settings partial iconOliver2-0/+4
2025-05-28Show ReportProblem and RetryUpgrade buttons when installer cannot startTobias Järvelöv2-0/+2
2025-05-28Refactor to remove early returnTobias Järvelöv1-5/+1
2025-05-28Convert ListItem components to named functionsOliver3-6/+6
2025-05-28Refactor ListItemTrigger disabled state handlingOliver1-18/+20
2025-05-28Move ListItem hover state styling to triggerOliver3-43/+49
2025-05-28Update ListItem hover and pressed state colorsOliver1-12/+22
2025-05-28Move ListItem components to separate foldersOliver17-20/+35
2025-05-28Add condition to check length of verified installer pathTobias Järvelöv1-1/+3
2025-05-28Ensure upgrade button is hidden if user should install upgrade manuallyTobias Järvelöv1-5/+7
2025-05-28Refactor to remove early returnTobias Järvelöv1-4/+2
2025-05-28Pass in correct platform to app upgrade available notificationTobias Järvelöv1-1/+1
2025-05-28Update condition for when trying to start installerTobias Järvelöv1-1/+6
2025-05-28Use correct route path to app upgrade for internal linkTobias Järvelöv2-3/+2
2025-05-28Ensure upgrade error notification is only displayed on certain errorsTobias Järvelöv1-1/+5
2025-05-28Allow suppressing the "Outdated version" modal with a state propertyTobias Järvelöv1-1/+10
2025-05-28Update "Upgrade app" button to condition action based on platformTobias Järvelöv1-2/+17
The action should be to open the download url on Linux and to go to the App Upgrade route for Windows and Mac OS. The "Upgrade app" button should only be disabled if the app is offline when on Linux. Otherwise we should always be able to navigate to the App Upgrade route.
2025-05-28Handle update to parameters accepted by usePushProblemReport hookTobias Järvelöv1-1/+3
2025-05-28Rewrite usePushProblemReport to use history state over search paramsTobias Järvelöv1-7/+10
2025-05-28Allow options property in stateTobias Järvelöv2-0/+2
2025-05-28Remove unused local hookTobias Järvelöv2-4/+0
2025-05-28Use global hook to determine if platform is LinuxTobias Järvelöv2-4/+5
2025-05-28Add global hook useIsPlatformLinuxTobias Järvelöv2-0/+6
2025-05-28Update logic to determine if verified installer path is setTobias Järvelöv2-3/+3
2025-05-28Reset just Redux AppUpgrade error before attempting an upgradeTobias Järvelöv1-1/+1
2025-05-28Update App Upgrade redux namespace to add reset error action/reducerTobias Järvelöv2-0/+15
2025-05-28Update translationsTobias Järvelöv1-0/+124
2025-05-28Add app-upgrade routeTobias Järvelöv2-1/+3
2025-05-28Add app-upgrade viewTobias Järvelöv71-0/+875
2025-05-28Add app-upgrade-view localization contextTobias Järvelöv1-1/+2
2025-05-28Update AppUpgrade hooks to handle new value for AppUpgradeErrorTobias Järvelöv2-3/+16
2025-05-28Add new value for AppUpgradeError typeTobias Järvelöv1-1/+4
START_INSTALLER_AUTOMATIC_FAILED should be used when the app evaluted whether start the installer automatically, but the conditions were not right for it to start automatically.
2025-05-28Refactor hook useShouldAppUpgradeInstallManuallyTobias Järvelöv1-17/+18
Make the conditions' relationships more explicit by refactoring early returns into if/else.
2025-05-28Update AppUpgrade in progress hook to use AppUpgrade pending hookTobias Järvelöv1-16/+4
2025-05-28Add hook to determine if AppUpgrade is pendingTobias Järvelöv2-0/+18
2025-05-28Add AppUpgrade hook to determine if upgrade has been initiatedTobias Järvelöv2-0/+10
2025-05-28Set error when update installer cannot be started automaticallyTobias Järvelöv1-2/+7
2025-05-28Update AppUpgrade start installer logic to use Electron functionTobias Järvelöv1-6/+6
2025-05-28Update eslint config to ignore build-standalone folderTobias Järvelöv1-1/+1
2025-05-28Update Dot component to use min-* rule for width/heightTobias Järvelöv1-2/+2
To ensure proper size when used inside a flex parent.
2025-05-28Update usePushAppUpgrade history hook to use correct routeTobias Järvelöv1-2/+2
It didn't exist when the hook was added, but it exists now.
2025-05-28Add usePushProblemReport history hookTobias Järvelöv2-0/+22
2025-05-28Sort exports in history hooksTobias Järvelöv1-1/+1
2025-05-28Update daemon ownership check for Mac OSTobias Järvelöv1-2/+6
On Mac OS the daemon socket is owned by root as the user and daemon as the group. Their ids are: root: 0 daemon: 1
2025-05-28Refactor changelog viewTobias Järvelöv3-14/+6
- Add component to display "No changes for this platform" - Reuse ChangeLogList component - Reuse global redux selector hooks - Move logic into hooks
2025-05-28Use suggested upgrade version propertyOliver1-1/+1
2025-05-28Update translationsTobias Järvelöv1-0/+3
2025-05-28Refactor changelog viewTobias Järvelöv9-31/+69
- Add component to display "No changes for this platform" - Reuse ChangeLogList component - Reuse global redux selector hooks - Move logic into hooks
2025-05-28Add translators noteTobias Järvelöv1-2/+14
Also pass in h1 tag as a simple double quoted string
2025-05-28Add a changelog list componentTobias Järvelöv2-0/+31