summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/src
AgeCommit message (Expand)AuthorFilesLines
2025-10-10Update text in remove device confirm dialogOliver1-5/+8
2025-10-10Refactor device list item remove button into separate componentOliver4-18/+32
2025-10-10Use AnimatedList component in device listOliver1-7/+8
2025-10-10Add AnimatedList componentOliver5-0/+56
2025-10-10Add MotionConfig to app rootOliver1-1/+4
2025-10-10Add em to allowed tags in verify translations scriptOliver1-1/+1
2025-10-10Add support for em tag in formatHtmlOliver1-8/+53
2025-10-10Update new device notification textOliver1-1/+4
2025-10-10Add and use DeviceList componentOliver7-28/+32
2025-10-10Display current device separated at top of device listOliver4-3/+34
2025-10-10Remove device info button from account viewOliver1-5/+1
2025-10-10Skip add transition animation in manage and too many devices viewsOliver2-2/+2
2025-10-10Implement manage devices viewOliver3-1/+83
2025-10-10Use new components in too many devices viewOliver1-258/+49
2025-10-10Add DeviceListItem componentOliver14-0/+307
2025-10-10Export ModalAlert propsOliver1-2/+6
2025-10-10Add link to manage devices in account viewOliver1-0/+18
2025-10-10Refactor account view to use components from component libraryOliver8-113/+93
2025-10-10Export FlexColumn propsOliver1-1/+1
2025-10-10Add manage devices viewOliver5-0/+8
2025-10-10Move account components to separate foldersOliver10-52/+62
2025-10-10Move account to views folderOliver5-21/+23
2025-10-10Rename TooManyDevices to TooManyDevicesViewOliver3-4/+4
2025-10-10Move too many devices to views folderOliver4-23/+25
2025-10-09Update order of obfuscation methods to match design SoTMarkus Pettersson1-3/+3
2025-10-09Notify renderer of device event before expiry when logging outOskar1-5/+8
2025-10-09Do not treat no expiry as not expiredOskar2-3/+3
2025-10-09Prevent navigation reset on mountOskar1-2/+6
2025-10-09Remove unused history function replaceRootOskar1-13/+0
2025-10-08Run onTransition when view transitions are skipped due to reduced motionOskar1-1/+2
2025-10-08Fix timing of post view transition actionsOskar2-8/+10
2025-10-08Use transient props for Button styled componentOliver1-7/+8
2025-10-07Rename option focus hook and move to separate folderOliver17-22/+21
2025-10-07Rename options keyboard navigation hooks and typesOliver3-7/+10
2025-10-07Add bottom margin to SplitOptionNavigateButtonOliver1-0/+1
2025-10-07Add accessibility descriptions to SplitOption itemsOliver2-2/+11
2025-10-07Support keyboard navigation on SplitOptionOliver3-4/+22
2025-10-07Select options via data-attribute instead of roleOliver9-16/+30
2025-10-07Support orientations in handle keyboard navigation hookOliver1-3/+10
2025-10-07Make focus and keyboard handling hooks genericOliver4-18/+14
2025-10-07Make option focus and keyboard handling hooks reusableOliver13-49/+101
2025-10-06Fix app not launched by Linux split tunneling warning dialog buttonTobias Järvelöv3-3/+17
2025-10-03Use useFocusReferenceBeforePaint in Searchbar componentOliver1-15/+4
2025-10-03Refactor useFocusReference into two hooks with different timingsOliver5-6/+20
2025-10-01Handle too many devices view in getNavigationBaseOskar3-7/+17
2025-10-01Allow shift+escape in development onlyOskar2-19/+2
2025-10-01Add log for when expiry is setOskar1-0/+1
2025-10-01Remove flushSync call for view transitionsOskar1-16/+13
2025-10-01Add check for if system time changesOskar2-12/+45
2025-10-01Move resetNavigation into componentsOskar4-172/+173