Skip to content

v0.3.21: Code Plan detail page redesign#24

Merged
SylonZero merged 2 commits into
masterfrom
feat/plan-detail-redesign
Jul 14, 2026
Merged

v0.3.21: Code Plan detail page redesign#24
SylonZero merged 2 commits into
masterfrom
feat/plan-detail-redesign

Conversation

@SylonZero

Copy link
Copy Markdown
Owner

Summary

  • Description card: long plan descriptions no longer push the page down. The header keeps title/badges/meta only; the description renders in its own card above the Design Spec, clamped to 5 lines with a Show more/less expander. The Progress / Target Assets / Assignees stats row now lands at the top of the viewport.
  • Context tabs: Tasks, Assets & PRs, Impact Analysis, and Linked Work Items are now a tab group with counts in the labels and Tasks as the default tab — tasks are visible immediately on load, everything else is one click away. Empty Impact / Work Items tabs show explanatory empty states rather than disappearing.
  • Add Task sits on the tab row, always reachable regardless of the active tab.
  • Removed dead imports/styles left over from the old inline layout.

Tag v0.3.21 has been pushed with this changelog.

Test plan

  • Verified live in a browser (Playwright, demo account): stats row at the top, tabs render as Tasks (10) | Assets & PRs (2) | Impact (0) | Work Items (0), Tasks content shows by default, and all tabs switch correctly.
  • Verified the 5-line clamp + Show more/Show less with a temporarily lengthened multi-paragraph description (clamped 100px → expanded 280px, measured), and that short descriptions show no expander. Test data restored afterward.
  • tsc --noEmit clean for the touched files (only the pre-existing documented errors elsewhere).

🤖 Generated with Claude Code

Sai Prakash and others added 2 commits July 14, 2026 15:28
- Long descriptions no longer push the whole page down: the header
  keeps just title/badges/meta, and the description moves into its own
  card (above Design Spec) clamped to 5 lines with a Show more/less
  expander. Stats row now lands at the top of the viewport.
- Tasks, Assets & PRs, Impact Analysis, and Linked Work Items now live
  in a tab group with Tasks as the default tab (with counts in each
  label), so tasks are visible immediately and every context section
  is one click away. Empty Impact/Work Items tabs get explanatory
  empty states instead of being hidden.
- Add Task action sits on the tab row, always reachable.
- Dropped dead imports/styles left over from the old inline layout.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@SylonZero SylonZero merged commit ded06dd into master Jul 14, 2026
1 check passed
@SylonZero SylonZero deleted the feat/plan-detail-redesign branch July 14, 2026 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant