| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-01-27 | Improve documentation around icon and asset generation | Linus Färnstrand | 2 | -6/+20 | |
| 2023-01-27 | Generate desktop logo icons from new SVGs | Oskar Nyberg | 2 | -38/+33 | |
| 2023-01-24 | Move shell-completions to build/ | Linus Färnstrand | 1 | -10/+14 | |
| 2023-01-20 | Move dist-assets/relays.json to build/relays.json | Linus Färnstrand | 1 | -1/+1 | |
| 2023-01-17 | Pass the correct arch argument to fpm for arm RPMs. | Emīls | 1 | -0/+4 | |
| 2023-01-16 | Update onSend function when the message changes | David Lönnhager | 1 | -1/+1 | |
| 2023-01-15 | Rename menubar icon script | Oskar Nyberg | 1 | -0/+0 | |
| 2023-01-15 | Improve menubar script formatting | Oskar Nyberg | 1 | -16/+28 | |
| 2023-01-15 | Replace space with - in menubar-icons directory name | Oskar Nyberg | 106 | -4/+4 | |
| 2023-01-13 | Fix gui/.prettierrc.yml | Linus Färnstrand | 1 | -0/+1 | |
| 2023-01-10 | Remove unused NoDaemonError | Oskar Nyberg | 1 | -6/+0 | |
| 2023-01-10 | Increase tunnel control height to 185 to include out-address | Oskar Nyberg | 1 | -1/+1 | |
| 2023-01-09 | Fix height corrections | Oskar Nyberg | 1 | -4/+1 | |
| 2023-01-09 | Fix position of connection panel when overflowing | Oskar Nyberg | 1 | -2/+2 | |
| 2023-01-09 | Add hyphen to broken words in titles | Oskar Nyberg | 1 | -0/+1 | |
| 2023-01-09 | Add lang attribute | Oskar Nyberg | 2 | -11/+28 | |
| 2023-01-09 | Fix Send Anyway button in problem report | Oskar Nyberg | 1 | -1/+1 | |
| 2023-01-05 | Change color of cell icon instance only | Oskar Nyberg | 1 | -1/+1 | |
| 2023-01-04 | Use same margin on all sides of modal | Oskar Nyberg | 1 | -1/+1 | |
| 2023-01-04 | Make long words in titles break into multiple lines | Oskar Nyberg | 1 | -1/+3 | |
| 2023-01-04 | Change too many devices subtitle font size | Oskar Nyberg | 1 | -1/+1 | |
| 2023-01-04 | Update some dependencies with known vulnerabilities | Oskar Nyberg | 1 | -1382/+240 | |
| 2023-01-04 | Change please contact support | Oskar Nyberg | 3 | -19/+19 | |
| 2023-01-03 | Add string resources for always-on notification | saber safavi | 1 | -0/+12 | |
| 2023-01-03 | Use correct webContents in utils.ts | Oskar Nyberg | 1 | -2/+8 | |
| 2023-01-03 | Wait for initial navigation to finish when creating test window | Oskar Nyberg | 1 | -11/+16 | |
| 2023-01-03 | Add comments to navigation utils | Oskar Nyberg | 1 | -0/+5 | |
| 2023-01-03 | Send mock data to correct webContents | Oskar Nyberg | 1 | -2/+6 | |
| 2023-01-03 | Wait for navigation transitions in test | Oskar Nyberg | 6 | -39/+68 | |
| 2023-01-03 | Use page.getByTestId | Oskar Nyberg | 3 | -8/+4 | |
| 2023-01-03 | Update playwright | Oskar Nyberg | 2 | -26/+26 | |
| 2023-01-03 | Split startApp up into multiple functions | Oskar Nyberg | 1 | -18/+18 | |
| 2023-01-03 | Fix navigation when logging in from other frontend | Oskar Nyberg | 1 | -4/+3 | |
| 2023-01-03 | Remove unneeded ts-ignore | Oskar Nyberg | 1 | -1/+0 | |
| 2023-01-03 | Disable cmd+Q hotkey | Oskar Nyberg | 1 | -2/+2 | |
| 2022-12-15 | Add test for successfull login from daemon | Oskar Nyberg | 1 | -0/+32 | |
| 2022-12-15 | Add utility function for getting current url in e2e tests | Oskar Nyberg | 3 | -2/+22 | |
| 2022-12-15 | Add util function for asserting location switch | Oskar Nyberg | 1 | -0/+22 | |
| 2022-12-15 | Group utility functions in start app response | Oskar Nyberg | 7 | -41/+52 | |
| 2022-12-15 | Improve npm alias for running e2e tests against installed app | Oskar Nyberg | 3 | -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-14 | Add readme to gui directory | Oskar Nyberg | 1 | -0/+54 | |
| 2022-12-14 | Make tests against installed app run in sequentially | Oskar Nyberg | 2 | -2/+2 | |
| 2022-12-14 | Add unsecured test for installed | Oskar Nyberg | 4 | -72/+110 | |
| 2022-12-14 | Add config to test executable | Oskar Nyberg | 2 | -0/+3 | |
| 2022-12-14 | Fix timeout on Linux | Oskar Nyberg | 1 | -1/+3 | |
| 2022-12-14 | Build standalone tests | Oskar Nyberg | 7 | -82/+1418 | |
| 2022-12-14 | Make e2e tests run against installed app | Oskar Nyberg | 10 | -24/+37 | |
| 2022-11-30 | Update MainView to respect accountExpired error state | Oskar Nyberg | 1 | -3/+8 | |
| 2022-11-30 | Remove await from appWindow.locator in tests | Oskar Nyberg | 1 | -3/+3 | |
| 2022-11-30 | Update logic to work with new ErrorState structures | Oskar Nyberg | 12 | -165/+69 | |
