summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/src
AgeCommit message (Expand)AuthorFilesLines
2025-03-10Use hook useTunnelProtocol to get tunnel protocol valueTobias Järvelöv3-8/+7
2025-03-10Remove constraint for TunnelProtocolTobias Järvelöv8-17/+14
2025-03-10Remove "any" for TunnelTypeTobias Järvelöv2-7/+2
2025-03-10Update tunnel protocol to "wireguard" in reduxTobias Järvelöv1-1/+1
2025-03-10Update tunnel protocol to "wireguard" for default normal relay settingsTobias Järvelöv1-1/+1
2025-03-10Use helper for default normal relay settings for fallback valueTobias Järvelöv1-16/+4
2025-03-10Use helper for normal relay settings to get default valueTobias Järvelöv1-16/+1
2025-03-10Add helper to return default value for normal relay settingsTobias Järvelöv1-0/+25
2025-03-10Remove support for setting Tunnel Protocol to "Automatic"Tobias Järvelöv1-1/+0
2025-03-10Remove mention of "Automatic" in tunnel protocol translationsTobias Järvelöv2-6/+16
2025-03-10Fix wrong placeholders declared in TRANSLATORS commentTobias Järvelöv1-2/+2
2025-03-10Remove spacing tokens that are not part of design systemOliver1-8/+0
2025-03-10Adjust NavigationHeader heightOliver1-2/+3
2025-03-10Convert spacing enum to const objectOliver46-205/+217
2025-03-10Update to new spacings from design systemOliver43-109/+94
2025-03-10Rename variable containing spacing primitivesOliver2-3/+3
2025-03-10Rename spacing tokensOliver2-43/+35
2025-03-05Add TRANSLATORS comments to translation stringsTobias Järvelöv1-0/+15
2025-03-05Update DAITA warningTobias Järvelöv1-1/+4
2025-03-05Move DAITA warning to top of first carousel pageTobias Järvelöv1-13/+13
2025-03-05Consolidate Button styles into styled componentOliver1-55/+58
2025-03-05Add ButtonBaseOliver2-0/+13
2025-03-05Make button composableOliver13-64/+145
2025-02-28Open pinned window on bottom right if tray position is unknownTobias Järvelöv1-2/+2
2025-02-28Fix typo in Wireguard obfuscation translation stringTobias Järvelöv1-4/+8
2025-02-28Ensure items in custom lists respect disabledLocationTobias Järvelöv1-13/+53
2025-02-28Ensure custom lists are labeled appropriately when blockedTobias Järvelöv1-2/+7
2025-02-28Ensure a country is disabled if all its cities are disabledTobias Järvelöv1-1/+1
2025-02-28Ensure a city is disabled if all its relays are disabledTobias Järvelöv1-1/+1
2025-02-25Fix typescript duplicate declaration errorsTobias Järvelöv2-2/+6
2025-02-25Refactor split tunneling to use import instead of requireTobias Järvelöv2-31/+29
2025-02-25Allow requests to vite dev server in dev modeTobias Järvelöv1-1/+13
2025-02-25Refactor allowDevelopmentRequestTobias Järvelöv1-8/+17
2025-02-25Update main to use vite dev server and assetsTobias Järvelöv1-3/+6
2025-02-25Update paths changed due to vite migrationTobias Järvelöv10-11/+32
2025-02-25Move index.html to rootTobias Järvelöv1-21/+0
2025-02-25Increase icon size for smaller iconsOliver1-2/+2
2025-02-25Fix spacing when no results in split tunneling viewOliver1-35/+34
2025-02-25Fix spacing between browse button and app listTobias Järvelöv1-6/+9
2025-02-25Use same constant for icon sizes in Icon and IconButtonOliver2-12/+4
2025-02-25Rename icon badge svg assetsOliver1-2/+2
2025-02-25Rename spinner svg assetOliver1-1/+1
2025-02-25Add IconBadge componentOliver12-72/+69
2025-02-25Make FilterChip composableOliver6-50/+107
2025-02-25Move language svg to imagesOliver1-1/+0
2025-02-25Make IconButton composableOliver21-120/+167
2025-02-25Move icons folder to assetsOliver1-1/+1
2025-02-25Replace ImageView with Image and Icon componentsOliver52-844/+436
2025-02-25Set disabled color in IconButtonOliver1-1/+2
2025-02-25Add Image componentOliver3-0/+17