Skip to content

Show rating at a glance and fix layout cutoff#81

Merged
5queezer merged 2 commits intomainfrom
feat/rating-visibility-and-layout-fixes
Mar 19, 2026
Merged

Show rating at a glance and fix layout cutoff#81
5queezer merged 2 commits intomainfrom
feat/rating-visibility-and-layout-fixes

Conversation

@5queezer
Copy link
Copy Markdown
Owner

Summary

  • Add star rating (★★★☆☆) to Kanban cards and mobile application cards for at-a-glance visibility
  • Move rating column earlier in the table (position 4, after status) so it's visible without horizontal scrolling
  • Fix Kanban board right-column clipping by removing overflow-x-hidden from dashboard wrapper and switching columns from fixed w-[260px] to flexible flex-1 min-w-[220px]

Test plan

  • Open Kanban view: all 5 columns visible without cutoff, rating stars shown on rated cards
  • Open table view: rating column visible early (4th column), no right cutoff
  • Resize browser to narrow width: horizontal scroll works in both views
  • Check mobile view: rating visible on mobile cards

🤖 Generated with Claude Code

- Add star rating to Kanban cards between metadata and notes
- Move rating column earlier in table (after status) for visibility
- Add rating to mobile application cards
- Change Kanban columns from fixed to flexible width
- Remove overflow-x-hidden from dashboard to fix right column clipping

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@5queezer
Copy link
Copy Markdown
Owner Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1a8ee72641

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread components/dashboard.tsx Outdated
Addresses review feedback: removing overflow-x-hidden caused drag
operations to expand the document width during Kanban drag-and-drop.
The Kanban cutoff is fixed solely via flexible column widths instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@5queezer 5queezer marked this pull request as ready for review March 19, 2026 20:58
@5queezer 5queezer merged commit aaf4966 into main Mar 19, 2026
2 checks passed
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