summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2023-06-01Change obfuscation title to wireguard obfuscationJonatan Rhodin1-0/+3
2023-05-30Change dialog type to caution for bridge mode and multihop warningsOskar Nyberg2-2/+2
2023-05-30Make close icon smaller in too many devices viewOskar Nyberg1-0/+2
2023-05-29Delete platform-irrelevant librariesDavid Lönnhager1-0/+11
2023-05-29Update electron builderOskar Nyberg2-2/+2
2023-05-16Add string resourcessaber safavi1-3/+0
2023-05-15Add creation date below device name in the device list screenJonatan Rhodin1-0/+3
2023-05-09Move platform instructions from iOS changes template to desktop oneOskar Nyberg1-0/+1
2023-05-09Restore payment button in account fragment for release buildsJonatan Rhodin1-0/+3
Also change the text of the button to manage account instead
2023-05-04Merge branch 'update-translations-2023.3-des-102' into prepare-2023.3Oskar Nyberg39-154/+1739
2023-05-03Add string resourcessaber safavi1-0/+6
2023-04-25Update content blockers informational dialogJonatan Rhodin1-0/+6
- Change programs to apps - Add custom dns warning - Add html-formatted text support to info dialog
2023-04-24Add login error messages to localization templatesOskar Nyberg2-6/+31
2023-04-20Add a dedicated account button on the main view and remove it from settingsJon Petersson1-0/+3
2023-04-19Enable pointer events on the new view when transitioningOskar Nyberg1-10/+6
2023-04-19Add command line version optionOskar Nyberg3-2/+8
2023-04-19Add command line help optionOskar Nyberg2-14/+43
2023-04-19Refactor command line option handlingOskar Nyberg3-21/+51
2023-04-19Add GUI test for device revoked viewOskar Nyberg2-1/+30
2023-04-19Add test for too many devices flowOskar Nyberg2-1/+52
2023-04-18Fix clipboard permission request after electron upgradeOskar Nyberg1-2/+2
2023-04-18Change feedback textarea's placeholdersaber safavi1-3/+0
2023-04-17Add informational dialog for local network sharingOskar Nyberg2-14/+40
2023-04-17Fix RPM package to not include build idsEmīls1-0/+4
2023-04-17Don't read app name when running testsOskar Nyberg1-1/+2
2023-04-17Add tests for notification evaluationOskar Nyberg2-14/+164
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