summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2023-01-27Improve documentation around icon and asset generationLinus Färnstrand2-6/+20
2023-01-27Generate desktop logo icons from new SVGsOskar Nyberg2-38/+33
2023-01-24Move shell-completions to build/Linus Färnstrand1-10/+14
2023-01-20Move dist-assets/relays.json to build/relays.jsonLinus Färnstrand1-1/+1
2023-01-17Pass the correct arch argument to fpm for arm RPMs.Emīls1-0/+4
2023-01-16Update onSend function when the message changesDavid Lönnhager1-1/+1
2023-01-15Rename menubar icon scriptOskar Nyberg1-0/+0
2023-01-15Improve menubar script formattingOskar Nyberg1-16/+28
2023-01-15Replace space with - in menubar-icons directory nameOskar Nyberg106-4/+4
2023-01-13Fix gui/.prettierrc.ymlLinus Färnstrand1-0/+1
2023-01-10Remove unused NoDaemonErrorOskar Nyberg1-6/+0
2023-01-10Increase tunnel control height to 185 to include out-addressOskar Nyberg1-1/+1
2023-01-09Fix height correctionsOskar Nyberg1-4/+1
2023-01-09Fix position of connection panel when overflowingOskar Nyberg1-2/+2
2023-01-09Add hyphen to broken words in titlesOskar Nyberg1-0/+1
2023-01-09Add lang attributeOskar Nyberg2-11/+28
2023-01-09Fix Send Anyway button in problem reportOskar Nyberg1-1/+1
2023-01-05Change color of cell icon instance onlyOskar Nyberg1-1/+1
2023-01-04Use same margin on all sides of modalOskar Nyberg1-1/+1
2023-01-04Make long words in titles break into multiple linesOskar Nyberg1-1/+3
2023-01-04Change too many devices subtitle font sizeOskar Nyberg1-1/+1
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