stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 So, all components may use notification easily with VueX: this.$store.commit("notify", notification); Change-Id: If87a6daa1ceabdc7ebe67ea7c0c89c8bccf8e986
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/baseline/components/App.spec.js | +23 | −17 | Go to diff View file |
M | scripts/baseline/components/App.vue | +15 | −2 | Go to diff View file |
M | scripts/baseline/components/BaselinesPage.vue | +72 | −96 | Go to diff View file |
A | scripts/baseline/components/Notification.vue | +21 | −0 | Go to diff View file |
M | scripts/baseline/components/baseline-content/Artifact.spec.js | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/baseline-content/ContentBody.spec.js | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/common/SemanticFieldLabel.spec.js | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/new-baseline/NewBaselineModal.spec.js | +9 | −1 | Go to diff View file |
M | scripts/baseline/components/new-baseline/NewBaselineModal.vue | +5 | −0 | Go to diff View file |
M | scripts/baseline/index.js | +2 | −7 | Go to diff View file |
M | scripts/baseline/router/index.js | +6 | −0 | Go to diff View file |
M | scripts/baseline/store/index.js | +6 | −8 | Go to diff View file |
A | scripts/baseline/store/options.js | +37 | −0 | Go to diff View file |
M | scripts/baseline/support/factories.js | +6 | −0 | Go to diff View file |