summaryrefslogtreecommitdiffhomepage
path: root/gui/test/components/NotificationArea.spec.tsx
AgeCommit message (Collapse)AuthorFilesLines
2020-06-10Remove NotificationArea testsOskar Nyberg1-277/+0
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg1-3/+3
A few places were missed when renaming it a while ago. currentIsBeta has also been renamed for more consistent naming.
2020-05-25Disable beta program toggle when running betaOskar Nyberg1-0/+1
2020-05-25Use null instead of undefined to represent up to date in nextUpdateOskar Nyberg1-0/+1
Electron is removing values that are undefined when sending objects through the IPC and therefore doesn't update the redux state when using the spread operator. To solve this, this commit uses null instead of undefined to represent that there are no upgrades.
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the ↵Andrej Mihajlov1-12/+2
latest patch release
2020-03-24Remove NotificationArea prop which doesn't exist anymoreOskar Nyberg1-4/+0
2020-02-11Add account expiry warning notificationOskar Nyberg1-1/+1
2019-12-09Adjust desktop GUI code to use new error stateEmīls1-3/+6
2019-10-07Use authenticated URL in componentsEmīls Piņķis1-12/+24
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand1-4/+4
2019-08-11Parse tunnel parameter block reason in GUIEmīls Piņķis1-1/+2
2019-06-28Change how tunnel endpoint is broadcastedJanito Vaqueiro Ferreira Filho1-3/+11
2019-06-06Fix ITunnelEndpoint and IProxyEndpointEmīls Piņķis1-1/+1
2019-04-01Fix testsAndrej Mihajlov1-16/+86
2019-03-07Refactor codeAndrej Mihajlov1-0/+2
2019-03-01Move desktop to the rootAndrej Mihajlov1-0/+193