summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar128-21694/+0
2024-10-29Show full disk access instructions in split tunneling viewOskar3-8/+78
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 Pettersson1-1/+19
2024-10-22Split utility-hooks into two filesOskar48-49/+53
2024-10-22Prohibit @ts-ignore comments and update codebase to not use itOskar1-1/+2
2024-10-22Fix react-compiler rule violationsOskar9-57/+68
2024-10-22Fix exhaustive-deps rule violationsOskar60-500/+752
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 listOskar3-22/+31
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 Holmin4-58/+36
2024-10-04Remove setting to leak traffic to apple networksDavid Lönnhager1-67/+1
2024-10-02Replace LoginPage with a functional componentOskar2-2/+35
2024-10-01Rename account "token" to account "number"Joakim Hulthe7-77/+80
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 componentOskar1-0/+221
2024-09-30Move DAITA to top level settingsOskar3-18/+40
2024-09-30Remove multihop confirmation dialogOskar1-39/+1
2024-09-30Move multihop to top level settings along with a dedicated viewOskar4-100/+191
2024-09-25Add setting to leak traffic to apple networksJoakim Hulthe1-1/+67
Co-authored-by: David Lönnhager <david.l@mullvad.net>
2024-09-24Fix linting errorsOskar7-9/+8
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 Hulthe6-129/+284
2024-09-17Remove daita filter notice when using use_anywhereJoakim Hulthe2-2/+4
2024-09-17Disable use_anywhere toggle if DAITA is disabledJoakim Hulthe1-2/+15
2024-09-17Add daita.enabled and daita.use_anywhere rpc callsJoakim Hulthe1-4/+4
2024-09-17Add `use_anywhere` feature indicatorJoakim Hulthe1-0/+2
2024-09-17Add temporary gui toggle for `use_anywhere`Joakim Hulthe2-3/+21
2024-09-16Fix feature indicator sortingOskar1-1/+3
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
2024-08-30Add reusable cell side button componentOskar7-46/+50
2024-08-30Add routing for obfuscation viewsOskar1-0/+4
2024-08-30Add support for sub-labels and navigation in selector itemsOskar1-18/+81
2024-08-30Add ConnectionPanel back actionOskar2-29/+30
2024-08-29Render ellipsis as display none instead of not at all when expandedOskar1-14/+12
2024-08-29Defer making feature indicators visible to ensure elements renderedOskar1-44/+49
2024-08-29Fix connection panel closing without any actionsOskar1-1/+1
2024-08-29Fix indicators not showingOskar1-12/+7