summaryrefslogtreecommitdiffhomepage
path: root/app/components
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24Update userLocation to mine :)Andrej Mihajlov1-4/+4
2017-02-24- Move serverInfo configuration to backendAndrej Mihajlov5-62/+65
- Update settings - Reconnect when switching location
2017-02-24Switch marker based on connection statusAndrej Mihajlov1-4/+13
2017-02-24Update list item stylesAndrej Mihajlov3-6/+15
2017-02-24- Generalize button stylesAndrej Mihajlov6-78/+35
- Update login input styles according to new Zeplin screens - Update map style - Add marker assets
2017-02-23Workaround unwanted animation on first passAndrej Mihajlov1-1/+14
See: https://github.com/alex3165/react-mapbox-gl/issues/134
2017-02-23Drop Leaflet in favor or ReactMapboxGLAndrej Mihajlov1-27/+21
2017-02-23- Update depsAndrej Mihajlov2-28/+75
- Update configuration - Add maps
2017-02-22- Switch tray icon when connectedAndrej Mihajlov2-2/+2
- Fix ESLint issues
2017-02-22Switch maps when connectingAndrej Mihajlov2-2/+18
2017-02-22- Add cancellation logicAndrej Mihajlov2-27/+77
- Simulate IP address change - Switch buttons in footer when connecting
2017-02-22Switch states when connecting to serverAndrej Mihajlov2-3/+86
2017-02-22- Transition header when connectingAndrej Mihajlov2-7/+17
- Pass server to Backend.connect() - Add missing connecting event
2017-02-22Use mask to draw header barAndrej Mihajlov1-18/+5
2017-02-22Enable CSSBackdropFilterAndrej Mihajlov1-0/+1
2017-02-21- Handle app flow in app.jsAndrej Mihajlov1-4/+18
- Wire up connect() to "Secure connection" button - Refactor code - Drop promises in Backend in favor of event based approach
2017-02-21Refactor code and handle edge casesAndrej Mihajlov1-2/+2
2017-02-21- Add missing Then statementsAndrej Mihajlov5-24/+71
- Restore scroll position when coming back to Select Location screen - Add icon for fastest/nearest server
2017-02-21State management via Backend eventsAndrej Mihajlov3-7/+17
2017-02-21Fix propTypes declarationAndrej Mihajlov1-1/+1
2017-02-20Add custom scrollbarsAndrej Mihajlov4-6/+25
2017-02-20- Add cell appearance styles when selectedAndrej Mihajlov2-19/+55
- Hook up settings
2017-02-20Adjust UI stylesAndrej Mihajlov2-3/+8
2017-02-20Bind server selectorAndrej Mihajlov1-5/+5
2017-02-20Add location pickerAndrej Mihajlov5-21/+189
2017-02-20- Add map placeholdersAndrej Mihajlov2-1/+90
- Connection screen mockup
2017-02-17Update switch dimensions to 52x32Andrej Mihajlov1-6/+6
2017-02-17Optimize login layoutAndrej Mihajlov2-46/+40
2017-02-17Simplify layoutAndrej Mihajlov4-25/+6
2017-02-17Clean up codeAndrej Mihajlov2-13/+14
2017-02-17Make animation fasterAndrej Mihajlov1-1/+1
2017-02-17- Format account in settings pageAndrej Mihajlov4-41/+34
- Add links to configuration - Make links work on Settings page
2017-02-17Add switch control and hook up settings reducer & actionsAndrej Mihajlov4-3/+161
2017-02-17- Add settings page layoutAndrej Mihajlov4-3/+165
- Add defaultDark style for navigation bar
2017-02-16Add settings paneAndrej Mihajlov6-8/+104
2017-02-16Feature/menubar popup window (#1)Andrei Mihailov6-47/+38
Add menubar and tests
2017-02-14Split up Layout on Container and Header for better control over Headerbar ↵Andrej Mihajlov3-59/+87
from components
2017-02-14- Add new assetsAndrej Mihajlov4-14/+19
- Redirect user to VPN connection screen after log in
2017-02-14Add arrow button on login inputAndrej Mihajlov2-12/+96
2017-02-14Add success styleAndrej Mihajlov2-1/+5
2017-02-14Add HeaderBar.StyleAndrej Mihajlov2-2/+22
2017-02-13Fix linting issuesAndrej Mihajlov1-9/+9
2017-02-13Add logoutAndrej Mihajlov1-3/+5
2017-02-13Simulate loginAndrej Mihajlov2-14/+30
2017-02-13Autofocus on text field after login failureAndrej Mihajlov1-4/+12
2017-02-13- Add ES6 enumsAndrej Mihajlov3-19/+107
- Add react-if - Add conditional rendering in login component - Implement basic login logic
2017-02-10Add backend mockup and wire it up with all componentsAndrej Mihajlov1-10/+5
2017-02-10Display quartetsAndrej Mihajlov1-1/+13
2017-02-09Add error modifier classAndrej Mihajlov1-0/+4
2017-02-09- Filter account inputAndrej Mihajlov2-8/+29
- Improve CSS