summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/src/renderer/components/views
AgeCommit message (Expand)AuthorFilesLines
2025-11-04Refactor remaining components to use new SwitchOliver1-2/+9
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
2025-10-17Replace use of img element with Image componentTobias Järvelöv2-7/+15
2025-10-17Remove use of PATH_PREFIXTobias Järvelöv2-13/+3
2025-10-15Use Listbox component for selecting languageOliver1-16/+20
2025-10-15Rename SelectLanguage to SelectLanguageViewOliver1-1/+1
2025-10-15Move select language to views folderOliver3-0/+97
2025-10-15Rename UserInterfaceSettings to UserInterfaceSettingsViewOliver2-2/+2
2025-10-15Rename LanguageButton to LanguageListItemOliver5-5/+5
2025-10-15Use SettingsToggleListItem component in user interface settingsOliver5-117/+62
2025-10-15Move user interface settings components to separate foldersOliver14-179/+224
2025-10-15Move user interface settings to views folderOliver3-0/+266
2025-10-15Use new Switch component in BetaListItemOliver1-41/+26
2025-10-13Remove translation strings for LWO and QUICTobias Järvelöv1-2/+3
2025-10-10Use same error message when fetching devices failsOliver2-8/+3
2025-10-10Handle errors and retries in manage devices viewOliver11-62/+160
2025-10-10Add and pass devices property to DeviceListOliver5-3/+45
2025-10-10Add and use DeviceList componentOliver5-62/+5
2025-10-10Display current device separated at top of device listOliver3-1/+17
2025-10-10Remove device info button from account viewOliver1-5/+1
2025-10-10Skip add transition animation in manage and too many devices viewsOliver2-2/+2
2025-10-10Implement manage devices viewOliver3-1/+83
2025-10-10Use new components in too many devices viewOliver1-258/+49
2025-10-10Add link to manage devices in account viewOliver1-0/+18
2025-10-10Refactor account view to use components from component libraryOliver8-113/+93
2025-10-10Add manage devices viewOliver3-0/+5
2025-10-10Move account components to separate foldersOliver10-52/+62
2025-10-10Move account to views folderOliver4-0/+209
2025-10-10Rename TooManyDevices to TooManyDevicesViewOliver2-2/+2
2025-10-10Move too many devices to views folderOliver3-0/+348
2025-10-09Update order of obfuscation methods to match design SoTMarkus Pettersson1-3/+3
2025-10-07Add accessibility descriptions to SplitOption itemsOliver1-2/+10
2025-10-06Fix app not launched by Linux split tunneling warning dialog buttonTobias Järvelöv3-3/+17
2025-09-30Add LWO to UIDavid Lönnhager1-0/+3
2025-09-30Add feature indicator for LWODavid Lönnhager1-0/+4
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-30Remove Link component export from typography folderOliver2-2/+4
2025-09-30Move Label component to separate folderOliver1-11/+2
2025-09-30Update daita view text stylesOliver1-17/+21
2025-09-30Rename LabelTiny component to LabelTinySemiBoldOliver7-19/+19
2025-09-30Rename typography variant to labelTiny to labelTinySemiBoldOliver9-12/+16
2025-09-30Rename block_when_disconnected to lockdown_mode in Electron appTobias Järvelöv2-21/+19
2025-09-29Add mocked test for making sure out-ip is shownOskar1-2/+6