February 21, 20261.0.103v1.0.103RSS

v1.0.103 — [UI/UX] Feature cards in the queue have no click-to-expand detail — description truncates at 2 lines

Release Notes

In project-features-tab.tsx, both StaticFeatureCard and SortableFeatureCard truncate feature descriptions at line-clamp-2. There's no way to see the full description, view associated metadata, or read the full feature spec without opening the pipeline or PR. For features with long descriptions (common for AI-generated specs), this creates a read-more friction that doesn't exist.

Category: usability File: src/components/project-features-tab.tsx Recommendation: Make feature cards expandable on click — toggle to show full description, source metadata, associated epic, and PR link. Or add a sheet/dialog that opens on click showing the complete feature spec. The existing MoreHorizontal dropdown could include a 'View details' option that opens a detail sheet.