summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages
AgeCommit message (Expand)AuthorFilesLines
2025-09-22Move vpn settings to views folderOliver4-31/+45
2025-09-22Add Listbox componentOliver24-0/+401
2025-09-22Add flash animation support to ListItem componentOliver8-35/+92
2025-09-22Add Switch componentOliver14-0/+204
2025-09-18Add multiplexer POC to daemon, TSM, and relay selectorDavid Lönnhager3-13/+21
2025-09-18Add mocked test for Split tunnelingTobias Järvelöv1-0/+92
2025-09-18Add testid to LinuxApplicationListTobias Järvelöv1-1/+7
2025-09-18Add method to go to split tunneling settings routeTobias Järvelöv2-0/+6
2025-09-18Add RouteObjectModel for SplitTunnelingSettingsTobias Järvelöv4-0/+59
2025-09-18Update translationsTobias Järvelöv1-0/+20
2025-09-18Disable open file picker button if split tunneling unsupportedTobias Järvelöv3-2/+13
2025-09-18Show unsupported dialog on app launch if split tunneling unsupportedTobias Järvelöv1-2/+13
2025-09-18Disable application list item when split tunneling is unsupportedTobias Järvelöv1-1/+4
2025-09-18Add info and dialog for if split tunneling is unsupportedTobias Järvelöv8-6/+131
2025-09-18Add show unsupported dialog property to LinuxSettingsContextTobias Järvelöv1-0/+7
2025-09-18Pass disabled prop to ApplicationSearchBarTobias Järvelöv1-3/+12
2025-09-18Update split tunneling support on mountTobias Järvelöv1-4/+10
2025-09-18Add split tunneling supported property to LinuxSettingsContextTobias Järvelöv1-1/+17
2025-09-18Add render method for IPC call if linux split tunneling is supportedTobias Järvelöv1-0/+3
2025-09-18Add main IPC handler for linux split tunneling supportedTobias Järvelöv1-0/+4
2025-09-18Add isSplitTunnelingSupported to linux split tunneling IPC schemaTobias Järvelöv1-0/+1
2025-09-18Rename method splitTunnelIsEnabled to linuxSplitTunnelIsSupportedTobias Järvelöv1-3/+7
2025-09-18Add disabled style for SearchBarTobias Järvelöv1-1/+12
2025-09-17Add LWO to UI obfuscation typesDavid Lönnhager2-1/+4
2025-09-15Update test to use RouteObjectModelTobias Järvelöv1-16/+12
2025-09-15Update test which clicks login button to actually login with the buttonTobias Järvelöv1-1/+1
2025-09-15Change locator for loginInput to test idTobias Järvelöv1-1/+1
2025-09-15Add documentation about dependencies of localization scriptsMarkus Pettersson1-0/+9
2025-09-15Update styled-components to 6.1.19Oliver1-1/+1
2025-09-11Remove duplicated test idTobias Järvelöv1-1/+1
2025-09-11Show spinner when linux application list is not ready to displayTobias Järvelöv3-2/+21
2025-09-11Refactor Split tunneling settingsTobias Järvelöv134-803/+1828
2025-09-11Export interface ISearchBarPropsTobias Järvelöv1-1/+1
2025-09-11Update Link default color to chalkOliver4-12/+8
2025-09-11Update translationsOliver1-5/+15
2025-09-11Use Link button instead of footer to create new account in Login viewOliver3-59/+56
2025-09-11Add hover and active colors to Link componentOliver5-26/+49
2025-09-11Make Link component polymorphicOliver1-5/+8
2025-09-11Rename Login to LoginViewOliver4-4/+12
2025-09-11Add login functionality testsOliver3-1/+42
2025-09-11Update translationsOliver1-0/+1
2025-09-11Add login button under account inputOliver2-81/+75
2025-09-11Update Container to only center content horizontallyOliver1-1/+1
2025-09-10Remove unnecessary handle for setRelaySettingsTobias Järvelöv1-2/+0
2025-09-10Update IpcMockedTestFn renderer-to-main to get its response as argumentTobias Järvelöv1-1/+1
2025-09-05Ignore calls to getUpgradeCacheDir in app upgrade testsOskar1-0/+2
2025-09-05Fix expect and ignore of send callsOskar2-37/+74
2025-09-05Add environment variable to trigger window.show in mocked testsOskar2-0/+11
2025-09-05Add ipc ignore handle in select entry location testOskar1-0/+3
2025-09-05Refactor creation of mock ipc methodsOskar2-57/+31