summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/src
AgeCommit message (Expand)AuthorFilesLines
2025-10-01Prevent time added view when expiry hasn't changedOskar1-1/+8
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-30Add LWO to UIDavid Lönnhager8-3/+78
2025-09-30Add feature indicator for LWODavid Lönnhager3-0/+7
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-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-29Add mocked test for making sure out-ip is shownOskar1-2/+6
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-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-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