summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2020-05-25Disable beta program toggle when running betaOskar Nyberg7-7/+31
2020-05-25Add disabled functionality to switch, cell input and cell labelOskar Nyberg3-33/+86
2020-05-25Use null instead of undefined to represent up to date in nextUpdateOskar Nyberg4-12/+10
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-05-25Update version state on beta-program setting changeOskar Nyberg1-0/+4
2020-05-22Convert Modal.tsx to styled componentsOskar Nyberg3-101/+89
2020-05-20Add instruction for adding new language to app.tsxOskar Nyberg1-0/+2
2020-05-19Add delay before dismissing voucher alert on successOskar Nyberg1-10/+18
2020-05-19Add useScheduler hookOskar Nyberg1-0/+12
2020-05-19Make pgettext and npgettext require predefined-contextOskar Nyberg2-1/+41
2020-05-19Add voucher payment to account viewOskar Nyberg3-49/+84
2020-05-19Refactor redeem voucher alert to RedeemVoucher.tsxOskar Nyberg3-36/+36
2020-05-18Convert RedeemVoucher.tsx to styled components and functional componentsOskar Nyberg4-195/+149
2020-05-18Add hook for getting app context in functional componentsOskar Nyberg1-4/+15
2020-05-18Add hook for getting redux actions in a functional componentOskar Nyberg1-0/+9
2020-05-18Updating version in package files2020.5-beta1Linus Färnstrand2-2/+2
2020-05-15Improve localization contextsOskar Nyberg5-13/+11
2020-05-15Align subtitle in Launch.tsxOskar Nyberg1-0/+1
2020-05-15Make out-of-time view scrollableOskar Nyberg2-20/+31
2020-05-15Make wireguard-key-view scrollableOskar Nyberg4-50/+81
2020-05-15Convert Cell to Styled componentsOskar Nyberg15-588/+401
2020-05-14Always enable the beta program in beta versionsDavid Lönnhager6-9/+9
2020-05-12Updating version in package filesLinus Färnstrand2-2/+2
2020-05-08Convert ImageView into a styled componentOskar Nyberg15-164/+150
2020-05-08Scroll to expose expanded items in location listOskar Nyberg8-52/+186
2020-05-07Use embeded TLS certificatesEmīls1-1/+0
2020-05-06Bring in version bump from 2020.4-beta4Linus Färnstrand2-2/+2
2020-05-06Change quotes around "Always require VPN" to normal quotesOskar Nyberg2-2/+2
2020-05-05Integrate translations backLinus Färnstrand30-669/+3204
2020-05-05Update relay locations (add Vienna)Linus Färnstrand16-15/+64
2020-05-05Update messages.potLinus Färnstrand1-29/+197
2020-04-30Fix deserialization of AppVersionInfo in GUIDavid Lönnhager3-6/+9
2020-04-29Remove wireguard key generation error notificationOskar Nyberg2-11/+0
2020-04-29Add message when connection failed due to missing WireGuard keyOskar Nyberg2-4/+16
2020-04-29Updating version in package filesLinus Färnstrand2-2/+2
2020-04-29Add reason to notification when block-when-disconnected is enabledOskar Nyberg1-1/+1
2020-04-29Fix modal flickeringOskar Nyberg2-2/+12
2020-04-29Add confirmation for block when disconnected settingOskar Nyberg2-220/+278
2020-04-29Add ModalMessage in Modal.tsxOskar Nyberg1-8/+15
2020-04-28Convert account view to styled componentsOskar Nyberg2-125/+106
2020-04-28Convert Layout and Container to styled componentsOskar Nyberg2-26/+15
2020-04-28Convert ClipboardLabel to a styled componentOskar Nyberg6-39/+46
2020-04-28Convert Switch.tsx to styled componentsOskar Nyberg1-162/+80
2020-04-28Convert Accordion component to use styled-componentsOskar Nyberg3-122/+411
2020-04-27Upgrade redux, react-redux, react-router and connected-react-routerOskar Nyberg4-83/+137
2020-04-24Upgrade React and ReactXPOskar Nyberg5-83/+60
2020-04-23Upgrade tsc-watchOskar Nyberg2-4/+4
2020-04-23Disable typescript incremental build except for in watch modeOskar Nyberg2-2/+1
2020-04-23Upgrade typescript eslint pluginsOskar Nyberg2-43/+43
2020-04-23Upgrade Typescript to 3.8.3Oskar Nyberg3-5/+5
The eslint rule `no-unused-expression` was changed to it's typescript equivalent which allows function calls with optional chaining, e.g. `animation?.stop()` or `call?.()`.
2020-04-21Fix typo "Elector" to "Electron"Oskar Nyberg1-2/+2