summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
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
Also add TRANSLATORS comment to the changed translations.
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-10Disable metadata generation in 4-make-releaseOskar1-2/+3
This commit should be reverted when ready to release installer downloader. The metadata won't be needed until then and should not affect the release workflow until needed.
2025-03-09Make it possible to run 4-make-release standaloneOskar1-14/+30
2025-03-07Update metadata release scriptDavid Lönnhager1-3/+1
2025-03-07Replace local work files in 4-make-release scriptDavid Lönnhager1-0/+4
2025-03-07Update translationsJonatan Rhodin1-0/+3
2025-03-07Update strings to fit with not detecting other always on appDavid Göransson1-1/+1
2025-03-06Update 4-make-release to use meta toolDavid Lönnhager1-1/+42
2025-03-05Update translationsTobias Järvelöv1-1/+1
2025-03-05Add TRANSLATORS comments to translation stringsTobias Järvelöv1-0/+15
2025-03-05Update DAITA warningTobias Järvelöv1-1/+4
Include info about latency, speed and battery being affected.
2025-03-05Move DAITA warning to top of first carousel pageTobias Järvelöv1-13/+13
Also move the last text block of the first page to the second page to keep the pages similar in height.
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
The default is currently to open the window in the center of the primary screen when the tray icon's position can't be established. This can happen when the taskbar is hidden.
2025-02-28Update translationsTobias Järvelöv1-1/+6
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
When a custom list is selected as Entry or Exit and only contains a single relay, then that relay should be disabled on the opposite view, which is what already happens for its custom list parent. When a single relay is selected as Entry or Exit then that relay should be disabled in the oppositve view.
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
This situation can happen when multihop is enabled and when a country only has a single city, which in turn only has a single relay and that relay has already been used as Entry and the user is viewing the Exit view, or vice versa.
2025-02-28Ensure a city is disabled if all its relays are disabledTobias Järvelöv1-1/+1
This situation can happen when multihop is enabled and when a city only has a single relay which has already been used as Entry and the user is viewing the Exit view, or vice versa.
2025-02-27Pin Ubuntu and fedora images to fixed tags instead of latestLinus Färnstrand1-2/+2
Helps keeping things stable and more consistent
2025-02-27Make print-package-versions list all mullvad packagesLinus Färnstrand1-2/+2
This includes the new mullvad-browser-alpha package (and anything else containing "mullvad-" in the package name)
2025-02-27Silence noisy commands on Fedora 41+Linus Färnstrand1-2/+2
2025-02-27Make print-package-versions script Fedora 41+ compatibleLinus Färnstrand1-1/+1
2025-02-25Remove redundant warn(undocumented_unsafe_blocks) attrsJoakim Hulthe1-1/+0
2025-02-25Remove build from build-test-executable npm scriptTobias Järvelöv1-1/+1
The appropriate build command is invoked within the build-test-executable.sh script and we do not need to call it here. This npm script could probably be removed but has been kept for legacy reasons. When removing gulp as a dependency we should probably remove this npm script as well.
2025-02-25Run build standalone gulp task before building executableTobias Järvelöv1-0/+2
2025-02-25Update path to playwright configTobias Järvelöv1-1/+8
2025-02-25Update paths to use build-standalone folderTobias Järvelöv1-3/+3
2025-02-25Update paths to use build-standalone filesTobias Järvelöv1-9/+9
2025-02-25Ignore build-standalone folderTobias Järvelöv1-0/+1
2025-02-25Add gulp tasks to build standalone filesTobias Järvelöv1-0/+8
Previously the standalone files were built at the same time as the application with the build npm script. However with the migration to vite they have to be created separately as they are not referenced in the application and as such will not be built, which is as expected.
2025-02-25Add tsconfig for standalone test filesTobias Järvelöv1-0/+13
This tsconfig is used to build the files used by the test executable.
2025-02-25Use existing electron build as is in mocked testsTobias Järvelöv1-1/+1
We now produce a separate test build before running the mocked tests. This test build sets the mocked main.ts as its entry point, which means we can just start the local build as is.
2025-02-25Update e2e npm script to use build:testTobias Järvelöv1-1/+1
2025-02-25Add npm script to create test buildTobias Järvelöv1-0/+1
2025-02-25Add gulp task for test actionsTobias Järvelöv1-0/+5
2025-02-25Update build script to use vite gulp taskTobias Järvelöv1-1/+1
2025-02-25Remove including non-vite code in electron-builder outputTobias Järvelöv1-5/+0
2025-02-25Add gulp tasks for building a prod build with viteTobias Järvelöv1-3/+9