summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
AgeCommit message (Collapse)AuthorFilesLines
2023-04-04Reset expiry notifications on logoutOskar Nyberg1-0/+1
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 Seiler5-6/+6
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-03-10Make transition queue smarter to avoid unnecessary transitionsOskar Nyberg1-0/+1
2023-03-10Disconnect daemon during suspendOskar Nyberg2-1/+37
2023-02-22Add quantum resistant property to daemon rpc and internal structuresOskar Nyberg3-0/+38
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 Nyberg4-14/+38
2023-02-09Add dispose method on notification controllerOskar Nyberg2-0/+8
2023-02-09Only show one notification from each category and throttle updatesOskar Nyberg3-75/+73
2023-02-09Add notification categoriesOskar Nyberg1-16/+10
2023-02-09Add severity to SystemNotificationOskar Nyberg1-7/+11
2023-02-01Add 'Go to System Settings' button to launch viewDavid Lönnhager2-1/+48
2023-01-15Replace space with - in menubar-icons directory nameOskar Nyberg1-1/+1
2023-01-10Remove unused NoDaemonErrorOskar Nyberg1-6/+0
2023-01-09Fix height correctionsOskar Nyberg1-4/+1
2023-01-04Change please contact supportOskar Nyberg1-3/+3
2023-01-03Disable cmd+Q hotkeyOskar Nyberg1-2/+2
2022-12-14Fix timeout on LinuxOskar Nyberg1-1/+3
2022-11-30Update logic to work with new ErrorState structuresOskar Nyberg3-4/+2
2022-11-30Add enum for error state cause and update to new values from daemonOskar Nyberg1-40/+75
2022-11-29Set window bounds with correct size instead of position on showOskar Nyberg1-2/+3
2022-11-24Move relay filtering to filter-relays.tsOskar Nyberg2-141/+16
2022-11-23Fix race condition when updating IPC target when recreating windowOskar Nyberg2-6/+17
2022-11-23Add quit button to context menuOskar Nyberg2-16/+30
2022-11-07Improve renderer log forwardingOskar Nyberg3-12/+32
2022-11-07Add view state to history location stateOskar Nyberg1-6/+1
2022-10-17Update ipc webcontents handling to be less complexOskar Nyberg2-40/+8
2022-10-07Upgrade TypeScript and fix resulting compilation errorsOskar Nyberg1-3/+3
2022-10-06Simplify command line argument checkingOskar Nyberg3-7/+22
2022-10-06Add command line option for forwarding renderer log to main console loggerOskar Nyberg2-1/+6
2022-10-06Add command line option to not open devtoolsOskar Nyberg3-7/+11
2022-09-30Fix app crashing when trying to set svg to window iconOskar Nyberg2-6/+13
2022-09-27Handle WireguardEndpointDataOskar Nyberg2-18/+47
2022-09-20Add sepearate implementation for main-process for testsOskar Nyberg1-6/+2
2022-09-06Move default settings to its own fileOskar Nyberg2-67/+73
2022-09-06Remove arrow on top of window on macOSOskar Nyberg1-13/+17
2022-08-26Simplify app quit procedureOskar Nyberg2-61/+43
2022-08-23Remove use of --quit-without-disconnect and limitations due to disconnectingOskar Nyberg1-15/+4
2022-08-23Stay connected when electron app is killedOskar Nyberg1-29/+22
2022-08-22Improve how information is passed between components in main processOskar Nyberg7-143/+205
2022-08-22Move functions within index.tsOskar Nyberg1-31/+27
2022-08-22Move account code to it's own fileOskar Nyberg2-226/+273