summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Collapse)AuthorFilesLines
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
2023-02-06Fix device sortingOskar Nyberg1-1/+1
2023-02-01Change to flex layout for ErrorView footerOskar Nyberg2-70/+88
2023-02-01Add 'Go to System Settings' button to launch viewDavid Lönnhager8-13/+158
2023-01-16Update onSend function when the message changesDavid Lönnhager1-1/+1
2023-01-15Replace space with - in menubar-icons directory nameOskar Nyberg1-1/+1
2023-01-10Remove unused NoDaemonErrorOskar Nyberg1-6/+0
2023-01-10Increase tunnel control height to 185 to include out-addressOskar Nyberg1-1/+1
2023-01-09Fix height correctionsOskar Nyberg1-4/+1
2023-01-09Fix position of connection panel when overflowingOskar Nyberg1-2/+2
2023-01-09Add hyphen to broken words in titlesOskar Nyberg1-0/+1