Commit 3442dc3
committed
fix(tui): restore story list on completion screen
When EventStoryStarted was removed during the prd.json cleanup, the code
that set currentStoryID and currentStoryStart was lost. Without these,
finalizeStoryTiming() always returned early, leaving storyTimings empty
and the completion screen without its story list.
Attach the current storyID to EventIterationStart events from the loop,
and start tracking story timing in the TUI when the story changes.1 parent 18619c9 commit 3442dc3
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
| 201 | + | |
198 | 202 | | |
199 | 203 | | |
200 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
930 | 936 | | |
931 | 937 | | |
932 | 938 | | |
| |||
0 commit comments