summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages
AgeCommit message (Expand)AuthorFilesLines
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-10Update translationsTobias Järvelöv1-3/+3
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-07Update translationsJonatan Rhodin1-0/+3
2025-03-07Update strings to fit with not detecting other always on appDavid Göransson1-1/+1
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
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-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
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-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
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
2025-02-25Add tsconfig for standalone test filesTobias Järvelöv1-0/+13
2025-02-25Use existing electron build as is in mocked testsTobias Järvelöv1-1/+1
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
2025-02-25Add helpers to copy vite assets to build folderTobias Järvelöv1-0/+16
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