Commit 1fe5e28
feat(interview): 종료 패널에서 피드백 보기 버튼 연결
세션 종료 패널이 sessionId 를 받지 못해 COMPLETED 상태에서도
피드백 화면으로 이동할 수 없었음(워크스페이스 링크만). 라이브 중
WS 자동 리다이렉트가 놓치면 막다른 길.
- SessionEndedPanel: sessionId prop 추가 + COMPLETED 시
/sessions/:id/feedback 로 가는 "피드백 보기" 버튼 노출
- LiveInterview: SessionEndedPanel 에 sessionId 전달
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3cf80a9 commit 1fe5e28
2 files changed
Lines changed: 18 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
0 commit comments