stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 Display name and comment in comparison page after saving. Saved comparison is accessible through a dedicated url. Data fetching are moved in dedicated Vue componsant (XXXAsync). The goal is to split data fetching from all other logics. Change-Id: I3d7873314cab90cee9365a0033832d46c27187d9
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/baseline/api/rest-querier.js | +6 | −0 | Go to diff View file |
M | scripts/baseline/components/common/BaselineLabelSkeleton.vue | +5 | −0 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonHeader.vue | +16 | −46 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonHeaderAsync.vue | +90 | −0 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonHeaderSkeleton.vue | +40 | −0 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonLabel.vue | +43 | −0 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonLabelSkeleton.vue | +31 | −0 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonPage.vue | +18 | −48 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonPageAsync.vue | +70 | −0 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonPageSkeleton.vue | +49 | −0 | Go to diff View file |
M | scripts/baseline/components/comparison/NewComparisonModal.vue | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/comparison/SaveComparisonModal.spec.js | +21 | −4 | Go to diff View file |
M | scripts/baseline/components/comparison/SaveComparisonModal.vue | +9 | −2 | Go to diff View file |
R | scripts/baseline/components/comparison/ComparisonPage.spec.js | Go to diff View file | ||
A | scripts/baseline/components/comparison/TransientComparisonLabel.vue | +61 | −0 | Go to diff View file |
A | scripts/baseline/components/comparison/TransientComparisonPage.vue | +71 | −0 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ComparisonContent.vue | +21 | −29 | Go to diff View file |
M | scripts/baseline/po/fr.po | +3 | −0 | Go to diff View file |
M | scripts/baseline/router/index.js | +13 | −3 | Go to diff View file |
M | scripts/baseline/support/factories.js | +7 | −0 | Go to diff View file |
M | themes/BurningParrot/baseline/_comparison.scss | +9 | −5 | Go to diff View file |