summaryrefslogtreecommitdiffhomepage
path: root/app/components
AgeCommit message (Expand)AuthorFilesLines
2017-12-06Remove noop ternary opAndrej Mihajlov1-5/+1
2017-12-06Use RelayLocation to obtain server informationAndrej Mihajlov1-9/+32
2017-12-06Flatten server listAndrej Mihajlov1-6/+7
2017-12-06Populate city/country in UI from redux storeAndrej Mihajlov1-18/+19
2017-12-06Add relay constraint builder and basic testsAndrej Mihajlov1-7/+4
2017-12-06Add relay settings fetchAndrej Mihajlov1-19/+8
2017-12-05Adjust SelectLocation component to support RelayLocationAndrej Mihajlov1-32/+41
2017-11-23Temporary hardcode automatic constraints selection since we cannot useAndrej Mihajlov1-4/+7
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand2-4/+4
2017-11-21Implement account dropdown for account history on Login viewAndrej Mihajlov2-155/+334
2017-11-21Animate footer view in loginAndrej Mihajlov1-2/+7
2017-11-21Refine flow types across projectAndrej Mihajlov1-1/+1
2017-11-10Fix small comments from MattErik Larkö2-6/+11
2017-11-10Update the hard coded server listErik Larkö1-6/+6
2017-11-09Redact account token from logsErik Larkö1-2/+10
2017-11-09Problem reportErik Larkö3-53/+226
2017-11-09Redid the settings state and inlined a few componentsErik Larkö3-78/+87
2017-11-08tcp and portErik Larkö5-17/+191
2017-10-20Make the account token copyableErik Larkö2-2/+6
2017-10-19Remove occasional tabsAndrej Mihajlov2-4/+4
2017-10-19Update margins and textsAndrej Mihajlov2-5/+5
2017-10-19Add test for support item in settingsAndrej Mihajlov1-1/+1
2017-10-19Add support form fields and validationAndrej Mihajlov2-4/+148
2017-10-19Fix typo in CSS commentAndrej Mihajlov4-6/+4
2017-10-19Add Support componentAndrej Mihajlov2-0/+99
2017-10-19Add hook to view support formAndrej Mihajlov1-13/+7
2017-10-19Swap mail icon for chevronAndrej Mihajlov1-1/+1
2017-10-19Fix misaligned right label and arrow disclosureAndrej Mihajlov1-0/+1
2017-10-16Show the real server IP when connected, and none when not.Linus Färnstrand1-2/+2
2017-10-05Remove the auto-secure settingErik Larkö1-11/+1
2017-10-03Show the country when securing the connectionErik Larkö1-6/+11
2017-10-02Remove fastest and nearest serversErik Larkö2-41/+1
2017-10-02More realistic mock IPsErik Larkö1-1/+4
2017-10-02Review fixErik Larkö1-11/+3
2017-10-02Store the unsubmitted account token in the redux storeErik Larkö1-14/+15
2017-09-27Show different locations if the user is connected or notErik Larkö1-1/+3
2017-09-27Don't reconnect to the previously preferred serverErik Larkö1-1/+3
2017-09-25Read the city and coutry from the temporary config until we implement it in t...Erik Larkö1-1/+1
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö1-2/+8
2017-09-06Remove map from the first beta. MAKE SURE TO INCLUDE IT IN LATER RELEASESErik Larkö1-6/+10
2017-09-04Change accountNumber to accountTokenLinus Färnstrand2-16/+16
2017-08-24Replace paidUntil with expiryLinus Färnstrand3-14/+14
2017-08-23Refactor Connect props and first disconnected testErik Larkö1-7/+5
2017-08-21Refactor Login component and add footer and account input testsErik Larkö1-85/+98
2017-07-27Remove JSDOM and update Switch componentAndrej Mihajlov1-0/+7
2017-07-21Add missing annotation for WindowChromeAndrej Mihajlov1-2/+1
2017-07-21Fix invalid use of eslint-disableAndrej Mihajlov1-3/+2
2017-07-21Add tests for settingsAndrej Mihajlov1-15/+17
2017-07-21Proxy props to underlying INPUTAndrej Mihajlov1-1/+7
2017-07-20Mock "change" eventAndrej Mihajlov1-5/+1