summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2023-04-17Move changelog tests out of setup directoryOskar Nyberg1-1/+1
2023-04-17Move unit test setup script out of setup directoryOskar Nyberg2-1/+1
2023-04-17Fix notification evaluation logic errorOskar Nyberg1-1/+1
2023-04-17Improve problem report instructionsOskar Nyberg2-5/+8
2023-04-17Update troubleshoot instructionsOskar Nyberg2-6/+3
2023-04-17Remove daemon connection observer when disconnecting during suspendOskar Nyberg2-28/+23
2023-04-17Prevent close handler when closing notifications in categoryOskar Nyberg1-1/+3
2023-04-13Make misc error messages more helpfulAlbin1-24/+3
2023-04-13Rephrase "no matching relay" error messageAlbin1-6/+0
2023-04-13Clarify upgrade available notificationAlbin1-3/+0
2023-04-13Clarify device offline push notificationAlbin1-0/+3
2023-04-13Clarify blocking network messageAlbin1-3/+0
2023-04-12Clarify MTU placeholderAlbin1-1/+1
2023-04-05Add missing await when emptying login field in testOskar Nyberg1-1/+1
2023-04-05Remove expects for intermediate states during loginOskar Nyberg1-8/+0
These are better suited in a test with a mocked daemon/main process.
2023-04-05Make playwright stop after first failureOskar Nyberg1-1/+1
2023-04-05Make playwright call asyncOskar Nyberg1-26/+25
2023-04-05Add playwright config for installed testsOskar Nyberg2-1/+12
2023-04-05Move paths into functions to prevent using them in wrong situationsOskar Nyberg1-7/+8
2023-04-05Catch rm-error in standalone testsOskar Nyberg1-1/+6
2023-04-04Reset expiry notifications on logoutOskar Nyberg1-0/+1
2023-03-28Search in translated location namesOskar Nyberg1-2/+5
2023-03-28Ensure main tray window can properly join full screen spaces on macOSClaudio Cambra1-1/+1
The tray window works great across different spaces, but it tends to have buggy behaviour on full screen spaces, especially after opening the tray window in one full screen space and switching to another. The tray window will try to switch back but disappear anyway as it loses focus. By ensuring NSWindowCollectionBehaviorFullScreenAuxiliary is correctly set on the window (through win.setVisibleOnAllWorkspaces(true { visibleOnFullScreen: true } ) this should be fixed
2023-03-28Hide the main window in macOS mission controlClaudio Cambra1-0/+1
When opening mission control with the tray window open, it appears in mission control, but clicking on it makes it immediately disappear when the animation is over. So let's just not show it in mission control
2023-03-27Add changelogAndrej Mihajlov1-1/+0
2023-03-27Update gui/locales/messages.potAlexander Seiler1-1/+1
Co-authored-by: MrChocolatine <47531779+MrChocolatine@users.noreply.github.com>
2023-03-27Fix many typosAlexander Seiler17-22/+22
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-03-27Add test that logs in to provided accountOskar Nyberg1-4/+35
2023-03-27Add logout testOskar Nyberg2-3/+32
2023-03-27Add login testsOskar Nyberg5-42/+105
2023-03-27Fix logout from welcome viewOskar Nyberg1-0/+1
2023-03-24Update playwrightOskar Nyberg2-26/+53
2023-03-24Update node and npm versionOskar Nyberg1-2/+2
2023-03-24Update Electron to 23.2.0Oskar Nyberg2-410/+343
2023-03-24Upgrade TypeScriptOskar Nyberg2-550/+796
2023-03-23Remove port 443 from available WireGuard over TCP portsLinus Färnstrand1-1/+1
2023-03-20Update messages.potsaber safavi1-0/+21
2023-03-16Sync localizationAlbin1-0/+9
2023-03-10Make transition queue smarter to avoid unnecessary transitionsOskar Nyberg3-44/+90
2023-03-10Replace transition queue with only one queued itemOskar Nyberg1-28/+20
2023-03-10Disconnect daemon during suspendOskar Nyberg2-1/+37
2023-02-27Fix back action collisionOskar Nyberg1-8/+25
2023-02-27Make routes importable without react routerOskar Nyberg6-26/+31
2023-02-23Remove unnecessary wait during electron launch in testsOskar Nyberg1-12/+1
2023-02-22Remove dependency on libnslDavid Lönnhager1-1/+1
2023-02-22Update translationsOskar Nyberg1-0/+17
2023-02-22Add translator context to quantum secure connectionOskar Nyberg1-0/+2
2023-02-22Add ui setting for quantum resistance settingOskar Nyberg1-0/+65
2023-02-22Add quantum resistant property to daemon rpc and internal structuresOskar Nyberg8-0/+75
2023-02-21Update translationsOskar Nyberg1-3/+50