stable

Clone or download

Read-only

Show comparison content with only artifacs tree

Part of epic #12142 Baseline v1 Only added and removed artifacts are highlighted. All artifacts are visible (like in baseline view). Change-Id: I8cbfcd90a56fb6442d8e630d1fffc42e73220d80

Modified Files

Name
A scripts/baseline/components/comparison/ComparisonHeader.vue +73 −0 Go to diff View file
M scripts/baseline/components/comparison/ComparisonPage.vue +11 −66 Go to diff View file
A scripts/baseline/components/comparison/content/AddedArtifact.vue +41 −0 Go to diff View file
A scripts/baseline/components/comparison/content/ArtifactsComparison.spec.js +88 −0 Go to diff View file
A scripts/baseline/components/comparison/content/ArtifactsComparison.vue +88 −0 Go to diff View file
A scripts/baseline/components/comparison/content/ArtifactsComparisonSkeleton.vue +37 −0 Go to diff View file
A scripts/baseline/components/comparison/content/ComparisonContent.vue +112 −0 Go to diff View file
A scripts/baseline/components/comparison/content/ModifiedArtifact.vue +115 −0 Go to diff View file
A scripts/baseline/components/comparison/content/ModifiedArtifactSkeleton.vue +27 −0 Go to diff View file
A scripts/baseline/components/comparison/content/RemovedArtifact.vue +41 −0 Go to diff View file
M scripts/baseline/po/fr.po +3 −0 Go to diff View file
M scripts/baseline/po/template.pot +3 −0 Go to diff View file
M scripts/baseline/presenters/baseline.js +5 −1 Go to diff View file
M scripts/baseline/router/index.js +8 −1 Go to diff View file
M scripts/baseline/support/factories.js +3 −0 Go to diff View file
M themes/BurningParrot/_baseline.scss +1 −0 Go to diff View file
A themes/BurningParrot/baseline/_comparison-content.scss +66 −0 Go to diff View file