stable

Clone or download

Read-only

Filter trackers in baseline page

Part of epic #12142 Baseline v1 Change-Id: I94d04e3b9f3e6c4151f4671c1019593b4b5e237d

Modified Files

Name
M scripts/baseline/components/baseline-content/Artifact.spec.js +26 −12 Go to diff View file
M scripts/baseline/components/baseline-content/Artifact.vue +11 −3 Go to diff View file
A scripts/baseline/components/baseline-content/ArtifactsList.spec.js +42 −0 Go to diff View file
A scripts/baseline/components/baseline-content/BaselineContentFilters.vue +85 −0 Go to diff View file
A scripts/baseline/components/baseline-content/BaselineContentFiltersSkeleton.vue +26 −0 Go to diff View file
A scripts/baseline/components/baseline-content/BaselineContentLayout.vue +67 −0 Go to diff View file
M scripts/baseline/components/baseline-content/ContentBody.spec.js +48 −8 Go to diff View file
M scripts/baseline/components/baseline-content/ContentBody.vue +18 −6 Go to diff View file
M scripts/baseline/components/baseline-content/ContentPage.vue +30 −18 Go to diff View file
D scripts/baseline/components/baseline-content/ContentPageSkeleton.vue +0 −57 Go to diff View file
M scripts/baseline/po/fr.po +15 −0 Go to diff View file
M scripts/baseline/store/current_baseline.js +16 −1 Go to diff View file
M scripts/baseline/store/current_baseline.spec.js +35 −0 Go to diff View file
M scripts/baseline/store/current_comparison/abstract_baseline_content.js +12 −3 Go to diff View file
M scripts/baseline/store/current_comparison/abstract_baseline_content.spec.js +15 −0 Go to diff View file
M scripts/baseline/support/array-utils.js +6 −1 Go to diff View file
M scripts/baseline/support/array-utils.spec.js +44 −4 Go to diff View file
M themes/BurningParrot/baseline/_baseline-content.scss +17 −4 Go to diff View file