Add shuttle and status columns to the projects list - #321
Conversation
|
Warning Review limit reached
Next review available in: 46 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0171cYvsNizPdM5mpQa8HPBo
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0171cYvsNizPdM5mpQa8HPBo
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0171cYvsNizPdM5mpQa8HPBo
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0171cYvsNizPdM5mpQa8HPBo
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0171cYvsNizPdM5mpQa8HPBo
At <576px the two fixed-width cells left the content column clipped off-screen; flex-column flex-sm-row stacks shuttle/status above the project content on phones. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0171cYvsNizPdM5mpQa8HPBo
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0171cYvsNizPdM5mpQa8HPBo
fe246bc to
4b59296
Compare
Adds two fixed-width columns to the left of each project row on
/projects/:Project.status(Draft, Submitted, Checking Manufacturability, Manufacturable, …), replacing the oldsubmitted_at-derived Draft/Submitted badge in the title line.Screenshots
Note how the old layout showed "Draft" for the Checking and Manufacturable projects — the badge was derived from
submitted_at, not the real status.Desktop (1280px)
Mobile (375px — cells stack below the
smbreakpoint)(Screenshots hosted on the orphan
assets/pr-321-screenshotsbranch — not for merging.)Changes
wafer_space/templates/projects/_status_badge.html(same colour mapping the detail page used inline; the detail page now uses the partial — zero visual change there).project_list.html: eachlist-group-itemis now a flex row — shuttle cell (4.5rem), status cell (9rem), then the existing content. Cells stack vertically below thesmbreakpoint so phones don't clip the content.ProjectListView.get_queryset:select_related("user", "shuttle")on both branches (fixes a per-row user query for regular users, avoids new per-row shuttle queries).text-wrap bg-*fingerprint) and the shuttle column.Design docs
docs/superpowers/specs/2026-07-16-project-list-columns-design.mddocs/superpowers/plans/2026-07-16-project-list-status-columns.mdVerification
make lint/make type-checkclean; djlint pre-commit hooks pass on all touched templates.🤖 Generated with Claude Code
https://claude.ai/code/session_0171cYvsNizPdM5mpQa8HPBo