summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages
AgeCommit message (Expand)AuthorFilesLines
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
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
2025-09-30Improve navigation utilsOskar4-74/+31
2025-09-29Wrap mocked/tunnel-state.spec.ts in test.describeOskar1-68/+70
2025-09-29Add mocked test for making sure out-ip is shownOskar4-27/+57
2025-09-26Move IconButton components to separate foldersOliver3-3/+4
2025-09-26Move Button components to separate foldersOliver5-6/+8
2025-09-26Remove forwardRef from IconButton componentOliver1-14/+10
2025-09-26Remove forwardRef from Button componentOliver1-9/+6
2025-09-26Move IconButton state styling to root componentOliver3-65/+65
2025-09-26Fix hover and active states for disabled IconButtonIconOliver1-3/+3
2025-09-25Fix device info in main header overflowing with long textOliver1-2/+6
2025-09-25Add tiny vertical padding to ListItemContent componentOliver1-0/+2
2025-09-25Improve no locations found error messageJonatan Rhodin1-1/+4
2025-09-24Upgrade @vitejs/plugin-react to 4.7.0Tobias Järvelöv1-1/+1
2025-09-24Upgrade vite to 7.1.7Tobias Järvelöv1-1/+1
2025-09-24Remove animation wrapper for UpdateAvailableListItemOliver1-8/+2
2025-09-24Fix app info list items structure to display states correctlyOliver2-8/+8
2025-09-22Add transition and pressed state to IconButton componentOliver2-30/+52
2025-09-22Add transition and pressed state to Button componentOliver1-1/+16
2025-09-22Add type for icon button variantsOliver1-1/+3
2025-09-22Add test to ensure search input is focused on load in select locationOliver3-0/+10
2025-09-22Add test to ensure header is focused on load in VPN settingsOliver2-0/+6
2025-09-22Improve accessibility when navigating to setting via feature indicatorOliver10-16/+41
2025-09-22Replace Focus with InitialFocus componentOliver3-24/+8
2025-09-22Add InitialFocus componentOliver6-0/+80