summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2025-10-10Update Button width to use full width in more layoutsOliver1-13/+13
2025-10-10Use css helper in Text componentOliver1-1/+1
2025-10-10Add and pass devices property to DeviceListOliver6-24/+28
2025-10-10Add and use format device name hook and util functionOliver7-13/+16
2025-10-10Add and use format date hook in DeviceListItemOliver3-2/+9
2025-10-10Remove no-op catch blocks when fetching devicesOliver2-13/+7
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 motion packageOliver2-4/+105
2025-10-10Add em to allowed tags in verify translations scriptOliver2-2/+2
2025-10-10Add unit tests for html formatterOliver1-0/+62
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-10Add tests for manage devices viewOliver4-0/+110
2025-10-10Add manage devices route object modelOliver4-0/+29
2025-10-10Add account route object modelOliver4-0/+32
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-10Update package-lock.jsonTobias Järvelöv1-74/+67
2025-10-10Update @types/node to 22.18.8Tobias Järvelöv1-1/+1
2025-10-10Update node and npm to compatible versions with Electron 37.6.0David Lönnhager1-2/+2
2025-10-10Update Electron to 37.6.0Tobias Järvelöv1-1/+1
2025-10-10Delete work dir in 5-update-and-publish-metadataDavid Lönnhager1-1/+2
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-08Use closePage functionOskar29-31/+31
2025-10-08Add closePage functionOskar1-1/+12
2025-10-08Remove afterEach hooksOskar2-9/+5
2025-10-08Join select location obfuscation tests into same describe blockOskar1-2/+1
2025-10-08Remove parallelization in testsOskar4-8/+0