| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-28 | Add settings partial icon | Oliver | 2 | -0/+4 | |
| 2025-05-28 | Show ReportProblem and RetryUpgrade buttons when installer cannot start | Tobias Järvelöv | 2 | -0/+2 | |
| 2025-05-28 | Refactor to remove early return | Tobias Järvelöv | 1 | -5/+1 | |
| 2025-05-28 | Convert ListItem components to named functions | Oliver | 3 | -6/+6 | |
| 2025-05-28 | Refactor ListItemTrigger disabled state handling | Oliver | 1 | -18/+20 | |
| 2025-05-28 | Move ListItem hover state styling to trigger | Oliver | 3 | -43/+49 | |
| 2025-05-28 | Update ListItem hover and pressed state colors | Oliver | 1 | -12/+22 | |
| 2025-05-28 | Move ListItem components to separate folders | Oliver | 17 | -20/+35 | |
| 2025-05-28 | Add condition to check length of verified installer path | Tobias Järvelöv | 1 | -1/+3 | |
| 2025-05-28 | Ensure upgrade button is hidden if user should install upgrade manually | Tobias Järvelöv | 1 | -5/+7 | |
| 2025-05-28 | Refactor to remove early return | Tobias Järvelöv | 1 | -4/+2 | |
| 2025-05-28 | Pass in correct platform to app upgrade available notification | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Update condition for when trying to start installer | Tobias Järvelöv | 1 | -1/+6 | |
| 2025-05-28 | Use correct route path to app upgrade for internal link | Tobias Järvelöv | 2 | -3/+2 | |
| 2025-05-28 | Ensure upgrade error notification is only displayed on certain errors | Tobias Järvelöv | 1 | -1/+5 | |
| 2025-05-28 | Allow suppressing the "Outdated version" modal with a state property | Tobias Järvelöv | 1 | -1/+10 | |
| 2025-05-28 | Update "Upgrade app" button to condition action based on platform | Tobias Järvelöv | 1 | -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-28 | Handle update to parameters accepted by usePushProblemReport hook | Tobias Järvelöv | 1 | -1/+3 | |
| 2025-05-28 | Rewrite usePushProblemReport to use history state over search params | Tobias Järvelöv | 1 | -7/+10 | |
| 2025-05-28 | Allow options property in state | Tobias Järvelöv | 2 | -0/+2 | |
| 2025-05-28 | Remove unused local hook | Tobias Järvelöv | 2 | -4/+0 | |
| 2025-05-28 | Use global hook to determine if platform is Linux | Tobias Järvelöv | 2 | -4/+5 | |
| 2025-05-28 | Add global hook useIsPlatformLinux | Tobias Järvelöv | 2 | -0/+6 | |
| 2025-05-28 | Update logic to determine if verified installer path is set | Tobias Järvelöv | 2 | -3/+3 | |
| 2025-05-28 | Reset just Redux AppUpgrade error before attempting an upgrade | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Update App Upgrade redux namespace to add reset error action/reducer | Tobias Järvelöv | 2 | -0/+15 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -0/+124 | |
| 2025-05-28 | Add app-upgrade route | Tobias Järvelöv | 2 | -1/+3 | |
| 2025-05-28 | Add app-upgrade view | Tobias Järvelöv | 71 | -0/+875 | |
| 2025-05-28 | Add app-upgrade-view localization context | Tobias Järvelöv | 1 | -1/+2 | |
| 2025-05-28 | Update AppUpgrade hooks to handle new value for AppUpgradeError | Tobias Järvelöv | 2 | -3/+16 | |
| 2025-05-28 | Add new value for AppUpgradeError type | Tobias Järvelöv | 1 | -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-28 | Refactor hook useShouldAppUpgradeInstallManually | Tobias Järvelöv | 1 | -17/+18 | |
| Make the conditions' relationships more explicit by refactoring early returns into if/else. | |||||
| 2025-05-28 | Update AppUpgrade in progress hook to use AppUpgrade pending hook | Tobias Järvelöv | 1 | -16/+4 | |
| 2025-05-28 | Add hook to determine if AppUpgrade is pending | Tobias Järvelöv | 2 | -0/+18 | |
| 2025-05-28 | Add AppUpgrade hook to determine if upgrade has been initiated | Tobias Järvelöv | 2 | -0/+10 | |
| 2025-05-28 | Set error when update installer cannot be started automatically | Tobias Järvelöv | 1 | -2/+7 | |
| 2025-05-28 | Update AppUpgrade start installer logic to use Electron function | Tobias Järvelöv | 1 | -6/+6 | |
| 2025-05-28 | Update eslint config to ignore build-standalone folder | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Update Dot component to use min-* rule for width/height | Tobias Järvelöv | 1 | -2/+2 | |
| To ensure proper size when used inside a flex parent. | |||||
| 2025-05-28 | Update usePushAppUpgrade history hook to use correct route | Tobias Järvelöv | 1 | -2/+2 | |
| It didn't exist when the hook was added, but it exists now. | |||||
| 2025-05-28 | Add usePushProblemReport history hook | Tobias Järvelöv | 2 | -0/+22 | |
| 2025-05-28 | Sort exports in history hooks | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Update daemon ownership check for Mac OS | Tobias Järvelöv | 1 | -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-28 | Refactor changelog view | Tobias Järvelöv | 3 | -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-28 | Use suggested upgrade version property | Oliver | 1 | -1/+1 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -0/+3 | |
| 2025-05-28 | Refactor changelog view | Tobias Järvelöv | 9 | -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-28 | Add translators note | Tobias Järvelöv | 1 | -2/+14 | |
| Also pass in h1 tag as a simple double quoted string | |||||
| 2025-05-28 | Add a changelog list component | Tobias Järvelöv | 2 | -0/+31 | |
