stable
Clone or download
Read-only
part of: story #21385 display Program's iterations How to test: - When the iteration content is loading --> A skeleton is displayed - When an iteration has no content --> Empty state - When a feature as a background color --> Its background is colored Change-Id: I70c43e2e6af9f4647a79cbe5afececa42d8412fd
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/FeatureCard.test.ts | +53 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/FeatureCard.vue | +60 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.vue | +1 | −1 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationUserStoryList.test.ts | +48 | −3 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationUserStoryList.vue | +35 | −4 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/__snapshots__/FeatureCard.test.ts.snap | +35 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/helpers/iteration-content-retriever.test.ts | +55 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/helpers/iteration-content-retriever.ts | +30 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/type.ts | +16 | −0 | Go to diff View file |
M | plugins/program_management/themes/planned-iterations/_element.scss | +78 | −0 | Go to diff View file |
M | plugins/program_management/themes/planned-iterations/_iterations.scss | +0 | −4 | Go to diff View file |