aboutsummaryrefslogtreecommitdiffstats
path: root/webapp
AgeCommit message (Collapse)AuthorFilesLines
2018-01-30[Dashboard]: Reworked sidebar menu auto expandingSebastien Douheret3-22/+66
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Prevent browser freeze on WS data flooding.Sebastien Douheret1-21/+31
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Closed SDK modal install window on early error.Sebastien Douheret1-3/+8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-23Reworked SDKs events (introduced sdk-state-change)eel_5.0.1eel/5.0.15.0.1Sebastien Douheret2-38/+82
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-09Fixed listed sdk in build panel (only installed sdks)v1.0.1Sebastien Douheret1-27/+28
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-08Update dashboard welcome page.Sebastien Douheret2-17/+65
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret49-51/+52
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Automatically expand/collapse sidebar on mouse over/leave.Sebastien Douheret2-2/+35
2018-01-05Webapp: Fixed SDKs installationSebastien Douheret5-9/+37
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-23Added new SDKs management supportv1.0.0-rc2Sebastien Douheret19-93/+711
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-18Fixed npm packages version and cleanup useless code.Sebastien Douheret6-194/+26
2017-12-18Add confirmation modal when deleting a project.Sebastien Douheret4-5/+157
2017-12-01Added copyright headersv1.0.0-rc1Sebastien Douheret44-1/+793
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Fixed env var settings - dashboard.Sebastien Douheret2-59/+39
2017-11-30Fixed server config setup on InitSebastien Douheret1-4/+10
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Added Help menu with doc link and About modal.Sebastien Douheret6-6/+130
2017-11-30Fixed build page when no project existsSebastien Douheret5-38/+58
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed webapp build in production modeSebastien Douheret4-182/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed XDS server connection config - dashboardSebastien Douheret3-3/+11
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Fixed current project selection on deletion - DashboardSebastien Douheret1-1/+1
2017-11-24Improved and fixed connection to XDS ServerSebastien Douheret5-28/+26
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Add VSCode plugin list and fixed jsbeautify config.Sebastien Douheret2-0/+18
2017-11-24New dashboard improvements.Sebastien Douheret35-265/+721
- add build buttons - add build settings support and backup into project clientData - improved async alert - fixed project dropdown Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-20New dashboard look & feelSebastien Douheret183-2627/+6045
Dashboard is a fork of ngx-admin release v2.0.1 (sha be7649a9a2da835) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-14Fixed webapp build and error message.Sebastien Douheret15-111/+134
2017-11-10Moved Dashboad webapp on Angular 5 !Sebastien Douheret60-834/+997
Webapp loading time decreased from 2.7s to 1.5sec ! Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-08Added events decoder helpers.Sebastien Douheret1-1/+1
2017-11-06Update api routes name (plural nouns)Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-16Add sanity check when adding a new pathmap project/folderSebastien Douheret2-2/+3
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret4-475/+4
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret49-0/+3451
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>