Found while testing #475 (the #141 reframe), pre-existing on main.
Repro: on /study, open a study guide from the "Recent guides" rail (not via an exam selection). The exam selection state is cleared, and the Regenerate button stays permanently disabled on that path — there is no way to regenerate the guide you're looking at without re-selecting the exam first.
Where:frontend/src/components/screens/Study.tsx — the recent-guides open path clears the selected exam; Regenerate is gated on it.
Small UX fix; noted in PR #475's description. Not addressed there to keep that PR scoped to semester threading.
Found while testing #475 (the #141 reframe), pre-existing on main.
Repro: on /study, open a study guide from the "Recent guides" rail (not via an exam selection). The exam selection state is cleared, and the Regenerate button stays permanently disabled on that path — there is no way to regenerate the guide you're looking at without re-selecting the exam first.
Where:
frontend/src/components/screens/Study.tsx— the recent-guides open path clears the selected exam; Regenerate is gated on it.Small UX fix; noted in PR #475's description. Not addressed there to keep that PR scoped to semester threading.