summaryrefslogtreecommitdiffhomepage
path: root/app/components/Connect.js
AgeCommit message (Expand)AuthorFilesLines
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-03Moved the redux stuff into separate folder and renamed user->account and conn...Erik Larkö1-19/+19
2017-06-30Upgrade ESLint and adjust code to new linting requirementsAndrej Mihajlov1-12/+12
2017-06-30Export Connect propsAndrej Mihajlov1-14/+14
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 Mihajlov1-1/+2
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov1-4/+4
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov1-14/+13
2017-06-21Migrate HeaderBarStyle to FlowAndrej Mihajlov1-4/+5
2017-05-23Reasons to all assertsErik Larkö1-2/+2
2017-04-03Mock backendErik Larkö1-1/+1
2017-03-24Whitespace errorsErik Larkö1-13/+13
2017-03-24Linux compatibility (#2)Andrei Mihailov1-1/+1
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
2017-03-20Add backend errors and polish error viewsAndrej Mihajlov1-1/+18
2017-03-20Add error screenAndrej Mihajlov1-167/+196
2017-03-20Fix lint issueAndrej Mihajlov1-1/+1
2017-03-20Copy ip address to clipboardAndrej Mihajlov1-2/+22
2017-03-20- Move spinner class computation into separate methodAndrej Mihajlov1-3/+36
2017-03-20Fix top anchor and adjust marginsAndrej Mihajlov1-33/+44
2017-03-06Fetch user location from freegeoip.netAndrej Mihajlov1-8/+4
2017-03-03- Bump heading font size to 38pxAndrej Mihajlov1-3/+16
2017-03-03Refactor code and disable initial pass animationsAndrej Mihajlov1-68/+84
2017-03-01Adjust stylesAndrej Mihajlov1-1/+1
2017-03-01Refactor connect screenAndrej Mihajlov1-19/+8
2017-03-01Split constants on enums and config.jsonAndrej Mihajlov1-1/+2
2017-02-27Move Mapbox configuration to constants.jsAndrej Mihajlov1-5/+3
2017-02-24Add helpers to convert from lat,lng to lng,latAndrej Mihajlov1-25/+28
2017-02-24Minor changesAndrej Mihajlov1-1/+3
2017-02-24Add two markers: 1. user location marker 2. server location markerAndrej Mihajlov1-14/+16
2017-02-24Hide marker when connectingAndrej Mihajlov1-3/+7
2017-02-24- Lower font size for locationAndrej Mihajlov1-6/+41
2017-02-24Update userLocation to mine :)Andrej Mihajlov1-4/+4
2017-02-24- Move serverInfo configuration to backendAndrej Mihajlov1-32/+13
2017-02-24Switch marker based on connection statusAndrej Mihajlov1-4/+13
2017-02-24- Generalize button stylesAndrej Mihajlov1-7/+7
2017-02-23Workaround unwanted animation on first passAndrej Mihajlov1-1/+14
2017-02-23Drop Leaflet in favor or ReactMapboxGLAndrej Mihajlov1-27/+21
2017-02-23- Update depsAndrej Mihajlov1-10/+71
2017-02-22- Switch tray icon when connectedAndrej Mihajlov1-1/+1
2017-02-22Switch maps when connectingAndrej Mihajlov1-1/+5
2017-02-22- Add cancellation logicAndrej Mihajlov1-25/+62
2017-02-22Switch states when connecting to serverAndrej Mihajlov1-0/+37
2017-02-22- Transition header when connectingAndrej Mihajlov1-7/+16
2017-02-21- Handle app flow in app.jsAndrej Mihajlov1-4/+18