summaryrefslogtreecommitdiffhomepage
path: root/app/containers/SupportPage.js
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Add workspacesAndrej Mihajlov1-37/+0
2018-08-08Add missing @flowAndrej Mihajlov1-0/+1
2018-08-08Use appropriate history methods when navigating between pagesAndrej Mihajlov1-3/+3
2018-08-07Migrate to connected-react-routerAndrej Mihajlov1-1/+1
Since react-router-redux is deprecated
2018-07-05Add initial form data to Support form, save form data when failed to submit ↵Andrej Mihajlov1-11/+10
the problem report
2018-06-14Update mapStateToProps to include only relevant fieldsAndrej Mihajlov1-1/+3
2018-06-05Add formatted source codeAndrej Mihajlov1-2/+5
2018-01-20Move problem report handling from supportPageanderklander1-67/+4
To be able to handle problem reports on mobile. Also moves ipc for collect-logs from tray to onReady.
2018-01-15Remove unused shell form supportPageanderklander1-1/+1
2018-01-15Move logging to platform dependent fileanderklander1-2/+2
And change open to openLink/openItem in platform.js
2017-12-06Enable flow for SupportPageAndrej Mihajlov1-5/+11
2017-12-05Fix flow issue for unchecked promiseAndrej Mihajlov1-5/+6
2017-11-09Redact account token from logsErik Larkö1-2/+2
2017-11-09Problem reportErik Larkö1-2/+73
2017-10-19Add support form fields and validationAndrej Mihajlov1-1/+3
2017-10-19Add Support componentAndrej Mihajlov1-0/+15