summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Change SecuredLabel to 'BLOCKED CONNECTION' when disconnected and always requ...Oskar Nyberg2-2/+9
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg3-301/+86
2020-06-10Fix in-app notification button onclickOskar Nyberg1-0/+2
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg1-1/+1
2020-06-01Prevent unnecessary unmounting/mounting of Location, Country and CityOskar Nyberg1-44/+31
2020-06-01Convert Marquee to a styled componentOskar Nyberg2-66/+78
2020-05-27Add automatic WireGuard key verificationOskar Nyberg1-14/+25
2020-05-27Replace Map.tsx onLayout to componentDidMount/UpdateOskar Nyberg2-24/+45
2020-05-27Convert AppButton from ReactXPOskar Nyberg16-299/+234
2020-05-25Disable beta program toggle when running betaOskar Nyberg1-5/+11
2020-05-25Add disabled functionality to switch, cell input and cell labelOskar Nyberg3-33/+86
2020-05-22Convert Modal.tsx to styled componentsOskar Nyberg3-101/+89
2020-05-19Add delay before dismissing voucher alert on successOskar Nyberg1-10/+18
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 Nyberg3-176/+149
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önnhager1-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-06Change quotes around "Always require VPN" to normal quotesOskar Nyberg2-2/+2
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-29Fix modal flickeringOskar Nyberg1-1/+11
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 Nyberg1-102/+58
2020-04-24Upgrade React and ReactXPOskar Nyberg2-10/+9
2020-04-16Revert "Convert Modal.tsx to pure React"Oskar Nyberg1-70/+66
2020-04-15Update title and subtitle on login screenOskar Nyberg1-6/+12
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the la...Andrej Mihajlov10-56/+76
2020-04-14Convert Modal.tsx to pure ReactOskar Nyberg1-66/+70
2020-04-06Render ModalAlert into element which is appended on mountOskar Nyberg1-4/+18
2020-04-06Add component for submitting voucherOskar Nyberg3-3/+312
2020-04-06Add "block when disconnected" setting in the out of time viewOskar Nyberg1-3/+61
2020-04-06Merge NewAccountView.tsx into ExpiredAccountErrorView.tsxOskar Nyberg6-267/+157
2020-04-06Make welcome screen disappear after adding time to accountOskar Nyberg2-7/+11
2020-04-06Add view shown after creating accountOskar Nyberg6-20/+164
2020-04-03Create new account when pressing create account buttonOskar Nyberg2-42/+39
2020-03-26Format account number when displaying itOskar Nyberg4-13/+36
2020-03-26Add beta program toggle in preferencesOskar Nyberg1-0/+20
2020-03-26Keep old viewport bounding boxes until animation is doneOskar Nyberg1-17/+32