summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2025-10-23Fix typo in translators noteTobias Järvelöv1-2/+2
2025-10-23Remove irrelevant TODOTobias Järvelöv1-1/+1
This usage pattern became the standard after all.
2025-10-23Expose getVersionInfo on delegate in UserInterface classTobias Järvelöv1-0/+3
2025-10-23Add getVersionInfo method in ApplicationMain classTobias Järvelöv1-0/+1
2025-10-22Extend ignore of node-gettext vulnerabilityTobias Järvelöv1-1/+1
No fix exists and we do not send untrusted input to the affected addTranslations method. The vulnerability is ignored for 6 months as the affected library is not receiving updates and we can not patch the vulnerability without migrating to another library, which is no minor feat.
2025-10-22Add entry and exit no relay errorsJonatan Rhodin2-0/+8
The old no relay error is still kept for single hop
2025-10-20Update translationsJonatan Rhodin39-913/+2509
2025-10-20Update notification test to handle hidden notification removed from DOMTobias Järvelöv1-1/+17
2025-10-20Add app upgrade notification testsTobias Järvelöv1-0/+47
2025-10-20Add methods to locate notification title and subtitleTobias Järvelöv2-0/+10
2025-10-20Break up tests which affect others into separate test.describe blocksTobias Järvelöv1-26/+43
2025-10-20Use motion for in-app notification transitionTobias Järvelöv2-51/+44
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
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-16Use git diff-index to check for dirty working directoryLinus Färnstrand1-2/+2
Should be functionally equivalent to the previous code, but cleaner and simpler
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-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