summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2022-09-27Update usages of Selector for updated implementationOskar Nyberg6-110/+96
2022-09-27Update selector to handle automatic valuesOskar Nyberg1-42/+61
2022-09-26Updating version in package filesLinus Färnstrand2-3/+3
2022-09-20Don't include any tests in dist buildHank1-1/+1
2022-09-20Don't do screenshot matching. Remove global transition setting (#3937)hankolsen16-33/+0
2022-09-20Try 0ms transitionsHank1-1/+1
2022-09-20Revert html reporter and remove github action artifact uploadsHank1-1/+0
2022-09-20Remove unused packagesHank2-22/+0
2022-09-20Output playwright report as html and upload in Github on failureHank1-0/+1
2022-09-20No point in testing color of an empty labelHank1-2/+0
2022-09-20Simplify expressionHank1-6/+11
2022-09-20Export functions directly instead of exporting a bunch at the end of the fileHank1-7/+5
2022-09-20Re-arrange folder structure for tests, put unit and e2e under root test folderHank35-33/+32
2022-09-20Disable transitions globally when running testsHank2-1/+14
2022-09-20Remove _ prefix from function nameHank1-3/+3
2022-09-20Add Windows snapshotsHank4-0/+0
2022-09-20Disable screenshots in Github ActionsHank1-5/+15
2022-09-20Use longer timeout for PlaywrightHank1-0/+1
2022-09-20Add Linux snapshotsParallels5-0/+0
2022-09-20Disable notification transition and update snapshotsHank4-0/+0
2022-09-20Add script to update playwright snapshotsHank1-0/+1
2022-09-20Run Playwright tests in GithubHank2-4/+29
2022-09-20Disable map animations during e2e tests. Run tests without waiting for animat...Hank9-6/+3
2022-09-20Add screenshot diffingHank7-6/+15
2022-09-20Let's run Playwright tests in parallelHank1-2/+2
2022-09-20Don't bundle e2e filesHank1-0/+2
2022-09-20Add tests for connect buttonHank1-2/+18
2022-09-20Refactor and implement tunnel-state testsHank3-77/+232
2022-09-20Update e2e script to also build firstHank1-1/+2
2022-09-20Add sepearate implementation for main-process for testsOskar Nyberg5-11/+199
2022-09-20Update tests with mocked ipcMainHank2-29/+63
2022-09-20Fix tsconfigHank1-0/+2
2022-09-20Fix eslint error message for gui ts filesHank1-0/+1
2022-09-20Add two simple e2e testsHank3-0/+117
2022-09-20Add Playwright config fileHank1-0/+11
2022-09-20Install PlaywrightHank2-0/+97
2022-09-20Add missing typescript files to tsconfig.jsonHank1-0/+2
2022-09-20Make eslint ignore all javascript files, until we have it configured correctlyHank2-0/+5
2022-09-15Fix notification croppingOskar Nyberg2-2/+9
2022-09-15Simplify notification banner implementationOskar Nyberg2-29/+10
2022-09-14Fix transition when navigating from device revoked to loginOskar Nyberg1-4/+3
2022-09-14Add overflow hidden to ModalContent to prevent scrollbarOskar Nyberg1-0/+1
2022-09-13Improve daemon unit fileEmīls Piņķis1-12/+4
2022-09-12Add early-boot-blocking unit fileEmīls Piņķis1-4/+12
2022-09-09Update translationsAlbin1-3/+0
2022-09-09Update translationsAlbin1-3/+0
2022-09-09Add transition when logging outOskar Nyberg5-28/+35
2022-09-09Add component for pausing reduxOskar Nyberg4-17/+55
2022-09-08Move account number row and expiry row to functional componentsOskar Nyberg2-18/+21
2022-09-06Move default settings to its own fileOskar Nyberg2-67/+73