stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 Display all saved comparisons in baseline service home page Change-Id: I90693ad85d96fd6a13ff516db48497d922093755
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/baseline/api/rest-querier.js | +9 | −0 | Go to diff View file |
M | scripts/baseline/api/rest-querier.spec.js | +21 | −0 | Go to diff View file |
M | scripts/baseline/components/HomePage.vue | +18 | −3 | Go to diff View file |
A | scripts/baseline/components/comparisons-list/Comparison.spec.js | +79 | −0 | Go to diff View file |
A | scripts/baseline/components/comparisons-list/Comparison.vue | +103 | −0 | Go to diff View file |
A | scripts/baseline/components/comparisons-list/ComparisonSkeleton.vue | +53 | −0 | Go to diff View file |
A | scripts/baseline/components/comparisons-list/ComparisonsList.spec.js | +109 | −0 | Go to diff View file |
A | scripts/baseline/components/comparisons-list/ComparisonsList.vue | +97 | −0 | Go to diff View file |
M | scripts/baseline/po/fr.po | +9 | −0 | Go to diff View file |
A | scripts/baseline/store/comparisons.js | +88 | −0 | Go to diff View file |
A | scripts/baseline/store/comparisons.spec.js | +111 | −0 | Go to diff View file |
M | scripts/baseline/store/options.js | +24 | −2 | Go to diff View file |
M | scripts/baseline/store/options.spec.js | +57 | −1 | Go to diff View file |
M | scripts/baseline/support/factories.js | +5 | −1 | Go to diff View file |
M | themes/BurningParrot/_baseline.scss | +1 | −0 | Go to diff View file |
A | themes/BurningParrot/baseline/_comparisons-list.scss | +34 | −0 | Go to diff View file |