summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/NotificationArea.tsx
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar1-230/+0
2024-10-22Fix exhaustive-deps rule violationsOskar1-4/+4
2024-06-25Add e2e test for account expiry notificationsHank1-4/+11
2024-06-18Fix eslint errorsOskar Nyberg1-3/+1
All changes in this commit were produced by running `npm run lint -- --fix`.
2024-05-31Show error and troubleshoot dialog when lacking full disk accessOskar Nyberg1-9/+31
2024-01-31Add ModalMessageList componentOskar Nyberg1-11/+3
2023-10-30Adjust codebase to breaking changes in styled components v6Oskar Nyberg1-1/+1
2023-06-14Add new device in-app notificationOskar Nyberg1-5/+24
2023-02-21Add troubleshoot dialogOskar Nyberg1-10/+87
2022-11-30Update logic to work with new ErrorState structuresOskar Nyberg1-1/+1
2022-09-15Simplify notification banner implementationOskar Nyberg1-2/+2
2022-04-05Fix import orderingOskar Nyberg1-0/+1
2022-03-14Remove everything related to WireGuard key handlingOskar Nyberg1-8/+0
2021-09-20Remove unnecessary React importsOskar Nyberg1-1/+1
2021-07-02Add warning about DNS not working for excluded apps when blockedOskar Nyberg1-2/+10
2021-03-01Lower priority of update available notification bannerOskar Nyberg1-1/+2
2021-01-15Use new loggerOskar Nyberg1-1/+1
2020-12-17Replace usage of Electron APIs in renderer process with IPC callsOskar Nyberg1-3/+2
2020-11-10Add notification when there's no valid WireGuard keyOskar Nyberg1-1/+9
2020-09-29Switch roles of NotificationArea and SecuredLabel to statusOskar Nyberg1-1/+1
2020-09-29Make notification live-area politeOskar Nyberg1-1/+1
2020-09-11Make notification area and connectivity label live areasOskar Nyberg1-1/+1
2020-09-11Add aria-hidden to elements not relevant to screen readersOskar Nyberg1-1/+1
2020-07-01Convert components in NotificationBanner.tsx from ReactXPOskar Nyberg1-6/+5
2020-06-24Add system notification for when account has expiredOskar Nyberg1-2/+4
2020-06-24Add account expiry case to error notificationOskar Nyberg1-1/+1
2020-06-24Refactor AccountExpiryOskar Nyberg1-7/+3
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg1-296/+80
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg1-1/+1
A few places were missed when renaming it a while ago. currentIsBeta has also been renamed for more consistent naming.
2020-05-06Change quotes around "Always require VPN" to normal quotesOskar Nyberg1-1/+1
2020-04-29Add message when connection failed due to missing WireGuard keyOskar Nyberg1-1/+1
2020-04-29Add reason to notification when block-when-disconnected is enabledOskar Nyberg1-1/+1
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the ↵Andrej Mihajlov1-8/+1
latest patch release
2020-03-11Use beta program flag in the GUIDavid Lönnhager1-1/+1
2020-03-06Improve error notification when in the non-blocking error stateOskar Nyberg1-2/+7
2020-02-19Fix linter problems caused by no-case-declarationsOskar Nyberg1-1/+2
2020-02-19Fix linter problems caused by no-unreachableOskar Nyberg1-1/+0
2020-02-11Add account expiry warning notificationOskar Nyberg1-1/+1
2019-12-09Adjust desktop GUI code to use new error stateEmīls1-16/+15
2019-10-07Use authenticated URL in componentsEmīls Piņķis1-2/+2
2019-10-07Add container for NotificationAreaAndrej Mihajlov1-13/+5
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand1-1/+1
2019-08-11Improve wireguard key error messageEmīls Piņķis1-1/+1
2019-08-11Parse tunnel parameter block reason in GUIEmīls Piņķis1-6/+26
2019-08-09Add message about third party software on WindowsLinus Färnstrand1-5/+13
2019-08-07Improve no-matching-relay error message in GUIEmīls Piņķis1-1/+1
2019-06-28Rename `TunnelState` in GUIJanito Vaqueiro Ferreira Filho1-2/+2
2019-06-14Add linux specific message about firewall errors in GUIEmīls Piņķis1-2/+6
2019-04-09Translate the map and relay listAndrej Mihajlov1-17/+20
2019-03-07Refactor AuthFailureError into parseAuthFailure()Andrej Mihajlov1-2/+2