summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Collapse)AuthorFilesLines
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
2023-02-27Fix back action collisionOskar Nyberg1-8/+25
2023-02-27Make routes importable without react routerOskar Nyberg5-26/+30
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-21Make BackItem figure out icon based on history lengthOskar Nyberg4-34/+22
2023-02-21Add troubleshoot dialogOskar Nyberg4-42/+156
2023-02-21Add in app notification dialog specificationOskar Nyberg3-2/+73
2023-02-21Clarify some notification messagesOskar Nyberg1-3/+3
2023-02-21Fix window not closing when unpinning windowOskar Nyberg1-4/+8
2023-02-21Fix timeout duration not fitting into 32-bit signed integerOskar Nyberg1-2/+3
2023-02-10Add scheduler for first notificationOskar Nyberg1-5/+18
2023-02-09Prevent race condition when setting tray iconOskar Nyberg2-26/+57
2023-02-09Add support for showing notification dot in tray iconOskar Nyberg4-44/+118
2023-02-09Load icons when theme change instead of all at launchOskar Nyberg1-40/+18
2023-02-09Remove closedNotifications listOskar Nyberg1-7/+1
2023-02-09Close notifications when they are no longer relevantOskar Nyberg8-18/+43
2023-02-09Add dispose method on notification controllerOskar Nyberg2-0/+8
2023-02-09Only show one notification from each category and throttle updatesOskar Nyberg15-85/+91
2023-02-09Add notification categoriesOskar Nyberg8-16/+34
2023-02-09Add severity to SystemNotificationOskar Nyberg13-28/+80