Bug: "Read the first Plot" button shown when only genesis exists
Problem
On a story page with only the genesis plot (plot_count = 1), the "Read the first Plot" button is displayed and clickable, but there's no separate first plot to navigate to — the genesis content is already visible on the page.
Fix
If plot_count <= 1, either hide the button entirely or render it as disabled/inactive with muted styling.
Files
src/app/story/[storylineId]/page.tsx — the "Read the first Plot" button/link
Branch
task/357-read-plot-inactive
Labels
agent/T3, bug
Bug: "Read the first Plot" button shown when only genesis exists
Problem
On a story page with only the genesis plot (plot_count = 1), the "Read the first Plot" button is displayed and clickable, but there's no separate first plot to navigate to — the genesis content is already visible on the page.
Fix
If
plot_count <= 1, either hide the button entirely or render it as disabled/inactive with muted styling.Files
src/app/story/[storylineId]/page.tsx— the "Read the first Plot" button/linkBranch
task/357-read-plot-inactiveLabels
agent/T3,bug