summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2025-10-01Add setup finished route object modelOskar4-0/+35
2025-10-01Add time added route object modelOskar4-0/+34
2025-10-01Add voucher success route object modelOskar5-5/+40
2025-10-01Fix use of colon in routesOskar2-5/+6
2025-10-01Add generatePath helper functionOskar2-1/+20
2025-10-01Add redeem voucher route object modelOskar4-0/+39
2025-10-01Add expired route object modelOskar4-0/+35
2025-10-01Update playwrightOskar2-31/+35
2025-10-01Allow to run state-dependent tests against current build using envTobias Järvelöv1-1/+17
Override by setting environment variable TEST_START_BUILD=1
2025-09-30Check isNew value from ProxyFormContext to determine Button labelTobias Järvelöv1-2/+2
2025-09-30Add isNew prop to ProxyFormContextTobias Järvelöv1-2/+7
2025-09-30Update translationsDavid Lönnhager1-0/+4
2025-09-30Add LWO to UIDavid Lönnhager11-7/+115
2025-09-30Add feature indicator for LWODavid Lönnhager4-0/+14
2025-09-30Update translations for the desktop 2025.10 releaseMarkus Pettersson39-304/+855
2025-09-30Remove unused stringJonatan Rhodin1-3/+0
2025-09-30Update switch selectors to get by switch roleOliver3-5/+5
2025-09-30Use route object models in obfuscation testsOliver4-51/+50
2025-09-30Add shadowsocks settings route object modelOliver4-0/+40
2025-09-30Change aria-description to aria-label for obfuscation navigation buttonsOliver1-2/+2
2025-09-30Update multihop view text styles and marginsOliver1-15/+19
2025-09-30Move text components to separate foldersOliver18-16/+25
2025-09-30Rename typography folder to textOliver24-15/+15
2025-09-30Remove Link component export from typography folderOliver6-6/+8
2025-09-30Move Label component to separate folderOliver4-14/+5
2025-09-30Refactor typography components to use function declarationsOliver10-29/+31
2025-09-30Fix text-align property getting applied as when not passedOliver1-2/+9
2025-09-30Update daita view text stylesOliver1-17/+21
2025-09-30Add LabelTiny componentOliver2-0/+8
2025-09-30Add labelTiny typography variantOliver1-0/+7
2025-09-30Rename LabelTiny component to LabelTinySemiBoldOliver21-56/+56
2025-09-30Rename typography variant to labelTiny to labelTinySemiBoldOliver14-20/+30
2025-09-30Rename block_when_disconnected to lockdown_mode in Electron appTobias Järvelöv14-93/+85
2025-09-30Add equal horizontal margin forSettingsRowErrorMessageTobias Järvelöv1-0/+1
2025-09-30Add validation to ProxyFormNameFieldTobias Järvelöv1-1/+22
2025-09-30Allow ProxyFormNameField to pass props to SettingsRowTobias Järvelöv1-2/+3
2025-09-30Export IndentedRowPropsTobias Järvelöv1-1/+1
2025-09-30Make NamedProxyForm more composableTobias Järvelöv2-10/+11
2025-09-30Export SettingsTextInputPropsTobias Järvelöv1-1/+1
2025-09-30Allow ProxyFormNameField to pass props to SettingsTextInputTobias Järvelöv1-2/+11
2025-09-30Refactor ProxyFormButton to use context in favor of propsTobias Järvelöv1-11/+5
2025-09-30Update translationsTobias Järvelöv1-0/+4
2025-09-30Wrap proxy type select in SettingsGroupTobias Järvelöv1-3/+5
This is required now that the name field is wrapped inside a SettingsGroup, otherwise the elements will not have the correct spacing between them.
2025-09-30Wrap FormNameField in SettingsGroupTobias Järvelöv1-7/+9
2025-09-30Update IPC types with potential error when updating an access methodTobias Järvelöv1-1/+1
2025-09-30Update IPC types with potential error when adding an access methodTobias Järvelöv1-1/+2
2025-09-30Handle daemon error when updating an api access methodTobias Järvelöv1-2/+13
2025-09-30Handle daemon error when adding an api access methodTobias Järvelöv2-6/+20
2025-09-30Add path matcher for testsOskar6-2/+81
2025-09-30Rename test navigation util functionsOskar32-117/+117