summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Expand)AuthorFilesLines
2017-05-27Flow in backend.jsErik Larkö1-8/+21
2017-05-27Migrate to react-router v4 and react-router-redux v5-alphaAndrej Mihajlov9-75/+89
2017-05-24Add backoff to the reconnection logicErik Larkö1-2/+31
2017-05-23Fixes logout bugErik Larkö1-1/+1
2017-05-23Reasons to all assertsErik Larkö4-8/+8
2017-05-23Uncomment Ipc listener because the backend is emitting one event per secondErik Larkö1-2/+2
2017-05-23Add support for JsonRpc subscriptionsErik Larkö1-6/+39
2017-05-23Refactor animationsAndrej Mihajlov1-39/+9
2017-05-19Login and connectErik Larkö1-33/+24
2017-05-19Logout and disconnectErik Larkö1-8/+2
2017-05-19Get IPErik Larkö1-4/+4
2017-05-19Use a websocket as the IPC channelErik Larkö3-25/+73
2017-04-18Don't show backend errors when exiting the frontend in developmentErik Larkö1-1/+1
2017-04-18Use electron-log instead of console.logErik Larkö5-24/+42
2017-04-12Updated jsonrpc methods after changes in the backendErik Larkö1-2/+2
2017-04-12Can start and connect to the backendErik Larkö1-0/+17
2017-04-07Rust backendErik Larkö3-127/+51
2017-04-03Read connection stringErik Larkö3-3/+36
2017-04-03Mock backendErik Larkö5-208/+221
2017-03-27Some more whitespace fixesErik Larkö3-19/+19
2017-03-24Whitespace errorsErik Larkö22-165/+165
2017-03-24Linux compatibility (#2)Andrei Mihailov4-116/+76
2017-03-23Document Backend._startReachabilityAndrej Mihajlov1-0/+8
2017-03-21Adjust backend to redux actionsAndrej Mihajlov1-3/+1
2017-03-21- Remove .failed connection enumAndrej Mihajlov5-49/+23
2017-03-21Display user out of time errorAndrej Mihajlov2-6/+11
2017-03-21Add reachability and display offline screen automatically based on itAndrej Mihajlov4-15/+63
2017-03-21Add Backend.hasCreditsAndrej Mihajlov1-0/+13
2017-03-21Turn header bar red when connectingAndrej Mihajlov1-2/+3
2017-03-21Migrate to NSEventMonitor 0.0.2Andrej Mihajlov1-2/+2
2017-03-20Add noteAndrej Mihajlov1-0/+1
2017-03-20Add backend errors and polish error viewsAndrej Mihajlov4-3/+75
2017-03-20Add error screenAndrej Mihajlov2-167/+212
2017-03-20Return .failed state on errorAndrej Mihajlov1-1/+1
2017-03-20- Add support for passing custom values for enum keys (via Object)Andrej Mihajlov1-9/+45
2017-03-20Add app menu to map hotkeys to standard actions (i.e copy/paste)Andrej Mihajlov1-10/+32
2017-03-20Fix lint issueAndrej Mihajlov1-1/+1
2017-03-20Fix copy/paste supportAndrej Mihajlov1-12/+43
2017-03-20Copy ip address to clipboardAndrej Mihajlov3-4/+42
2017-03-20- Move spinner class computation into separate methodAndrej Mihajlov1-3/+36
2017-03-20Fix top anchor and adjust marginsAndrej Mihajlov2-35/+51
2017-03-20Revert anchor pointAndrej Mihajlov1-2/+1
2017-03-20Merge branch 'feature/refactor-animations'Andrej Mihajlov6-477/+386
2017-03-20Merge branch 'feature/alternative-menubar-icons'Andrej Mihajlov98-160/+28
2017-03-20Limit number of lines displayed for city+countryAndrej Mihajlov1-0/+4
2017-03-20Anchor location text to the top of viewAndrej Mihajlov1-1/+2
2017-03-18Disable selection color of tray iconAndrej Mihajlov1-1/+1
2017-03-17New keyframe animationAndrej Mihajlov5-265/+111
2017-03-17Incorporate all logic into tray animationAndrej Mihajlov1-44/+107
2017-03-17Drop spinner and update assetsAndrej Mihajlov94-150/+27