summaryrefslogtreecommitdiffhomepage
path: root/app/app.js
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Remove persistent storageErik Larkö1-18/+0
2017-07-07Refactor app.jsErik Larkö1-18/+29
2017-07-07Rename loginstate connecting->logging inErik Larkö1-3/+3
2017-07-07The Backend class is no longer an EventEmitterErik Larkö1-12/+2
2017-07-04Flow app.jsErik Larkö1-8/+20
2017-07-03Add first login workflow testErik Larkö1-1/+1
2017-07-03Moved the redux stuff into separate folder and renamed user->account and conn...Erik Larkö1-11/+12
2017-06-30Upgrade ESLint and adjust code to new linting requirementsAndrej Mihajlov1-1/+1
2017-06-22Add Flow annotations for Redux storeAndrej Mihajlov1-1/+1
2017-06-22Fix rendering code to be Flow proofAndrej Mihajlov1-3/+11
2017-06-22Replace `in` with regular if-statement to satisfy FlowAndrej Mihajlov1-1/+1
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov1-4/+4
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov1-8/+9
2017-06-09Allow unused args starting with _Erik Larkö1-1/+1
2017-06-08Add type annotations for TrayIconManagerAndrej Mihajlov1-8/+6
2017-05-27Migrate to react-router v4 and react-router-redux v5-alphaAndrej Mihajlov1-21/+5
2017-04-18Use electron-log instead of console.logErik Larkö1-2/+3
2017-04-03Read connection stringErik Larkö1-2/+6
2017-04-03Mock backendErik Larkö1-2/+1
2017-03-27Some more whitespace fixesErik Larkö1-2/+2
2017-03-21- Remove .failed connection enumAndrej Mihajlov1-1/+1
2017-03-17Drop spinner and update assetsAndrej Mihajlov1-28/+6
2017-03-17Add alternative menubar iconsAndrej Mihajlov1-2/+0
2017-03-17Update tray assets and hide spinner when window is visibleAndrej Mihajlov1-8/+43
2017-03-16Refactor codeAndrej Mihajlov1-6/+6
2017-03-16Setup tray animatorsAndrej Mihajlov1-2/+4
2017-03-06Add paidUntilAndrej Mihajlov1-1/+1
2017-03-02Add service worker to cache requests to mapbox APIsAndrej Mihajlov1-1/+11
2017-03-01Split constants on enums and config.jsonAndrej Mihajlov1-1/+1
2017-03-01Move routing based from backend events into separate module for improved test...Andrej Mihajlov1-16/+5
2017-02-28Move backend patch for redux into Backend objectAndrej Mihajlov1-25/+2
2017-02-28Move less relevant code downAndrej Mihajlov1-6/+6
2017-02-28Entirely decouple routing from translation of backend events into redux actionsAndrej Mihajlov1-3/+9
2017-02-28Move routing logic to app.jsAndrej Mihajlov1-1/+10
2017-02-28Refactor codeAndrej Mihajlov1-15/+12
2017-02-28- Modularize code and reuse it in testsAndrej Mihajlov1-69/+33
2017-02-28Add routes validationAndrej Mihajlov1-1/+16
2017-02-28Use memory store for react routerAndrej Mihajlov1-6/+5
2017-02-24Disconnect user on logoutAndrej Mihajlov1-0/+3
2017-02-24Swap calls to accommodate for map burst bugAndrej Mihajlov1-1/+2
2017-02-24Auto-connect on loginAndrej Mihajlov1-1/+7
2017-02-22- Switch tray icon when connectedAndrej Mihajlov1-2/+22
2017-02-22- Add cancellation logicAndrej Mihajlov1-0/+4
2017-02-21- Handle app flow in app.jsAndrej Mihajlov1-1/+9
2017-02-21State management via Backend eventsAndrej Mihajlov1-2/+50
2017-02-16Feature/menubar popup window (#1)Andrei Mihailov1-15/+16
2017-02-13Add logoutAndrej Mihajlov1-4/+4
2017-02-10Add backend mockup and wire it up with all componentsAndrej Mihajlov1-1/+12
2017-02-10Disable smart pinchAndrej Mihajlov1-1/+4
2017-02-09Add basic structure and login screenAndrej Mihajlov1-1/+1