summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main/notification-controller.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar1-337/+0
2024-03-21Add notification icon loggingOskar Nyberg1-14/+19
2024-01-31Update disconnected from daemon system notificationOskar Nyberg1-0/+9
2024-01-31Replace electron-mocha with mochaOskar Nyberg1-1/+2
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-17Prevent close handler when closing notifications in categoryOskar Nyberg1-1/+3
2023-02-09Add support for showing notification dot in tray iconOskar Nyberg1-18/+83
2023-02-09Remove closedNotifications listOskar Nyberg1-7/+1
2023-02-09Close notifications when they are no longer relevantOskar Nyberg1-5/+13
2023-02-09Add dispose method on notification controllerOskar Nyberg1-0/+7
2023-02-09Only show one notification from each category and throttle updatesOskar Nyberg1-65/+70
2023-02-09Add notification categoriesOskar Nyberg1-16/+10
2023-02-09Add severity to SystemNotificationOskar Nyberg1-7/+11
2022-11-30Update logic to work with new ErrorState structuresOskar Nyberg1-2/+1
2022-08-22Improve how information is passed between components in main processOskar Nyberg1-12/+36
2022-08-22Move tray and window handling to new UserInterface classOskar Nyberg1-1/+1
2022-04-05Fix import orderingOskar Nyberg1-1/+2
2021-07-23Replace consumePromise with void operatorOskar Nyberg1-2/+1
2021-07-02Add warning about DNS not working for excluded apps when blockedOskar Nyberg1-1/+2
2021-06-17Disable notification action on persistent notifications on WindowsOskar Nyberg1-1/+1
2021-01-15Use new loggerOskar Nyberg1-1/+1
2020-11-13Update notification messagesOskar Nyberg1-3/+1
2020-07-22Add notification action buttons in macOSOskar Nyberg1-12/+19
2020-07-22Make criticial notifications persistentOskar Nyberg1-1/+4
2020-07-22Make notifications open app on clickOskar Nyberg1-2/+11
2020-06-24Add account expiry case to error notificationOskar Nyberg1-2/+6
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg1-167/+109
2020-04-29Remove wireguard key generation error notificationOskar Nyberg1-10/+0
2020-04-29Add message when connection failed due to missing WireGuard keyOskar Nyberg1-3/+15
2020-03-06Change content of os notification when entering non-blocking error stateOskar Nyberg1-1/+1
2020-02-21Fix linter problems caused by @typescript-eslint/no-floating-promisesOskar Nyberg1-1/+2
2020-02-11Add account expiry warning notificationOskar Nyberg1-0/+18
2020-01-27Fix deprecated Electron APIsAndrej Mihajlov1-1/+1
2019-12-09Adjust desktop GUI code to use new error stateEmīls1-12/+9
2019-10-23Show relay name in notificationsDavid Lönnhager1-2/+32
2019-10-23Use larger PNG icon in notifications on WindowsDavid Lönnhager1-0/+10
2019-07-05Add notifications about failed key generationEmīls Piņķis1-0/+10
2019-06-28Rename `TunnelState` in GUIJanito Vaqueiro Ferreira Filho1-2/+2
2019-04-09Translate the map and relay listAndrej Mihajlov1-9/+11
2019-03-01Move desktop to the rootAndrej Mihajlov1-0/+177