Add expandable entry stories for history, PRs, and issues #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "expandable-entry-stories"
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?
History entries, pull requests, and issues on the project detail page are
single-line rows with no way to see the full description. Clicking an entry
now expands it to show the body text below, aligned to the title column.
The approach avoids
alignment issues). Instead, expandable rows are plain .entry-row elements
with a sibling div for the body. A small JS click handler toggles visibility.
The dot pulses on hover as an affordance, matching the home page project rows.
PRs and issues include a "See on code.bas.es" link in the expanded body.
History entries show the PR description.
Design system only — no Go changes yet. Implementation will follow.
e3683a9920to69497ad55c