summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2025-11-04Refactor remaining components to use new SwitchOliver7-100/+35
2025-11-04Remove Animate componentOliver16-357/+0
2025-11-04Replace Animate with AnimatePresence in Accordion componentOliver1-10/+25
2025-11-04Add mocked E2E test for App Upgrades for when a release is haltedTobias Järvelöv1-0/+67
2025-11-03Update include account token in problem reportsJonatan Rhodin1-1/+13
2025-10-31Add robber languageOskar3-2/+72
2025-10-30Add tests for using custom transformers with formatHtmlTobias Järvelöv1-1/+18
2025-10-30Convert tag transformers from Components to render props patternTobias Järvelöv1-6/+8
2025-10-30Import ALLOWED_TAGS from formatHtml in verify translations scriptTobias Järvelöv1-2/+8
2025-10-30Allow to pass in custom components to formatHtmlTobias Järvelöv1-31/+27
2025-10-30Add utility type ValueOfArrayTobias Järvelöv1-0/+2
2025-10-30Add unit test utility to create a React FragmentTobias Järvelöv1-0/+4
2025-10-30Add unit test utility to verify React element children and typeTobias Järvelöv1-0/+25
2025-10-29Use outline for text field input state stylingOliver1-38/+39
2025-10-29Add pause to metadata scripts to allow manual editsOskar2-0/+10
2025-10-29Make publish-metadata-to-api run from containing directoryOskar1-0/+3
2025-10-29Make 6-publish-linux-repositories executableOskar1-0/+0
2025-10-29Add error message to verify-version-is-releaseOskar1-1/+2
2025-10-28Add option to show relay location in notificationKalle Lindström1-0/+3
2025-10-28Add script that publishes to the linux repositories over sshOskar2-0/+45
2025-10-28Move BUILDSERVER_BUILDUSER variable to release-config.shOskar2-2/+6
2025-10-28Rename modify rollout scriptOskar1-0/+0
2025-10-28Add help option to 4-make-releaseOskar1-1/+9
2025-10-28Make --draft a non-default option to 4-make-releaseOskar1-2/+15
2025-10-28Open editor to finalize changelog in 4-make-releaseOskar1-2/+14
2025-10-28Verify artifacts using code signing key in repoOskar2-3/+10
2025-10-27Make release script run from within repo instead of separate directoryOskar4-99/+85
2025-10-27Improve commit verification in release scriptsOskar3-12/+5
2025-10-27Verify that current commit is release in release-scriptsOskar1-0/+2
2025-10-27Add script that returns whether or not the current version is a releaseOskar1-0/+8
2025-10-27Add test to ensure output is produced reliably on each callTobias Järvelöv1-0/+6
2025-10-27Refactor expectChildrenToMatch to remove need for type castingTobias Järvelöv1-7/+27
2025-10-27Move expectChildrenToMatch to a separate utils fileTobias Järvelöv2-13/+14
2025-10-27Add tests with both emphasized and bold textTobias Järvelöv1-0/+27
2025-10-27Rewrite formatHtml to fix bugs in previous implementationTobias Järvelöv1-17/+34
2025-10-24Add 6-modify-rollout scriptJoakim Hulthe1-0/+99
2025-10-24Remove android no wireguard key stringJonatan Rhodin1-3/+0
2025-10-24Remove unused 'no wireguard key' errorDavid Lönnhager4-19/+0
2025-10-24Update playwright and @playwright/test to 1.55.1Tobias Järvelöv2-28/+28
2025-10-24Update vite to 7.1.11Tobias Järvelöv2-9/+9
2025-10-23Add script that lists github issues for a given versionOskar1-0/+58
2025-10-23Make sure link to app upgrade view only appears on supported platformsTobias Järvelöv1-13/+22
2025-10-23Update translationsTobias Järvelöv1-1/+11
2025-10-23Disable UpgradeButton when no upgrade existsTobias Järvelöv1-1/+4
2025-10-23Add show variable for conditional render to adhere to the style guideTobias Järvelöv1-1/+3
2025-10-23Make upgrade details conditionally render based on if an upgrade existsTobias Järvelöv2-50/+52
2025-10-23Add NoUpgradeAvailable componentTobias Järvelöv3-0/+50
2025-10-23Add AppUpgradeHeader componentTobias Järvelöv3-0/+15
2025-10-23Add hook useHasUpgradeTobias Järvelöv2-0/+10
2025-10-23Sort exports alphabeticallyTobias Järvelöv1-1/+1