summaryrefslogtreecommitdiffhomepage
path: root/app/components/Connect.js
AgeCommit message (Collapse)AuthorFilesLines
2017-02-22Switch maps when connectingAndrej Mihajlov1-1/+5
2017-02-22- Add cancellation logicAndrej Mihajlov1-25/+62
- Simulate IP address change - Switch buttons in footer when connecting
2017-02-22Switch states when connecting to serverAndrej Mihajlov1-0/+37
2017-02-22- Transition header when connectingAndrej Mihajlov1-7/+16
- Pass server to Backend.connect() - Add missing connecting event
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-21- Add missing Then statementsAndrej Mihajlov1-10/+28
- Restore scroll position when coming back to Select Location screen - Add icon for fastest/nearest server
2017-02-21State management via Backend eventsAndrej Mihajlov1-1/+12
2017-02-20Adjust UI stylesAndrej Mihajlov1-2/+2
2017-02-20Add location pickerAndrej Mihajlov1-9/+13
2017-02-20- Add map placeholdersAndrej Mihajlov1-1/+17
- Connection screen mockup
2017-02-17- Format account in settings pageAndrej Mihajlov1-6/+2
- Add links to configuration - Make links work on Settings page
2017-02-16Add settings paneAndrej Mihajlov1-1/+5
2017-02-16Feature/menubar popup window (#1)Andrei Mihailov1-2/+7
Add menubar and tests
2017-02-14Split up Layout on Container and Header for better control over Headerbar ↵Andrej Mihajlov1-4/+7
from components
2017-02-14- Add new assetsAndrej Mihajlov1-0/+14
- Redirect user to VPN connection screen after log in