summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/redux/version
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar2-82/+0
2021-02-09Open correct part of download page when running a beta versionOskar Nyberg1-0/+3
2020-06-25Update GUI to not show update info if the app is too newEmīls2-15/+5
2020-06-05Remove use of spread operator for action data in reducersOskar Nyberg1-1/+4
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg2-8/+8
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 Nyberg2-1/+10
2020-05-25Use null instead of undefined to represent up to date in nextUpdateOskar Nyberg2-3/+3
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-1/+1
latest patch release
2020-03-11Use beta program flag in the GUIDavid Lönnhager1-2/+0
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand2-3/+2
2019-03-04Update GUI to use new appVersionInfo layoutLinus Färnstrand1-5/+2
2019-03-01Move desktop to the rootAndrej Mihajlov2-0/+83