summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/NotificationArea.tsx
AgeCommit message (Expand)AuthorFilesLines
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
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 la...Andrej Mihajlov1-8/+1
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
2019-03-07Add expired account error viewAndrej Mihajlov1-2/+1
2019-03-07Refactor codeAndrej Mihajlov1-1/+8
2019-03-01Convert AuthFailure to Error subclass and dynamically query gettext stringsAndrej Mihajlov1-2/+2
2019-03-01Move desktop to the rootAndrej Mihajlov1-0/+295