summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar230-38415/+0
2024-10-29Show full disk access instructions in split tunneling viewOskar7-8/+93
2024-10-23Handle API access method name overflowOskar2-1/+2
2024-10-23Fix API access method cell items alignmentOskar3-1/+9
2024-10-23Add 'Encrypted DNS proxy' built-in access method to GUIMarkus Pettersson4-3/+48
2024-10-22Split utility-hooks into two filesOskar52-77/+80
2024-10-22Prohibit @ts-ignore comments and update codebase to not use itOskar2-3/+4
2024-10-22Fix react-compiler rule violationsOskar12-59/+88
2024-10-22Fix exhaustive-deps rule violationsOskar64-557/+824
2024-10-22Add DAITA settings to default-settingsOskar1-0/+4
2024-10-22Show message instead of entry listOskar2-85/+112
2024-10-14Update DAITA info textsOskar1-30/+26
2024-10-14Prevent OpenVPN locations from showing in the location listOskar5-24/+51
2024-10-14Disable OpenVPN option when a core privacy feature is enabledOskar1-1/+43
2024-10-14Add relay memo dependenciesOskar1-1/+1
2024-10-07Fix references to WireGuard and Direct only in help textsOskar1-6/+14
2024-10-07Fix `eslint` complaintsSebastian Holmin3-9/+3
2024-10-07Replace "smart routing" with "direct only" in gui codeSebastian Holmin11-73/+48
2024-10-04Remove setting to leak traffic to apple networksDavid Lönnhager13-143/+7
2024-10-02Remove withAppContext HOCOskar1-19/+0
2024-10-02Replace LoginPage with a functional componentOskar4-46/+37
2024-10-01Enable React Strict modeOskar1-19/+22
2024-10-01Rename account "token" to account "number"Joakim Hulthe19-187/+190
2024-09-30Switch to using real scroll in the PageSlider componentOskar1-38/+58
2024-09-30Add Multihop illustrationOskar2-1/+3
2024-09-30Add DAITA illustrationsOskar1-10/+24
2024-09-30Add PageSlider subtitle to daita settings viewOskar1-25/+51
2024-09-30Add PageSlider componentOskar2-0/+223
2024-09-30Move DAITA to top level settingsOskar4-19/+41
2024-09-30Remove multihop confirmation dialogOskar1-39/+1
2024-09-30Move multihop to top level settings along with a dedicated viewOskar5-100/+192
2024-09-30Move the daemon rpc path to DaemonRpcOskar2-7/+14
2024-09-30Rename liftConstraint to unwrapConstraintOskar1-8/+8
2024-09-30Split DaemonRpc up into two partsOskar3-266/+279
2024-09-30Move gRPC type convertion functions to separate fileOskar2-1243/+1280
2024-09-25Add setting to leak traffic to apple networksJoakim Hulthe13-7/+143
Co-authored-by: David Lönnhager <david.l@mullvad.net>
2024-09-24Fix linting errorsOskar16-29/+26
2024-09-20Set indicators and ellipsis to hidden when they should beOskar1-10/+17
2024-09-17Allow toggling connection island only when connected/connectingOskar1-1/+7
2024-09-17Align Smart routing GUI with design specJoakim Hulthe13-144/+300
2024-09-17Remove daita filter notice when using use_anywhereJoakim Hulthe3-4/+8
2024-09-17Disable use_anywhere toggle if DAITA is disabledJoakim Hulthe1-2/+15
2024-09-17Add daita.enabled and daita.use_anywhere rpc callsJoakim Hulthe5-20/+21
2024-09-17Add `use_anywhere` feature indicatorJoakim Hulthe3-0/+5
2024-09-17Add temporary gui toggle for `use_anywhere`Joakim Hulthe4-3/+23
2024-09-16Fix feature indicator sortingOskar1-1/+3
2024-08-30Fix missing daemon event obfuscation type convertionOskar2-7/+13
2024-08-30Add obfuscation testsOskar2-0/+3
2024-08-30Add Shadowsocks settingsOskar2-0/+148
2024-08-30Move UDP-over-TCP to a dedicated viewOskar2-55/+143