| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-02-28 | Move routing logic to app.js | Andrej Mihajlov | 2 | -8/+11 | |
| 2017-02-28 | Refactor code | Andrej Mihajlov | 1 | -15/+12 | |
| 2017-02-28 | Backend: Automatically disconnect() on logout() | Andrej Mihajlov | 2 | -3/+3 | |
| 2017-02-28 | - Modularize code and reuse it in tests | Andrej Mihajlov | 3 | -70/+124 | |
| - Add connection state to backend and sync it with redux | |||||
| 2017-02-28 | Add routes validation | Andrej Mihajlov | 2 | -9/+51 | |
| 1. Redirect user to login when not logged in 2. Redirect user to main screen when logged in but still on login screen | |||||
| 2017-02-28 | Use memory store for react router | Andrej Mihajlov | 2 | -31/+26 | |
| 2017-02-27 | Remove unused RPC event | Andrej Mihajlov | 1 | -4/+0 | |
| 2017-02-27 | Move Mapbox configuration to constants.js | Andrej Mihajlov | 2 | -5/+7 | |
| 2017-02-24 | Fix typo | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-02-24 | Add helpers to convert from lat,lng to lng,lat | Andrej Mihajlov | 1 | -25/+28 | |
| 2017-02-24 | Disconnect user on logout | Andrej Mihajlov | 1 | -0/+3 | |
| 2017-02-24 | Swap calls to accommodate for map burst bug | Andrej Mihajlov | 1 | -1/+2 | |
| see: https://github.com/alex3165/react-mapbox-gl/issues/136 | |||||
| 2017-02-24 | Fix rare bug when dev tools window is not created yet but isDevToolsOpened() ↵ | Andrej Mihajlov | 1 | -1/+5 | |
| reports true | |||||
| 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 | Override userData path | Andrej Mihajlov | 1 | -0/+6 | |
| 2017-02-24 | - Lower font size for location | Andrej Mihajlov | 2 | -7/+51 | |
| - 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 | Set fastest server as default | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-02-24 | Auto-connect on login | Andrej Mihajlov | 2 | -3/+7 | |
| 2017-02-24 | - Move serverInfo configuration to backend | Andrej Mihajlov | 10 | -78/+141 | |
| - Update settings - Reconnect when switching location | |||||
| 2017-02-24 | Switch marker based on connection status | Andrej Mihajlov | 1 | -4/+13 | |
| 2017-02-24 | Update list item styles | Andrej Mihajlov | 3 | -6/+15 | |
| 2017-02-24 | - Generalize button styles | Andrej Mihajlov | 10 | -78/+174 | |
| - 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 | 3 | -33/+24 | |
| 2017-02-23 | - Update deps | Andrej Mihajlov | 4 | -43/+166 | |
| - Update configuration - Add maps | |||||
| 2017-02-22 | - Switch tray icon when connected | Andrej Mihajlov | 14 | -19/+39 | |
| - Fix ESLint issues | |||||
| 2017-02-22 | Avoid 0 when generating IP | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-02-22 | Switch maps when connecting | Andrej Mihajlov | 2 | -2/+18 | |
| 2017-02-22 | - Add cancellation logic | Andrej Mihajlov | 6 | -32/+124 | |
| - Simulate IP address change - Switch buttons in footer when connecting | |||||
| 2017-02-22 | Switch states when connecting to server | Andrej Mihajlov | 3 | -4/+87 | |
| 2017-02-22 | - Transition header when connecting | Andrej Mihajlov | 3 | -7/+20 | |
| - Pass server to Backend.connect() - Add missing connecting event | |||||
| 2017-02-22 | Use mask to draw header bar | Andrej Mihajlov | 5 | -33/+10 | |
| 2017-02-22 | Add missing comma | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-02-22 | Enable CSSBackdropFilter | Andrej Mihajlov | 2 | -0/+4 | |
| 2017-02-21 | Update action key | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-02-21 | Use defaultServer instead | Andrej Mihajlov | 2 | -7/+3 | |
| 2017-02-21 | - Handle app flow in app.js | Andrej Mihajlov | 4 | -78/+60 | |
| - Wire up connect() to "Secure connection" button - Refactor code - Drop promises in Backend in favor of event based approach | |||||
| 2017-02-21 | Refactor code and handle edge cases | Andrej Mihajlov | 7 | -34/+31 | |
| 2017-02-21 | - Add missing Then statements | Andrej Mihajlov | 5 | -24/+71 | |
| - Restore scroll position when coming back to Select Location screen - Add icon for fastest/nearest server | |||||
| 2017-02-21 | State management via Backend events | Andrej Mihajlov | 11 | -96/+174 | |
| 2017-02-21 | Fix propTypes declaration | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-02-20 | Add custom scrollbars | Andrej Mihajlov | 6 | -31/+26 | |
| 2017-02-20 | - Add cell appearance styles when selected | Andrej Mihajlov | 2 | -19/+55 | |
| - Hook up settings | |||||
| 2017-02-20 | Adjust UI styles | Andrej Mihajlov | 2 | -3/+8 | |
| 2017-02-20 | Fix invalid SVG size | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-02-20 | Add preferredServer option to settings | Andrej Mihajlov | 1 | -1/+2 | |
| 2017-02-20 | Tweak global scroll bar styles | Andrej Mihajlov | 1 | -0/+25 | |
