stable

Clone or download

Read-only

Show all baselines

Part of epic #12142 Baseline v1 How to test: --> Shows error message if baselines can't be fetch --> Shows information message if there is no baseline --> Shows skeleton in body table when loading baselines Change-Id: I5cad5c553c8f9a71502f35253b393682c5d9b8f5

Modified Files

Name
M scripts/baseline/api/rest-querier.js +7 −1 Go to diff View file
M scripts/baseline/api/rest-querier.spec.js +24 −1 Go to diff View file
M scripts/baseline/components/App.vue +74 −42 Go to diff View file
A scripts/baseline/components/BaselineTable.spec.js +113 −0 Go to diff View file
A scripts/baseline/components/BaselineTable.vue +76 −0 Go to diff View file
A scripts/baseline/components/BaselineTableBodyCellSkeleton.vue +43 −0 Go to diff View file
A scripts/baseline/components/BaselineTableBodyCells.spec.js +60 −0 Go to diff View file
A scripts/baseline/components/BaselineTableBodyCells.vue +54 −0 Go to diff View file
A scripts/baseline/components/BaselineTableBodySkeleton.vue +35 −0 Go to diff View file
M scripts/baseline/po/fr.po +31 −2 Go to diff View file
M scripts/baseline/po/template.pot +27 −1 Go to diff View file
M themes/BurningParrot/baseline/_baseline.scss +8 −5 Go to diff View file