Wire expandable entry stories into Go templates #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "expandable-entries-go"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The design system added expandable entry stories (PR #31) for history, PRs,
and issues. This wires the Go side: entryRow gains Body, StoryID, and
DesignHref fields, the project handler populates them from issue/PR bodies
and PR lookups for history entries, and the template uses a shared entryrow
partial that renders expandable rows when a body is present.
CSS and JS in web/static updated to match the design system.
e430426ae8to4771c96695