summaryrefslogtreecommitdiffhomepage
path: root/app/components
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-20Refactor mouse events capturingAndrej Mihajlov1-15/+14
2017-07-20Use standard clientX/Y instead of experimental pageX/YAndrej Mihajlov1-2/+2
2017-07-20Update Switch propsAndrej Mihajlov1-7/+9
2017-07-17Update HeaderBar.defaultPropsAndrej Mihajlov1-1/+3
2017-07-13Add tests for Account componentAndrej Mihajlov2-14/+17
2017-07-13export default in Map.jsErik Larkö2-2/+2
2017-07-11Extract the map into a separate componentErik Larkö2-75/+62
2017-07-07Move geoIP from account to connectionErik Larkö1-2/+2
2017-07-07Rename loginstate connecting->logging inErik Larkö2-7/+8
2017-07-06Upgrade to react-mapbox-gl v2.1.0Andrej Mihajlov1-4/+8
2017-07-06Don't crash on the map on LinuxErik Larkö1-23/+26
2017-07-03Rename account.account -> account.accountNumberErik Larkö2-10/+10
2017-07-03Moved the redux stuff into separate folder and renamed user->account and conn...Erik Larkö5-38/+36
2017-06-30Upgrade ESLint and adjust code to new linting requirementsAndrej Mihajlov3-28/+28
2017-06-30Migrate from deprecated React.Component.refsAndrej Mihajlov1-2/+10
2017-06-30Export Connect propsAndrej Mihajlov1-14/+14
2017-06-30Annotate Settings componentAndrej Mihajlov1-24/+21
2017-06-30Annotate Login componentAndrej Mihajlov1-63/+61
2017-06-30Annotate SelectLocation componentAndrej Mihajlov1-14/+25
2017-06-30Annotate AccountInput componentAndrej Mihajlov1-120/+67
2017-06-30Annotate Account componentAndrej Mihajlov1-25/+22
2017-06-30Annotate WindowChrome componentAndrej Mihajlov1-14/+4
2017-06-30Annotate Switch componentAndrej Mihajlov1-29/+48
2017-06-30Annotate Layout + HeaderBar componentsAndrej Mihajlov2-65/+25
2017-06-30Annotate CustomScrollbars componentAndrej Mihajlov1-19/+4
2017-06-26Reset state and clear timer when unmountingAndrej Mihajlov1-1/+9
2017-06-26Add Flow annotations for Connect componentAndrej Mihajlov1-86/+99
2017-06-23Migrate to React 15.6Andrej Mihajlov10-10/+20
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov1-4/+4
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov3-31/+28
2017-06-21Migrate HeaderBarStyle to FlowAndrej Mihajlov6-53/+22
2017-06-05Add transitionsAndrej Mihajlov4-17/+34
2017-05-23Reasons to all assertsErik Larkö1-2/+2
2017-04-03Mock backendErik Larkö1-1/+1
2017-03-24Whitespace errorsErik Larkö11-85/+85
2017-03-24Linux compatibility (#2)Andrei Mihailov3-4/+9
2017-03-21- Remove .failed connection enumAndrej Mihajlov1-11/+4
2017-03-21Display user out of time errorAndrej Mihajlov1-0/+10
2017-03-21Add reachability and display offline screen automatically based on itAndrej Mihajlov1-6/+16
2017-03-21Turn header bar red when connectingAndrej Mihajlov1-2/+3