stable

Clone or download

Read-only

Expand collapse of an iteration

part of story #21385 display Program's iterations You can now expand/collapse an iteration It will always display its empty state You can't Edit iteration yet Change-Id: I6e085e24d6a8437ec45407549067257d3db0458b

Modified Files

Name
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.test.ts +12 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.vue +24 −3 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationNoContent.vue +37 −0 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationUserStoryList.test.ts +33 −0 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationUserStoryList.vue +38 −0 Go to diff View file
M plugins/program_management/themes/planned-iterations/_iterations.scss +28 −0 Go to diff View file