stable
Clone or download
Read-only
part of story #18408 plan Features in Program Increment How to test: App now display two different empty states: - one for to be planned items - one for program increment Change-Id: I82484fa79fdda5c8ac22c6e9ea75ca85420443c9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/scripts/scaled_agile/po/fr_FR.po | +9 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/App.test.ts | +1 | −2 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/App.vue | +7 | −4 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/EmptyState.test.ts | +39 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/EmptyState.vue | +38 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/EmptySvg.vue | +44 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrement.vue | +36 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/__snapshots__/EmptyState.test.ts.snap | +24 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/EmptyState.test.ts | +39 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/EmptyState.vue | +32 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlanned.vue | +36 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/__snapshots__/EmptyState.test.ts.snap | +18 | −0 | Go to diff View file |
M | plugins/scaled_agile/themes/BurningParrot/_scaled_agile.scss | +1 | −0 | Go to diff View file |
A | plugins/scaled_agile/themes/BurningParrot/scaled_agile/_backlog.scss | +45 | −0 | Go to diff View file |