summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2025-10-17Replace use of img element with Image componentTobias Järvelöv2-7/+15
2025-10-17Use LWO from strings constant in SelectLocationTobias Järvelöv1-1/+1
2025-10-17Fix missing key for fragmentTobias Järvelöv1-1/+1
2025-10-17Remove use of PATH_PREFIXTobias Järvelöv9-36/+11
2025-10-17Extract paths to a separate file and move helper functions into utilsTobias Järvelöv4-35/+41
2025-10-17Update develop script to run pre-develop script before viteTobias Järvelöv1-1/+3
2025-10-17Add a pre-develop script to copy files to build folderTobias Järvelöv1-0/+8
2025-10-17Remove getInIpText from main route object modelTobias Järvelöv1-4/+0
2025-10-17Convert relay IP tests to use main ROM and expect polling methodsTobias Järvelöv1-16/+14
2025-10-17Use main route object model getter for looking up relay hostnameTobias Järvelöv1-2/+2
2025-10-17Add getter for relay hostname locatorTobias Järvelöv2-0/+5
2025-10-16Use git diff-index to check for dirty working directoryLinus Färnstrand1-2/+2
2025-10-15Update selectors in too many devices e2e testOliver2-14/+13
2025-10-15Add and use setReducedMotion util function in testsOliver3-4/+15
2025-10-15Add mocked e2e tests for toggling user interface settingsOliver2-0/+137
2025-10-15Use Listbox component for selecting languageOliver2-20/+21
2025-10-15Rename SelectLanguage to SelectLanguageViewOliver2-3/+3
2025-10-15Move select language to views folderOliver4-15/+17
2025-10-15Rename UserInterfaceSettings to UserInterfaceSettingsViewOliver3-4/+8
2025-10-15Rename LanguageButton to LanguageListItemOliver5-5/+5
2025-10-15Use SettingsToggleListItem component in user interface settingsOliver5-117/+62
2025-10-15Move user interface settings components to separate foldersOliver14-179/+224
2025-10-15Move user interface settings to views folderOliver4-17/+25
2025-10-15Use new Switch component in BetaListItemOliver1-41/+26
2025-10-15Enable the user to include their account token in problem reportsJonatan Rhodin1-0/+3
2025-10-14Handle page.close and page.evaluate failuresOskar1-4/+11
2025-10-14Improve login and create account error messagesJonatan Rhodin1-0/+48
2025-10-13Update translationsTobias Järvelöv1-8/+0
2025-10-13Remove translation strings for LWO and QUICTobias Järvelöv2-3/+4
2025-10-13Add properties for LWO and QUIC in strings constantTobias Järvelöv1-0/+2
2025-10-10Update package-lock fileOliver1-0/+2
2025-10-10Remove message context for fetch devices error messageOliver19-19/+0
2025-10-10Update translationsOliver1-32/+59
2025-10-10Use same error message when fetching devices failsOliver2-8/+3
2025-10-10Handle errors and retries in manage devices viewOliver12-73/+174
2025-10-10Add useQuery hookOliver2-0/+59
2025-10-10Add EmptyState componentOliver14-0/+138
2025-10-10Add align self prop to Flex componentOliver1-0/+3
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