summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/Connect.tsx
AgeCommit message (Expand)AuthorFilesLines
2021-09-06Show spinner while disconnectingOskar Nyberg1-4/+1
2021-06-28Separate connect and out-of-time viewsOskar Nyberg1-40/+4
2020-10-16Fix warnings from TypeScript eslint plugin after upgradeOskar Nyberg1-4/+0
2020-09-29Add focus fallback to Connect viewOskar Nyberg1-1/+4
2020-09-11Move notification area to above mainOskar Nyberg1-2/+2
2020-09-11Change html elements to semantically correct onesOskar Nyberg1-16/+24
2020-08-04Store the original block reason in the non-blocking error stateDavid Lönnhager1-2/+2
2020-07-01Convert components in NotificationBanner.tsx from ReactXPOskar Nyberg1-10/+7
2020-07-01Convert HeaderBar components from ReactXPOskar Nyberg1-3/+2
2020-06-30Convert most of Connect to styled componentsOskar Nyberg1-36/+27
2020-06-24Refactor AccountExpiryOskar Nyberg1-3/+3
2020-06-10Change SecuredLabel to 'BLOCKED CONNECTION' when disconnected and always requ...Oskar Nyberg1-0/+2
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg1-3/+3
2020-05-27Replace Map.tsx onLayout to componentDidMount/UpdateOskar Nyberg1-10/+11
2020-04-06Merge NewAccountView.tsx into ExpiredAccountErrorView.tsxOskar Nyberg1-50/+14
2020-04-06Make welcome screen disappear after adding time to accountOskar Nyberg1-7/+2
2020-04-06Add view shown after creating accountOskar Nyberg1-17/+34
2020-03-06Set header background to red when in the non-blocking error stateOskar Nyberg1-12/+2
2020-02-11Swap high and low zoom levels to make high indicate more zoomOskar Nyberg1-2/+2
2020-02-11Add account expiry warning notificationOskar Nyberg1-1/+1
2020-02-06Pass function for reconnecting to TunnelControlOskar Nyberg1-0/+2
2019-12-09Adjust desktop GUI code to use new error stateEmīls1-7/+7
2019-10-09Add missing break to handleExpiredAccountRecoveryEmīls Piņķis1-0/+1
2019-10-09Use authenticated URLs in ExpiredAccountErrorViewEmīls Piņķis1-4/+3
2019-10-07Use authenticated URL in componentsEmīls Piņķis1-1/+2
2019-10-07Pass `app` via custom contextAndrej Mihajlov1-1/+1
2019-10-07Add container for NotificationAreaAndrej Mihajlov1-9/+2
2019-06-27Refactor connection panel into containerAndrej Mihajlov1-51/+1
2019-06-06Show bridge info in GUIEmīls Piņķis1-2/+24
2019-03-26Update GUI with new GeoIpLocation struct layoutLinus Färnstrand1-1/+2
2019-03-07Add heuristics around account expiry to predict when it becomes staleAndrej Mihajlov1-10/+45
2019-03-07Refactor AuthFailureError into parseAuthFailure()Andrej Mihajlov1-1/+1
2019-03-07Merge ConnectStyles into ConnectAndrej Mihajlov1-8/+49
2019-03-07Add expired account error viewAndrej Mihajlov1-61/+38
2019-03-07Add missing translation for the "Buy more time" buttonAndrej Mihajlov1-1/+1
2019-03-01Move desktop to the rootAndrej Mihajlov1-0/+272