summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/main-view
AgeCommit message (Expand)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar11-1100/+0
2024-10-22Split utility-hooks into two filesOskar2-2/+2
2024-10-22Fix react-compiler rule violationsOskar1-0/+1
2024-10-22Fix exhaustive-deps rule violationsOskar2-6/+6
2024-10-07Replace "smart routing" with "direct only" in gui codeSebastian Holmin1-33/+2
2024-09-24Fix linting errorsOskar1-1/+1
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 Hulthe1-15/+73
2024-09-17Add `use_anywhere` feature indicatorJoakim Hulthe1-0/+2
2024-09-16Fix feature indicator sortingOskar1-1/+3
2024-08-30Add ConnectionPanel back actionOskar1-23/+26
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
2024-08-21Add feature-indicator testOskar2-2/+8
2024-08-21Implement main view connection islandOskar11-0/+1048