summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Improve navigation utilsOskar4-74/+31
2025-09-29Wrap mocked/tunnel-state.spec.ts in test.describeOskar1-68/+70
2025-09-29Add mocked test for making sure out-ip is shownOskar4-27/+57
2025-09-26Move IconButton components to separate foldersOliver3-3/+4
2025-09-26Move Button components to separate foldersOliver5-6/+8
2025-09-26Remove forwardRef from IconButton componentOliver1-14/+10
2025-09-26Remove forwardRef from Button componentOliver1-9/+6
2025-09-26Move IconButton state styling to root componentOliver3-65/+65
2025-09-26Fix hover and active states for disabled IconButtonIconOliver1-3/+3
2025-09-25Fix device info in main header overflowing with long textOliver1-2/+6
2025-09-25Add tiny vertical padding to ListItemContent componentOliver1-0/+2
2025-09-25Improve no locations found error messageJonatan Rhodin1-1/+4
2025-09-24Remove ignore of patched vulnerabilitiesTobias Järvelöv1-11/+0
2025-09-24Update package-lock.jsonTobias Järvelöv1-328/+474
2025-09-24Upgrade @vitejs/plugin-react to 4.7.0Tobias Järvelöv1-1/+1
2025-09-24Upgrade vite to 7.1.7Tobias Järvelöv1-1/+1
2025-09-24Remove animation wrapper for UpdateAvailableListItemOliver1-8/+2
2025-09-24Fix app info list items structure to display states correctlyOliver2-8/+8
2025-09-23Extend ignore of vite vulnerabilityTobias Järvelöv1-2/+2
2025-09-22Add transition and pressed state to IconButton componentOliver2-30/+52
2025-09-22Add transition and pressed state to Button componentOliver1-1/+16
2025-09-22Add type for icon button variantsOliver1-1/+3
2025-09-22Add test to ensure search input is focused on load in select locationOliver3-0/+10
2025-09-22Add test to ensure header is focused on load in VPN settingsOliver2-0/+6
2025-09-22Improve accessibility when navigating to setting via feature indicatorOliver10-16/+41
2025-09-22Replace Focus with InitialFocus componentOliver3-24/+8
2025-09-22Add InitialFocus componentOliver6-0/+80
2025-09-22Update NavigationHeaderTitle propsOliver1-4/+2
2025-09-22Add titleId prop to Accordion componentOliver1-1/+3
2025-09-22Add labelId prop to Listbox componentOliver1-2/+9
2025-09-22Add labelId prop to Switch componentOliver1-2/+9
2025-09-22Add ref to polymorphic propsOliver1-1/+1
2025-09-22Add and use description prop on SettingsToggleListItem componentOliver9-38/+88
2025-09-22Update ListItemProps animation prop to allow sending falseOliver8-27/+15
2025-09-22Move majority of listbox option focus management into hooksOliver15-100/+145
2025-09-22Persist SettingsAccordion expanded state in router locationOliver1-2/+18
2025-09-22Replace history state after scrolling to list itemOliver3-8/+32
2025-09-22Update InputOption component to persist value when not selectedOliver8-61/+84
2025-09-22Rename useListItemAnimation hook filenameOliver2-1/+1
2025-09-22Update ConnectButton component propsOliver1-2/+2
2025-09-22Move contexts to component root folder and update importsOliver40-41/+41
2025-09-22Add and use SettingsAccordion throughout appOliver3-24/+54
2025-09-22Move SettingsNavigationListItem to separate folderOliver16-17/+19
2025-09-22Rename NavigationListItem to SettingsNavigationListItemOliver15-99/+106
2025-09-22Rename ToggleListItem to SettingsToggleListItemOliver26-130/+133
2025-09-22Add and use SettingsListItem throughout appOliver23-136/+120
2025-09-22Remove listbox prefix from SettingsListbox option componentsOliver33-137/+123
2025-09-22Rename DefaultListboxOption to BaseOptionOliver5-5/+5
2025-09-22Add and use SettingsListbox throughout appOliver33-243/+292
2025-09-22Add tests for clicking feature indicatorsOliver3-80/+283