summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages
AgeCommit message (Collapse)AuthorFilesLines
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
When we extract the in-IP as a string the expect will only evaluate the condition once, and then fail. However the in-IP might not have updated at the time the condition is checked, and as such the expect will fail. This change makes it possible to re-evaluate using Playwright's expect polling functionality.
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-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
- Add support for more types of login error messages - Add more detail to create account error message - Show info dialog when api is unreachable
2025-10-13Update translationsTobias Järvelöv1-8/+0
2025-10-13Remove translation strings for LWO and QUICTobias Järvelöv2-3/+4
Instead use the value in the strings constant directly.
2025-10-13Add properties for LWO and QUIC in strings constantTobias Järvelöv1-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 packageOliver1-0/+1
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