You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(PLA-121): align chapter side panel closer to hosted
Closes the visible gap between stage-cli and the hosted reviewer's chapter
detail page:
- Three-dots menu in the navigator with "Copy chapter summary" backed by a
vendored `formatChapterAsMarkdown` (mirrors the hosted output).
- `v` keyboard shortcut to toggle the current chapter's viewed state, with
a `ShortcutTooltip` on the navigator's circle button.
- `j`/`k` actually advance through chapter files now — was wired with a
hardcoded `undefined` activeFilePath so it always selected the first
file. Switched to `useActiveFileOnScroll` like the files page.
- Side-panel inner padding is now `pl-6 lg:pl-8 pr-4` so content lines up
with the topbar / Run header / tab nav (`px-6 lg:px-8`) instead of
hugging the viewport edge.
- Dropdown viewed indicator moved from the row right edge to the lower-
right corner of the chapter-number circle via a vendored `StatusBadge`.
Vendors: `StatusBadge`, `ShortcutTooltip`, `useShortcut`,
`formatChapterAsMarkdown` (with regression tests).
0 commit comments