summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2023-01-04Update some dependencies with known vulnerabilitiesOskar Nyberg1-1382/+240
2023-01-04Change please contact supportOskar Nyberg3-19/+19
2023-01-03Add string resources for always-on notificationsaber safavi1-0/+12
2023-01-03Use correct webContents in utils.tsOskar Nyberg1-2/+8
2023-01-03Wait for initial navigation to finish when creating test windowOskar Nyberg1-11/+16
2023-01-03Add comments to navigation utilsOskar Nyberg1-0/+5
2023-01-03Send mock data to correct webContentsOskar Nyberg1-2/+6
2023-01-03Wait for navigation transitions in testOskar Nyberg6-39/+68
2023-01-03Use page.getByTestIdOskar Nyberg3-8/+4
2023-01-03Update playwrightOskar Nyberg2-26/+26
2023-01-03Split startApp up into multiple functionsOskar Nyberg1-18/+18
2023-01-03Fix navigation when logging in from other frontendOskar Nyberg1-4/+3
2023-01-03Remove unneeded ts-ignoreOskar Nyberg1-1/+0
2023-01-03Disable cmd+Q hotkeyOskar Nyberg1-2/+2
2022-12-15Add test for successfull login from daemonOskar Nyberg1-0/+32
2022-12-15Add utility function for getting current url in e2e testsOskar Nyberg3-2/+22
2022-12-15Add util function for asserting location switchOskar Nyberg1-0/+22
2022-12-15Group utility functions in start app responseOskar Nyberg7-41/+52
2022-12-15Improve npm alias for running e2e tests against installed appOskar Nyberg3-5/+5
The tests for an installed version of the app isn't possible to run in sequence. A lot of them requires the daemon to be in a specific state, and some require the daemon to change state during the test. This means that for the tests to be useful they have to be run individually when the daemon is in the correct state. The `e2e:installed` alias has been replaced with `e2e:sequential` which can be used to run tests against the installed app by running `npm run e2e:sequential installed/<test>`.
2022-12-14Add readme to gui directoryOskar Nyberg1-0/+54
2022-12-14Make tests against installed app run in sequentiallyOskar Nyberg2-2/+2
2022-12-14Add unsecured test for installedOskar Nyberg4-72/+110
2022-12-14Add config to test executableOskar Nyberg2-0/+3
2022-12-14Fix timeout on LinuxOskar Nyberg1-1/+3
2022-12-14Build standalone testsOskar Nyberg7-82/+1418
2022-12-14Make e2e tests run against installed appOskar Nyberg10-24/+37
2022-11-30Update MainView to respect accountExpired error stateOskar Nyberg1-3/+8
2022-11-30Remove await from appWindow.locator in testsOskar Nyberg1-3/+3
2022-11-30Update logic to work with new ErrorState structuresOskar Nyberg12-165/+69
2022-11-30Add enum for error state cause and update to new values from daemonOskar Nyberg2-67/+132
2022-11-29Set window bounds with correct size instead of position on showOskar Nyberg1-2/+3
2022-11-29Prevent scroll when autofocusing search inputOskar Nyberg1-1/+1
2022-11-29Move scrollIntoView to ScrollPositionContextOskar Nyberg2-2/+8
2022-11-28Call transition finished callback once onlyOskar Nyberg1-14/+15
2022-11-28Update history calls to accomodate transition in stateOskar Nyberg10-19/+20
2022-11-28Add transition to location stateOskar Nyberg2-33/+48
2022-11-25Add filtering of special locationsOskar Nyberg3-38/+65
2022-11-25Add auto focus to search barOskar Nyberg1-1/+8
2022-11-25Add custom location item if custom location is selectedOskar Nyberg5-44/+70
2022-11-24Handle search of length one as empty searchOskar Nyberg2-19/+18
2022-11-24Fix hook dependency arraysOskar Nyberg6-76/+52
2022-11-24Move expand locations effect to expanded locations hookOskar Nyberg1-34/+25
2022-11-24Add text when there's no search resultOskar Nyberg4-21/+44
2022-11-24Switch to exit location tab after selecting entry locationOskar Nyberg1-9/+8
2022-11-24Expand search results on first render after searchOskar Nyberg3-20/+53
2022-11-24Fix margins and padding of items in NavigationBarAttachmentOskar Nyberg2-8/+40
2022-11-24Add multihop explanationOskar Nyberg2-13/+13
2022-11-24Make locations expand correctly on filter changeOskar Nyberg5-15/+38
2022-11-24Improve code documentationOskar Nyberg9-14/+44
2022-11-24Move relay list logic to RelayListContext and scroll logic to ↵Oskar Nyberg6-360/+391
ScrollPositionContext