| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-23 | Refactor Connect props and first disconnected test | Erik Larkö | 1 | -7/+5 | |
| 2017-07-13 | export default in Map.js | Erik Larkö | 1 | -1/+1 | |
| 2017-07-11 | Extract the map into a separate component | Erik Larkö | 1 | -75/+11 | |
| 2017-07-07 | Move geoIP from account to connection | Erik Larkö | 1 | -2/+2 | |
| 2017-07-07 | Rename loginstate connecting->logging in | Erik Larkö | 1 | -0/+1 | |
| 2017-07-06 | Upgrade to react-mapbox-gl v2.1.0 | Andrej Mihajlov | 1 | -4/+8 | |
| 2017-07-06 | Don't crash on the map on Linux | Erik Larkö | 1 | -23/+26 | |
| 2017-07-03 | Moved the redux stuff into separate folder and renamed user->account and ↵ | Erik Larkö | 1 | -19/+19 | |
| connect->connection | |||||
| 2017-06-30 | Upgrade ESLint and adjust code to new linting requirements | Andrej Mihajlov | 1 | -12/+12 | |
| 2017-06-30 | Export Connect props | Andrej Mihajlov | 1 | -14/+14 | |
| 2017-06-26 | Reset state and clear timer when unmounting | Andrej Mihajlov | 1 | -1/+9 | |
| 2017-06-26 | Add Flow annotations for Connect component | Andrej Mihajlov | 1 | -86/+99 | |
| 2017-06-23 | Migrate to React 15.6 | Andrej Mihajlov | 1 | -1/+2 | |
| 2017-06-21 | - Migrate Backend.EventType and Backend.ErrorType to Flow | Andrej Mihajlov | 1 | -4/+4 | |
| - Export Backend and BackendError separately | |||||
| 2017-06-21 | Replace ConnectionState & LoginState with Flow alternative | Andrej Mihajlov | 1 | -14/+13 | |
| 2017-06-21 | Migrate HeaderBarStyle to Flow | Andrej Mihajlov | 1 | -4/+5 | |
| 2017-05-23 | Reasons to all asserts | Erik Larkö | 1 | -2/+2 | |
| 2017-04-03 | Mock backend | Erik Larkö | 1 | -1/+1 | |
| 2017-03-24 | Whitespace errors | Erik Larkö | 1 | -13/+13 | |
| 2017-03-24 | Linux compatibility (#2) | Andrei Mihailov | 1 | -1/+1 | |
| * Make app run in window on Linux/Windows * Fix filename case * Show window by default except on macOS * always show dev tools when developing * Adjust content height for other platforms | |||||
| 2017-03-21 | - Remove .failed connection enum | Andrej Mihajlov | 1 | -11/+4 | |
| - Do not connect if user is out credits | |||||
| 2017-03-21 | Display user out of time error | Andrej Mihajlov | 1 | -0/+10 | |
| 2017-03-21 | Add reachability and display offline screen automatically based on it | Andrej Mihajlov | 1 | -6/+16 | |
| 2017-03-21 | Turn header bar red when connecting | Andrej Mihajlov | 1 | -2/+3 | |
| 2017-03-20 | Add backend errors and polish error views | Andrej Mihajlov | 1 | -1/+18 | |
| 2017-03-20 | Add error screen | Andrej Mihajlov | 1 | -167/+196 | |
| 2017-03-20 | Fix lint issue | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-03-20 | Copy ip address to clipboard | Andrej Mihajlov | 1 | -2/+22 | |
| 2017-03-20 | - Move spinner class computation into separate method | Andrej Mihajlov | 1 | -3/+36 | |
| - Add comment blocks around different parts of template to define boundaries | |||||
| 2017-03-20 | Fix top anchor and adjust margins | Andrej Mihajlov | 1 | -33/+44 | |
| 2017-03-06 | Fetch user location from freegeoip.net | Andrej Mihajlov | 1 | -8/+4 | |
| 2017-03-03 | - Bump heading font size to 38px | Andrej Mihajlov | 1 | -3/+16 | |
| - Display Fastest/Nearest when connecting (instead of country) | |||||
| 2017-03-03 | Refactor code and disable initial pass animations | Andrej Mihajlov | 1 | -68/+84 | |
| 2017-03-01 | Adjust styles | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-03-01 | Refactor connect screen | Andrej Mihajlov | 1 | -19/+8 | |
| 2017-03-01 | Split constants on enums and config.json | Andrej Mihajlov | 1 | -1/+2 | |
| 2017-02-27 | Move Mapbox configuration to constants.js | Andrej Mihajlov | 1 | -5/+3 | |
| 2017-02-24 | Add helpers to convert from lat,lng to lng,lat | Andrej Mihajlov | 1 | -25/+28 | |
| 2017-02-24 | Minor changes | Andrej Mihajlov | 1 | -1/+3 | |
| 2017-02-24 | Add two markers: 1. user location marker 2. server location marker | Andrej Mihajlov | 1 | -14/+16 | |
| 2017-02-24 | Hide marker when connecting | Andrej Mihajlov | 1 | -3/+7 | |
| 2017-02-24 | - Lower font size for location | Andrej Mihajlov | 1 | -6/+41 | |
| - Update "connecting" state - Set up different zoom levels for different connection states | |||||
| 2017-02-24 | Update userLocation to mine :) | Andrej Mihajlov | 1 | -4/+4 | |
| 2017-02-24 | - Move serverInfo configuration to backend | Andrej Mihajlov | 1 | -32/+13 | |
| - Update settings - Reconnect when switching location | |||||
| 2017-02-24 | Switch marker based on connection status | Andrej Mihajlov | 1 | -4/+13 | |
| 2017-02-24 | - Generalize button styles | Andrej Mihajlov | 1 | -7/+7 | |
| - Update login input styles according to new Zeplin screens - Update map style - Add marker assets | |||||
| 2017-02-23 | Workaround unwanted animation on first pass | Andrej Mihajlov | 1 | -1/+14 | |
| See: https://github.com/alex3165/react-mapbox-gl/issues/134 | |||||
| 2017-02-23 | Drop Leaflet in favor or ReactMapboxGL | Andrej Mihajlov | 1 | -27/+21 | |
| 2017-02-23 | - Update deps | Andrej Mihajlov | 1 | -10/+71 | |
| - Update configuration - Add maps | |||||
| 2017-02-22 | - Switch tray icon when connected | Andrej Mihajlov | 1 | -1/+1 | |
| - Fix ESLint issues | |||||
