summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Collapse)AuthorFilesLines
2023-09-08Add logging of account expiry when running testsOskar Nyberg1-0/+4
2023-09-05Fix login testsOskar Nyberg1-1/+3
2023-09-05Remove forwarded ports messages from GUI frontendLinus Färnstrand10-216/+10
2023-08-30Remove unused link from config.jsonOskar Nyberg1-1/+0
2023-08-28Replace out of time view when adding timeOskar Nyberg7-94/+117
2023-07-11Update login test to click correct account buttonDavid Lönnhager1-0/+1
2023-07-07Update Electron to 25.2.0Oskar Nyberg1-4/+4
2023-07-07Update account expiry fetch logicOskar Nyberg3-13/+8
2023-07-04Fix tunnel state testsOskar Nyberg1-1/+1
2023-06-29Cleanup review comments, CI issues and android supportJonathan1-11/+9
Add necessary android support to allow it to not crash due to interface changes. Format the code, remove redundant async functions, fix android issues related to not having to use a Vec to store the custom lists and a string as an id. Fix unit tests.
2023-06-29Update changelog, sync naming in .proto update guiJonathan1-11/+21
Updates the changelog, syncs naming to be consistent inside the .proto file with rust in regards to newly added message types for custom lists. Update the gui so that it does not break when using a custom list daemon. However does not let gui actually use custom lists, only has CLI support.
2023-06-28Add account info to headerbarOskar Nyberg1-4/+72
2023-06-28Refactor time left calculationsOskar Nyberg5-66/+56
2023-06-28Move account button to headerbar in main viewOskar Nyberg5-41/+35
2023-06-14Add new device in-app notificationOskar Nyberg6-28/+102
2023-06-14Add device name to new account viewOskar Nyberg3-1/+28
2023-06-14Add info button to account view device rowOskar Nyberg4-2/+72
2023-06-14Add creation date to device listOskar Nyberg1-3/+32
2023-06-12Replace thrown error in account data fetch with typed valuesOskar Nyberg10-109/+94
2023-06-12Add tunnel state GUI testsOskar Nyberg2-5/+5
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-04-24Add login error messages to localization templatesOskar Nyberg1-3/+17
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 Nyberg1-1/+1
2023-04-19Add test for too many devices flowOskar Nyberg1-1/+1
2023-04-18Fix clipboard permission request after electron upgradeOskar Nyberg1-2/+2
2023-04-17Add informational dialog for local network sharingOskar Nyberg1-10/+29
2023-04-17Don't read app name when running testsOskar Nyberg1-1/+2
2023-04-17Add tests for notification evaluationOskar Nyberg1-14/+22
2023-04-17Fix notification evaluation logic errorOskar Nyberg1-1/+1
2023-04-17Improve problem report instructionsOskar Nyberg1-1/+1
2023-04-17Update troubleshoot instructionsOskar Nyberg1-4/+1
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-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-27Fix many typosAlexander Seiler11-14/+14
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-03-27Add logout testOskar Nyberg1-2/+6
2023-03-27Add login testsOskar Nyberg3-10/+11
2023-03-27Fix logout from welcome viewOskar Nyberg1-0/+1
2023-03-23Remove port 443 from available WireGuard over TCP portsLinus Färnstrand1-1/+1
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